public class XORCommandNode extends CommandNode
| Constructor and Description |
|---|
XORCommandNode(AttributePair[] attr,
DuelNode... children) |
XORCommandNode(int index,
int line,
int column) |
| Modifier and Type | Method and Description |
|---|---|
void |
addAttribute(AttributePair attr) |
void |
appendChild(DuelNode child) |
boolean |
isSelf(String tag) |
void |
setAttribute(String name,
DuelNode value) |
getCommandcanHaveChildren, clearAttributes, equals, getAttribute, getAttributeNames, getTagName, hasAttributes, hashCode, isAncestor, isAncestorOrSelf, isBoolAttribute, isLinkAttribute, mapAttrName, removeAttributechildCount, getChildren, getFirstChild, getLastChild, hasChildren, removeChild, replaceChild, toStringpublic static final String EXT_NAME
public XORCommandNode(int index,
int line,
int column)
public XORCommandNode(AttributePair[] attr, DuelNode... children)
public boolean isSelf(String tag)
isSelf in class ElementNodepublic void addAttribute(AttributePair attr)
addAttribute in class CommandNodepublic void setAttribute(String name, DuelNode value)
setAttribute in class CommandNodepublic void appendChild(DuelNode child)
appendChild in class ContainerNodeCopyright © 2014. All rights reserved.