DOM_ProcessingInstruction

External objects

Properties Methods 

Properties

$localnameThe local part of the qualified name of the node (read only)
$namespaceuriThe namespace URI of the node,or empty if it is unspecified (read only)
$nodenameThe name of the node (not assignable)
$nodetypeThe type of the node (one of the kXMLNode... constants)
$pidataThe data of the processing instruction
$pitargetThe target of the processing instruction
$prefixThe namespace prefix of the node,or empty if it is unspecified
$useobjectrefsIf true,the object works with object references rather than objects (so object return values are object references and object parameters must be object references)

Methods

$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