|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DocNode | |
|---|---|
| org.planx.xmlstore.docnodes | |
| Uses of DocNode in org.planx.xmlstore.docnodes |
|---|
| Methods in org.planx.xmlstore.docnodes that return DocNode | |
|---|---|
DocNode |
DocNode.getChild(int index)
Returns the child with the specified index. |
DocNode |
DocAttribute.getOwner()
Returns the DocNode to which this attribute belongs. |
DocNode |
DocNode.getParent()
Returns the parent DocNode of this DocNode. |
DocNode |
DocNode.getRoot()
Returns the root DocNode of the document that contains this DocNode. |
DocNode |
DocNode.nextSibling()
Returns the sibling node immediately following this node. |
DocNode |
DocNode.previousSibling()
Returns the sibling node immediately preceding this node. |
| Methods in org.planx.xmlstore.docnodes that return types with arguments of type DocNode | |
|---|---|
List<DocNode> |
DocNode.getDocChildren()
Returns a list that contains the children of this node as DocNodes. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||