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