Class Element<D extends AnyDocument<D>,PC extends Content<D,PC>,E extends Element<D,PC,E>>

java.lang.Object
com.aoapps.html.any.Element<D,PC,E>
Type Parameters:
D - This document type
PC - The parent content model this element is within
E - This element type
All Implemented Interfaces:
Whitespace, Autofocus<E>, AutocapitalizeUnexpected<E>, Dir<E>, OnabortUnexpected<E>, Onblur<E>, OncanplaythroughUnexpected<E>, OncanplayUnexpected<E>, OnchangeUnexpected<E>, Onclick<E>, Oncontextmenu<E>, Oncopy<E>, Oncut<E>, Ondblclick<E>, Ondrag<E>, Ondragend<E>, Ondragenter<E>, Ondragleave<E>, Ondragover<E>, Ondragstart<E>, Ondrop<E>, OndurationchangeUnexpected<E>, OnemptiedUnexpected<E>, OnendedUnexpected<E>, OnerrorUnexpected<E>, Onfocus<E>, OninputUnexpected<E>, OninvalidUnexpected<E>, Onkeydown<E>, Onkeypress<E>, Onkeyup<E>, OnloadeddataUnexpected<E>, OnloadedmetadataUnexpected<E>, OnloadstartUnexpected<E>, OnloadUnexpected<E>, Onmousedown<E>, Onmouseenter<E>, Onmouseleave<E>, Onmousemove<E>, Onmouseout<E>, Onmouseover<E>, Onmouseup<E>, Onmousewheel<E>, Onpaste<E>, OnpauseUnexpected<E>, OnplayingUnexpected<E>, OnplayUnexpected<E>, OnprogressUnexpected<E>, OnratechangeUnexpected<E>, OnresetUnexpected<E>, OnresizeUnexpected<E>, Onscroll<E>, OnsecuritypolicyviolationUnexpected<E>, OnseekedUnexpected<E>, OnseekingUnexpected<E>, OnselectUnexpected<E>, OnslotchangeUnexpected<E>, OnstalledUnexpected<E>, OnsubmitUnexpected<E>, OnsuspendUnexpected<E>, OntimeupdateUnexpected<E>, OntoggleUnexpected<E>, OnvolumechangeUnexpected<E>, OnwaitingUnexpected<E>, Onwheel<E>, Tabindex<E>, Accesskey<E>, Attribute<E>, Class<E>, Data<E>, Id<E>, Lang<E>, Style<E>, Title<E>, DocumentWriter, GlobalAttributes<E>
Direct Known Subclasses:
AnySCRIPT, AnySTYLE, Normal, Void

public abstract class Element<D extends AnyDocument<D>,PC extends Content<D,PC>,E extends Element<D,PC,E>> extends Object implements DocumentWriter, Attribute<E>, GlobalAttributes<E>
Author:
AO Industries, Inc.