public class FORCommandNode extends CommandNode
| Modifier and Type | Field and Description |
|---|---|
static String |
COUNT |
static String |
DATA |
static String |
EACH |
static String |
EXT_NAME |
static String |
IN |
| Constructor and Description |
|---|
FORCommandNode(AttributePair[] attr,
DuelNode... children) |
FORCommandNode(int index,
int line,
int column) |
| Modifier and Type | Method and Description |
|---|---|
void |
addAttribute(AttributePair attr) |
boolean |
isSelf(String tag) |
void |
setAttribute(String name,
DuelNode value) |
getCommandcanHaveChildren, clearAttributes, equals, getAttribute, getAttributeNames, getTagName, hasAttributes, hashCode, isAncestor, isAncestorOrSelf, isBoolAttribute, isLinkAttribute, mapAttrName, removeAttributeappendChild, childCount, getChildren, getFirstChild, getLastChild, hasChildren, removeChild, replaceChild, toStringpublic static final String EXT_NAME
public static final String EACH
public static final String IN
public static final String COUNT
public static final String DATA
public FORCommandNode(int index,
int line,
int column)
public FORCommandNode(AttributePair[] attr, DuelNode... children)
public boolean isSelf(String tag)
isSelf in class ElementNodepublic void addAttribute(AttributePair attr) throws NullPointerException
addAttribute in class CommandNodeNullPointerExceptionpublic void setAttribute(String name, DuelNode value)
setAttribute in class CommandNodeCopyright © 2014. All rights reserved.