Module Parser.XML.Tree
- 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.
- Constant
XML_ATTR
constant
int
Parser.XML.Tree.XML_ATTR
- Description
Attribute nodes are created on demand