Toggle navigation
Concept Framework 2.2 documentation
Contents
Index
XMLNode
.Child
public property
Child
Prototype:
Read property Child [
XMLNode
]
Description:
Gets the first child of the xml node. If the node has no children, it returns null.
Return value:
Returns the first child of the
XMLNode
or null if has no children.