Package org.xmlet.htmlapifaster
Class Source<Z extends Element>
- java.lang.Object
-
- org.xmlet.htmlapifaster.Source<Z>
-
- All Implemented Interfaces:
AsyncElement<Source<Z>>
,CustomAttributeGroup<Source<Z>,Z>
,Element<Source<Z>,Z>
,GlobalAttributes<Source<Z>,Z>
,GlobalEventAttributes<Source<Z>,Z>
,TextGroup<Source<Z>,Z>
public final class Source<Z extends Element> extends Object implements GlobalAttributes<Source<Z>,Z>, TextGroup<Source<Z>,Z>
-
-
Field Summary
Fields Modifier and Type Field Description protected Z
parent
protected ElementVisitor
visitor
-
Constructor Summary
Constructors Modifier Constructor Description Source(ElementVisitor visitor)
Source(Z parent)
protected
Source(Z parent, ElementVisitor visitor, boolean shouldVisit)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Z
__()
Source<Z>
attrMedia(String attrMedia)
Source<Z>
attrSizes(String attrSizes)
Source<Z>
attrSrc(String attrSrc)
Source<Z>
attrSrcSet(String attrSrcSet)
Source<Z>
attrType(String attrType)
String
getName()
Z
getParent()
ElementVisitor
getVisitor()
Source<Z>
self()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.xmlet.htmlapifaster.async.AsyncElement
async
-
Methods inherited from interface org.xmlet.htmlapifaster.CustomAttributeGroup
addAttr
-
Methods inherited from interface org.xmlet.htmlapifaster.GlobalAttributes
attrAccesskey, attrClass, attrContenteditable, attrDir, attrDraggable, attrHidden, attrId, attrLang, attrSpellcheck, attrStyle, attrTabIndex, attrTitle, attrTranslate
-
Methods inherited from interface org.xmlet.htmlapifaster.GlobalEventAttributes
attrOnabort, attrOnauxclick, attrOnblur, attrOncancel, attrOncanplay, attrOncanplaythrough, attrOnchange, attrOnclick, attrOnclose, attrOncuechange, attrOndblclick, attrOndrag, attrOndragend, attrOndragenter, attrOndragexit, attrOndragleave, attrOndragover, attrOndragstart, attrOndrop, attrOndurationchange, attrOnemptied, attrOnended, attrOnerror, attrOnfocus, attrOninput, attrOninvalid, attrOnkeydown, attrOnkeypress, attrOnkeyup, attrOnload, attrOnloadeddata, attrOnloadedmetadata, attrOnloadend, attrOnloadstart, attrOnmousedown, attrOnmouseenter, attrOnmouseleave, attrOnmousemove, attrOnmouseout, attrOnmouseover, attrOnmouseup, attrOnpause, attrOnplay, attrOnplaying, attrOnprogress, attrOnratechange, attrOnreset, attrOnresize, attrOnscroll, attrOnseeked, attrOnseeking, attrOnselect, attrOnshow, attrOnstalled, attrOnsubmit, attrOnsuspend, attrOntimeupdate, attrOntoogle, attrOnvolumenchange, attrOnwaiting, attrOnwheel
-
-
-
-
Field Detail
-
visitor
protected final ElementVisitor visitor
-
-
Constructor Detail
-
Source
public Source(ElementVisitor visitor)
-
Source
public Source(Z parent)
-
Source
protected Source(Z parent, ElementVisitor visitor, boolean shouldVisit)
-
-