libxml++
1.0.0
|
xmlpp::Attribute | Represents XML Node attributes |
xmlpp::SaxParser::Attribute | Simple structure used in the start_element callback, in which the attributes are a list of name/value pairs |
xmlpp::SaxParser::AttributeHasName | This functor is a helper to find an attribute by name in an AttributeList using the standard algorithm std::find_if |
xmlpp::CdataNode | CData node |
xmlpp::CommentNode | Comment Node |
xmlpp::ContentNode | Content Node |
xmlpp::Document | Represents a XML document in the dom model |
xmlpp::DomParser | XML DOM parser |
xmlpp::Dtd | Represents XML DTDs |
xmlpp::Element | Element nodes have attributes as well as child nodes |
xmlpp::EntityReference | Entity references refer to previously declared entities |
xmlpp::exception | Base class for all xmlpp exceptions |
exception | |
xmlpp::internal_error | |
xmlpp::KeepBlanks | This class set KeepBlanksDefault and IndentTreeOutput of libxmlpp and restore their initial value in its destructor |
xmlpp::Node | Represents XML Nodes |
xmlpp::NonCopyable | Herited by classes which cannot be copied |
xmlpp::OStreamOutputBuffer | An OutputBuffer implementation that send datas to a std::ostream |
xmlpp::OutputBuffer | Base class for xmlOutputBuffer wrapper |
xmlpp::parse_error | This exception will be thrown when the parser encounters an error in the XML document |
xmlpp::Parser | XML parser |
xmlpp::ProcessingInstructionNode | |
xmlpp::SaxParser | SAX XML parser |
xmlpp::TextNode | Text Node |
xmlpp::validity_error | This exception will be thrown when the parser encounters a validity error in the XML document |