public class StartTag extends SimpleNode
| Modifier and Type | Field and Description |
|---|---|
protected String |
name |
children, id, parent, value| Constructor and Description |
|---|
StartTag(int i) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(Visitor visitor)
Accept the visitor.
|
TagAttributeList |
getAttributeList() |
String |
getName() |
void |
setName(String name) |
childrenAccept, dump, getDocument, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtOpen, jjtSetParent, jjtSetValue, toString, toStringprotected String name
public String getName()
public void setName(String name)
public TagAttributeList getAttributeList()
public void accept(Visitor visitor)
SimpleNodeaccept in interface Nodeaccept in class SimpleNodeCopyright © 2009-2016 Tautua. All Rights Reserved.