go back Home

DataTreeNode

Sample XML

The following is only an example of what the XML should look like. The order of fields is not guaranteed and null fields are not included in returned data from the services.

<null allowsChildren="..." childAfter="..." childAt="..." childBefore="..." childCount="..." depth="..." firstChild="..." firstLeaf="..." index="..." lastChild="..." lastLeaf="..." leafCount="..." level="..." nextLeaf="..." nextNode="..." nextSibling="..." parent="..." path="..." previousLeaf="..." previousNode="..." previousSibling="..." root="..." sharedAncestor="..." siblingCount="..." userObject="..." userObjectPath="..."/>

Sample JSON

The following is only an example of what the JSON should look like. The order of fields is not guaranteed and null fields are not included in returned data from the services.

{"allowsChildren":"...","childAfter":"...","childAt":"...","childBefore":"...","childCount":"...","depth":"...","firstChild":"...","firstLeaf":"...","index":"...","lastChild":"...","lastLeaf":"...","leafCount":"...","level":"...","nextLeaf":"...","nextNode":"...","nextSibling":"...","parent":"...","path":"...","previousLeaf":"...","previousNode":"...","previousSibling":"...","root":"...","sharedAncestor":"...","siblingCount":"...","userObject":"...","userObjectPath":"..."}

Fields

name type
allowsChildren boolean
childAfter DataTreeNode
childAt DataTreeNode
childBefore DataTreeNode
childCount int
depth int
firstChild DataTreeNode
firstLeaf DataTreeNode
index int
lastChild DataTreeNode
lastLeaf DataTreeNode
leafCount int
level int
nextLeaf DataTreeNode
nextNode DataTreeNode
nextSibling DataTreeNode
parent DataTreeNode
path DataTreeNode[]
previousLeaf DataTreeNode
previousNode DataTreeNode
previousSibling DataTreeNode
root DataTreeNode
sharedAncestor DataTreeNode
siblingCount int
userObject Object
userObjectPath Object[]