xmlwrapp
Lightweight C++ XML parsing library
|
Cxml::attributes::attr | The xml::attributes::attr class is used to hold information about one attribute |
Cxml::attributes | The xml::attributes class is used to access all the attributes of one xml::node |
Cxml::node::cdata | Helper struct for creating a xml::node of type_cdata |
Cxml::node::comment | Helper struct for creating a xml::node of type_comment |
Cxml::attributes::const_iterator | Const Iterator class for accessing attribute pairs |
Cxml::node::const_iterator | The xml::node::const_iterator provides a way to access children nodes similar to a standard C++ container |
Cxml::nodes_view::const_iterator | The const_iterator provides a way to access nodes in the view similar to a standard C++ container |
Cxml::const_nodes_view | This class implements a read-only view of XML nodes |
Cxml::document | The xml::document class is used to hold the XML tree and various bits of information about it |
▼Cxml::error_handler | The xml::error_handler class is used to handle libxml2 errors and warnings emitted during parsing, validation etc |
Cxml::error_handler_ignore_errors | An error handler that ignores both errors and warnings |
▼Cxml::error_handler_throw_on_error | Specialization of error_handler that throws on any error |
Cxml::error_handler_throw_on_error_or_warning | Specialization of error_handler that throws on any error or warning |
Cxml::error_messages | The xml::error_messages class is used to store all the error messages which are collected while parsing or validating an XML document |
Cxml::error_message | Single message in error_messages |
Cxml::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 |
▼Cstd::exception | STL class |
▼Cstd::runtime_error | STL class |
Cxml::exception | This exception class is thrown by xmlwrapp for all runtime XML-related errors |
▼Cxml::init | The xml::init class is used to configure the XML parser |
Cxslt::init | The xslt::init class is used to configure the XSLT engine |
Cxml::node::iterator | The xml::node::iterator provides a way to access children nodes similar to a standard C++ container |
Cxml::nodes_view::iterator | The iterator provides a way to access nodes in the view similar to a standard C++ container |
Cxml::attributes::iterator | Iterator class for accessing attribute pairs |
Cxml::node | The xml::node class is used to hold information about one XML node |
Cxml::nodes_view | This class implements a view of XML nodes |
Cxml::node::pi | Helper struct for creating a xml::node of type_pi |
Cxml::relaxng | XML validator using RelaxNG |
Cxml::schema | XML Schema |
Cxslt::stylesheet | The xslt::stylesheet class is used to hold information about an XSLT stylesheet |
Cxml::node::text | Helper struct for creating a xml::node of type_text |
Cxml::tree_parser | The xml::tree_parser class is used to parse an XML document and generate a tree like structure of xml::node objects |
Cxml::xpath_context | Context in which XPath expressions can be evaluated |