Module Parser.XML.Tree

Inheritance graph
Description

XML parser that generates node-trees.

Has some support for XML namespaces http://www.w3.org/TR/REC-xml-names/ RFC 2518 section 23.4.

Note

This module defines two sets of node trees; the SimpleNode-based, and the Node-based. The main difference between the two, is that the Node-based trees have parent pointers, which tend to generate circular data references and thus garbage.

There are some more subtle differences between the two. Please read the documentation carefully.

See also

simple_parse_node(), parse_node()


Constant STOP_WALK

constant int Parser.XML.Tree.STOP_WALK