public class MetaContentExpressionReferenceNode extends ContentExpression
ContentExpression.Operations
Modifier and Type | Field and Description |
---|---|
(package private) String |
_lx_name |
(package private) ContentExpression |
_sm_value |
static Integer |
ID |
static int |
lx_name_ID |
static int |
sm_value_ID |
_nodes, _observers, _operations, _thisoperations
Constructor and Description |
---|
MetaContentExpressionReferenceNode() |
MetaContentExpressionReferenceNode(String lx_name) |
Modifier and Type | Method and Description |
---|---|
void |
accept(Visitor visitor)
This method is part of the implementation of the visitor design pattern.
|
void |
copyValueOf(Node n,
HashMap clones) |
Object |
getAttribute(int attrname) |
int |
getClassID()
This method return the dynamic class ID of the node.
|
Node |
getClone(HashMap clones) |
Node.Operations |
getOperations()
This method returns the object implementing the operations associated to this node.
|
boolean |
hasAttribute(int attrname) |
String |
lx_name() |
void |
lx_name(String o) |
void |
setAttribute(int attrname,
Object attrvalue) |
ContentExpression |
sm_value() |
void |
sm_value(ContentExpression o) |
getElement
addObserver, addOperations, children, childrenAccept, childrenOfKind, childrenOfKind, childrenOfKind, compare, compareTo, copyValueOf, dofind, dump, equals, find, find, find, find, getAttribute, getClone, hasAttribute, initNode, installOperations, notifyChanges, removeObserver, replace, setAttribute, toString
public static Integer ID
String _lx_name
ContentExpression _sm_value
public static int lx_name_ID
public static int sm_value_ID
public MetaContentExpressionReferenceNode(String lx_name)
public MetaContentExpressionReferenceNode()
public final int getClassID()
Node
getClassID
in class ContentExpression
public void accept(Visitor visitor)
Node
public void copyValueOf(Node n, HashMap clones)
copyValueOf
in class ContentExpression
public Node.Operations getOperations()
Node
getOperations
in class ContentExpression
public String lx_name()
public void lx_name(String o)
public ContentExpression sm_value()
public void sm_value(ContentExpression o)
public boolean hasAttribute(int attrname)
hasAttribute
in class Node
public Object getAttribute(int attrname)
getAttribute
in class Node
public void setAttribute(int attrname, Object attrvalue)
setAttribute
in class Node