libxml++ 1.0.0
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
xmlpp::AttributeRepresents XML Node attributes
xmlpp::SaxParser::AttributeSimple structure used in the start_element callback, in which the attributes are a list of name/value pairs
xmlpp::SaxParser::AttributeHasNameThis functor is a helper to find an attribute by name in an AttributeList using the standard algorithm std::find_if
xmlpp::CdataNodeCData node
xmlpp::CommentNodeComment Node
xmlpp::ContentNodeContent Node
xmlpp::DocumentRepresents a XML document in the dom model
xmlpp::DomParserXML DOM parser
xmlpp::DtdRepresents XML DTDs
xmlpp::ElementElement nodes have attributes as well as child nodes
xmlpp::EntityReferenceEntity references refer to previously declared entities
xmlpp::exceptionBase class for all xmlpp exceptions
exception
xmlpp::internal_error
xmlpp::KeepBlanksThis class set KeepBlanksDefault and IndentTreeOutput of libxmlpp and restore their initial value in its destructor
xmlpp::NodeRepresents XML Nodes
xmlpp::NonCopyableHerited by classes which cannot be copied
xmlpp::OStreamOutputBufferAn OutputBuffer implementation that send datas to a std::ostream
xmlpp::OutputBufferBase class for xmlOutputBuffer wrapper
xmlpp::parse_errorThis exception will be thrown when the parser encounters an error in the XML document
xmlpp::ParserXML parser
xmlpp::ProcessingInstructionNode
xmlpp::SaxParserSAX XML parser
xmlpp::TextNodeText Node
xmlpp::validity_errorThis exception will be thrown when the parser encounters a validity error in the XML document