XML library namespace. More...
Classes | |
class | attributes |
The xml::attributes class is used to access all the attributes of one xml::node. More... | |
class | document |
The xml::document class is used to hold the XML tree and various bits of information about it. More... | |
class | event_parser |
The xml::event_parser is used to parse an XML document by calling member functions when certain things in the XML document are parsed. More... | |
class | init |
The xml::init class is used to configure the XML parser. More... | |
class | node |
The xml::node class is used to hold information about one XML node. More... | |
class | nodes_view |
This class implements a view of XML nodes. More... | |
class | const_nodes_view |
This class implements a read-only view of XML nodes. More... | |
class | tree_parser |
The xml::tree_parser class is used to parse an XML document and generate a tree like structure of xml::node objects. More... |
XML library namespace.