public class CALLCommandNode extends CommandNode
| Modifier and Type | Field and Description |
|---|---|
static String |
COUNT |
static String |
DATA |
static String |
DEFER |
static String |
EXT_NAME |
static String |
INDEX |
static String |
KEY |
static String |
VIEW |
| Constructor and Description |
|---|
CALLCommandNode(AttributePair[] attr,
DuelNode... children) |
CALLCommandNode(int index,
int line,
int column) |
| Modifier and Type | Method and Description |
|---|---|
void |
addAttribute(AttributePair attr) |
void |
appendChild(DuelNode child) |
boolean |
isDefer() |
boolean |
isSelf(String tag) |
boolean |
replaceChild(DuelNode newChild,
DuelNode oldChild) |
void |
setAttribute(String name,
DuelNode value) |
void |
setDefer(boolean value) |
getCommandcanHaveChildren, clearAttributes, equals, getAttribute, getAttributeNames, getTagName, hasAttributes, hashCode, isAncestor, isAncestorOrSelf, isBoolAttribute, isLinkAttribute, mapAttrName, removeAttributechildCount, getChildren, getFirstChild, getLastChild, hasChildren, removeChild, toStringpublic static final String EXT_NAME
public static final String VIEW
public static final String DATA
public static final String INDEX
public static final String COUNT
public static final String KEY
public static final String DEFER
public CALLCommandNode(int index,
int line,
int column)
public CALLCommandNode(AttributePair[] attr, DuelNode... children)
public void setDefer(boolean value)
public boolean isDefer()
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 CommandNodepublic void appendChild(DuelNode child)
appendChild in class ContainerNodepublic boolean replaceChild(DuelNode newChild, DuelNode oldChild)
replaceChild in class ContainerNodeCopyright © 2014. All rights reserved.