public class Xid extends Xnode
LHS, RHS, UNDEF_DEPTH
Modifier and Type | Method and Description |
---|---|
Xid |
cloneNode()
Clone the current element with all its children.
|
java.lang.String |
getName()
Get the id name value.
|
java.lang.String |
getSclass()
Get the sclass value.
|
void |
setName(java.lang.String value)
Set id name value.
|
void |
setSclass(java.lang.String value)
Set id sclass value.
|
void |
setType(java.lang.String value)
Set id type value.
|
java.lang.String |
toString()
Return a brief description of the Xid.
|
ancestor, append, append, body, child, children, cloneRawNode, compareFirstChildValues, compareOptionalValues, compareValues, constructRepresentation, copyAttribute, copyEnhancedInfo, delete, deleteWithSiblings, depth, element, equals, filename, findParentFunction, findParentModule, firstChild, getAttribute, getBooleanAttribute, getType, hasAttribute, hasBody, hashCode, hasSameParentBlock, insert, insert, insertAfter, insertBefore, isDeleted, isDirectSibling, isNestedIn, lastChild, lineNo, matchAll, matchAllAncestor, matchAllAncestor, matchAncestor, matchDescendant, matchDirectDescendant, matchDirectDescendant, matchSeq, matchSibling, nextSibling, opcode, prevSibling, removeAttribute, setAttribute, setBooleanAttribute, setFilename, setLine, setValue, value
public Xid(Xnode node)
node
- Raw node.public java.lang.String getName()
public void setName(java.lang.String value)
value
- The new name value.public void setType(java.lang.String value)
public java.lang.String getSclass()
public void setSclass(java.lang.String value)
value
- The new sclass value.public Xid cloneNode()
Xnode