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 childAfter="..." childAt="..." childCount="..." firstChild="..." index="..." lastChild="..." nextNode="..." nextSibling="..." parent="..." userObject="..."/>

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.

{"childAfter":"...","childAt":"...","childCount":"...","firstChild":"...","index":"...","lastChild":"...","nextNode":"...","nextSibling":"...","parent":"...","userObject":"..."}

Fields

name type
childAfter DataTreeNode
childAt DataTreeNode
childCount int
firstChild DataTreeNode
index int
lastChild DataTreeNode
nextNode DataTreeNode
nextSibling DataTreeNode
parent DataTreeNode
userObject Object