$clonenode | $clonenode(bRecursive) returns a new object which is a copy of the node (and its children if bRecursive is true)(note: cloning an element with bRecursive = false also clones the attributes) |
$hasattributes | $hasattributes() returns true if the node is an element which has attributes |
$haschildnodes | $haschildnodes() returns true if the object has children |
$issupported | $issupported(cFeature,cVersion) returns true if the specified version of the specified feature is supported |
$nextsibling | $nextsibling() returns the next sibling of this object; NULL if there is no next sibling |
$ownerdocument | $ownerdocument() returns the owner document containing this object |
$parentnode | $parentnode() returns the parent object of this object; NULL if there is no parent |
$previoussibling | $previoussibling() returns the previous sibling of this object; NULL if there is no previous sibling |