Modifier and Type | Field and Description |
---|---|
protected List |
m_children
Deprecated.
Lazily created by
XMLDOMNode.getChildren() . |
protected Node |
m_domNode
Deprecated.
|
protected String |
m_id
Deprecated.
Lazily created by
XMLDOMNode.getId() . |
protected INode |
m_parent
Deprecated.
Null if root.
|
protected String |
m_rowIdXPath
Deprecated.
|
Constructor and Description |
---|
XMLDOMNode(Node domNode,
String rowIdXPath)
Deprecated.
Adapts W3C DOM node (and tree below it) to a CAF tree node.
|
protected Node m_domNode
protected String m_rowIdXPath
protected String m_id
XMLDOMNode.getId()
.protected INode m_parent
protected List m_children
XMLDOMNode.getChildren()
.public INode getParent()
INode
public List getChildren()
INode
INode
children, in order.
Empty list (non-null) for leaf nodes.getChildren
in interface INode