public class ElementNode extends BasicNode
Constructor and Description |
---|
ElementNode(java.util.TreeSet nodeRecordList,
long nodeid)
Construct a new ElementNode instance, and recursively create its children
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString()
String representation for display purposes (recursively descends through
children to create an XML subtree)
|
addChildNode, getAttribute, getAttributes, getChildren, getDocID, getNamespace, getNodeID, getNodeIndex, getNodeType, getParentID, getRootNodeID, getTagName, incChildNum, setAttribute, setDocID, setNamespace, setNodeID, setNodeIndex, setNodeType, setParentID, setRootNodeID, setTagName
public ElementNode(java.util.TreeSet nodeRecordList, long nodeid)
nodeRecordList
- the nodedata to use to initialize, which is a
TreeSet of NodeRecord objectsnodeid
- the identifier for the node to be createdCopyright © 2020 Regents of the University of California. All Rights Reserved.