public static class DCTree.DCStartElement extends DCTree.DCEndPosTree<DCTree.DCStartElement> implements StartElementTree
DCTree.DCAttribute, DCTree.DCAuthor, DCTree.DCBlockTag, DCTree.DCComment, DCTree.DCDeprecated, DCTree.DCDocComment, DCTree.DCDocRoot, DCTree.DCEndElement, DCTree.DCEndPosTree<T extends DCTree.DCEndPosTree<T>>, DCTree.DCEntity, DCTree.DCErroneous, DCTree.DCIdentifier, DCTree.DCInheritDoc, DCTree.DCInlineTag, DCTree.DCLink, DCTree.DCLiteral, DCTree.DCParam, DCTree.DCReference, DCTree.DCReturn, DCTree.DCSee, DCTree.DCSerial, DCTree.DCSerialData, DCTree.DCSerialField, DCTree.DCSince, DCTree.DCStartElement, DCTree.DCText, DCTree.DCThrows, DCTree.DCUnknownBlockTag, DCTree.DCUnknownInlineTag, DCTree.DCValue, DCTree.DCVersionDocTree.Kind| Modifier and Type | Field and Description |
|---|---|
List<DCTree> |
attrs |
Name |
name |
boolean |
selfClosing |
| Modifier and Type | Method and Description |
|---|---|
<R,D> R |
accept(DocTreeVisitor<R,D> v,
D d)
Accept method used to implement the visitor pattern.
|
List<? extends DocTree> |
getAttributes() |
DocTree.Kind |
getKind()
Gets the kind of this tree.
|
Name |
getName() |
boolean |
isSelfClosing() |
getEndPos, setEndPosgetSourcePosition, pos, toStringpublic final Name name
public final boolean selfClosing
public DocTree.Kind getKind()
DocTreepublic <R,D> R accept(DocTreeVisitor<R,D> v, D d)
DocTreepublic Name getName()
getName in interface StartElementTreepublic List<? extends DocTree> getAttributes()
getAttributes in interface StartElementTreepublic boolean isSelfClosing()
isSelfClosing in interface StartElementTreeCopyright © 2017 earcam. All rights reserved.