NAME
XML::XPath::Node - internal representation of a node
AAPPII The Node API aims to emulate DOM to some extent, however the API isn't quite compatible with DOM. This is to ease transition from XML::DOM programming to XML::XPath. Compatibility with DOM may arise once XML::DOM gets namespace support. nneewwCreates a new node. See the sub-classes for parameters to pass to
new(). ggeettNNooddeeTTyyppee Returns one of ELEMENTNODE, TEXTNODE, COMMENTNODE, ATTRIBUTENODE,PROCESSINGINSTRUCTIONNODE or NAMESPACENODE. UNKNOWNNODE is returned
if the sub-class doesn't implement getNodeType - but that means
something is broken! The constants are exported by default fromXML::XPath::Node. The constants have the same numeric value as the
XML::DOM versions. ggeettPPaarreennttNNooddee Returns the parent of this node, or undef if this is the root node.Note that the root node is the root node in terms of XPath - not the
root element node.ttoossaaxx (( $$hhaannddlleerr | %handlers )
Generates sax calls to the handler or handlers. See the PerlSAX docs for details (not yet implemented correctly). MMOORREE IINNFFOOSee the sub-classes for the meaning of the rest of the API:
+o XML::XPath::Node::Element
+o XML::XPath::Node::Attribute
+o XML::XPath::Node::Namespace
+o XML::XPath::Node::Text
+o XML::XPath::Node::Comment
+o XML::XPath::Node::PI
perl v5.8.8 2003-01-26 XPath::Node(3)