CustomAttributeGroup<T,Z>
, Element<T,Z>
, GlobalAttributes<Source<Z>,Z>
, GlobalEventAttributes<T,Z>
, TextGroup<Source<Z>,Z>
public final class Source<Z extends Element> extends Object implements GlobalAttributes<Source<Z>,Z>, TextGroup<Source<Z>,Z>
Modifier and Type | Field | Description |
---|---|---|
protected Z |
parent |
|
protected ElementVisitor |
visitor |
Modifier | Constructor | Description |
---|---|---|
|
Source(ElementVisitor visitor) |
|
|
Source(Z parent) |
|
protected |
Source(Z parent,
ElementVisitor visitor,
boolean shouldVisit) |
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) |
|
Source<Z> |
dynamic(Consumer<Source<Z>> consumer) |
|
String |
getName() |
|
Z |
getParent() |
|
ElementVisitor |
getVisitor() |
|
Source<Z> |
of(Consumer<Source<Z>> consumer) |
|
Source<Z> |
self() |
addAttr
attrAccesskey, attrClass, attrContenteditable, attrDir, attrDraggable, attrHidden, attrId, attrLang, attrSpellcheck, attrStyle, attrTabIndex, attrTitle, attrTranslate
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
protected final ElementVisitor visitor
public Source(ElementVisitor visitor)
public Source(Z parent)
protected Source(Z parent, ElementVisitor visitor, boolean shouldVisit)
public Z getParent()
public final ElementVisitor getVisitor()
public String getName()
Copyright © 2018. All rights reserved.