29.2 Parsing XML Documents (cont.)
getFirstChild
and
getLastChild
methods to retrieve just one child.
Return
NULL
if node doesn't exist
For more children, use
DOMNode::getChildNodes
Returns
DOMNodeList
E.g., item list:
prev
|
top
|
next