|
xmlwrapp
|
| The xml::attributes::attr class is used to hold information about one attribute | |
| The xml::attributes class is used to access all the attributes of one xml::node | |
| Helper struct for creating a xml::node of type_cdata | |
| Helper struct for creating a xml::node of type_comment | |
| Const Iterator class for accessing attribute pairs | |
| The xml::node::const_iterator provides a way to access children nodes similar to a standard C++ container | |
| The const_iterator provides a way to access nodes in the view similar to a standard C++ container | |
| This class implements a read-only view of XML nodes | |
| The xml::document class is used to hold the XML tree and various bits of information about it | |
| The xml::error_handler class is used to handle libxml2 errors and warnings emitted during parsing, validation etc | |
| Specialization of error_handler that throws on any error | |
| Specialization of error_handler that throws on any error or warning | |
| The xml::error_messages class is used to store all the error messages which are collected while parsing or validating an XML document | |
| Single message in error_messages | |
| The xml::event_parser is used to parse an XML document by calling member functions when certain things in the XML document are parsed | |
| STL class | |
| STL class | |
| This exception class is thrown by xmlwrapp for all runtime XML-related errors | |
| The xml::init class is used to configure the XML parser | |
| The xslt::init class is used to configure the XSLT engine | |
| Iterator class for accessing attribute pairs | |
| The xml::node::iterator provides a way to access children nodes similar to a standard C++ container | |
| The iterator provides a way to access nodes in the view similar to a standard C++ container | |
| The xml::node class is used to hold information about one XML node | |
| This class implements a view of XML nodes | |
| Helper struct for creating a xml::node of type_pi | |
| XML Schema | |
| The xslt::stylesheet class is used to hold information about an XSLT stylesheet | |
| Helper struct for creating a xml::node of type_text | |
| The xml::tree_parser class is used to parse an XML document and generate a tree like structure of xml::node objects |
1.8.3.1