| xml::attributes::attr | The xml::attributes::attr class is used to hold information about one attribute |
| xml::attributes | The xml::attributes class is used to access all the attributes of one xml::node |
| xml::node::cdata | Helper struct for creating a xml::node of type_cdata |
| xml::node::comment | Helper struct for creating a xml::node of type_comment |
| xml::nodes_view::const_iterator | The const_iterator provides a way to access nodes in the view similar to a standard C++ container |
| xml::attributes::const_iterator | Const Iterator class for accessing attribute pairs |
| xml::node::const_iterator | The xml::node::const_iterator provides a way to access children nodes similar to a standard C++ container |
| xml::const_nodes_view | This class implements a read-only view of XML nodes |
| xml::document | The xml::document class is used to hold the XML tree and various bits of information about it |
| xml::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 |
| xslt::init | The xslt::init class is used to configure the XSLT engine |
| xml::init | The xml::init class is used to configure the XML parser |
| xml::nodes_view::iterator | The iterator provides a way to access nodes in the view similar to a standard C++ container |
| xml::attributes::iterator | Iterator class for accessing attribute pairs |
| xml::node::iterator | The xml::node::iterator provides a way to access children nodes similar to a standard C++ container |
| xml::node | The xml::node class is used to hold information about one XML node |
| xml::nodes_view | This class implements a view of XML nodes |
| xml::node::pi | Helper struct for creating a xml::node of type_pi |
| xslt::stylesheet | The xslt::stylesheet class is used to hold information about an XSLT stylesheet |
| xml::node::text | Helper struct for creating a xml::node of type_text |
| xml::tree_parser | The xml::tree_parser class is used to parse an XML document and generate a tree like structure of xml::node objects |
1.6.1