libxml++  2.37.1
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
oNGio
|\NDBus
oNGlib
\Nxmlpp
 oCAttributeRepresents an XML Node attribute
 oCAttributeDeclarationRepresents the default value of an attribute of an XML Element node
 oCAttributeNodeRepresents an explicit attribute of an XML Element node
 oCCdataNodeCData node
 oCCommentNodeComment Node
 oCContentNodeContent Node
 oCDocumentRepresents an XML document in the DOM model
 oCDomParserDOM XML parser
 oCDtdRepresents XML DTDs
 oCDtdValidatorXML DTD validator
 oCElementElement nodes have attributes as well as child nodes
 oCEntityDeclarationEntity declaration
 oCEntityReferenceEntity references refer to previously declared entities
 oCexceptionBase class for all xmlpp exceptions
 oCinternal_error
 oCIStreamParserInputBuffer
 oCKeepBlanksThis class set KeepBlanksDefault and IndentTreeOutput of libxmlpp and restore their initial value in its destructor
 oCNodeRepresents XML Nodes
 oCNonCopyableHerited by classes which cannot be copied
 oCOStreamOutputBufferAn OutputBuffer implementation that send datas to a std::ostream
 oCOutputBufferBase class for xmlOutputBuffer wrapper
 oCparse_errorThis exception will be thrown when the parser encounters an error in the XML document
 oCParserXML parser
 oCParserInputBufferBase class for xmlParserInputBuffer wrapper
 oCProcessingInstructionNode
 oCSaxParserSAX XML parser
 |oCAttributeSimple structure used in the start_element callback, in which the attributes are a list of name/value pairs
 |\CAttributeHasNameThis functor is a helper to find an attribute by name in an AttributeList using the standard algorithm std::find_if
 oCSchemaRepresents an XML Schema
 oCSchemaValidatorXML Schema Validator
 oCTextNodeText Node
 oCTextReaderA TextReader-style XML parser
 oCValidatorBase class for XML validators
 oCvalidity_errorThis exception will be thrown when the parser encounters a validity error in the XML document
 oCXIncludeEndXIncludeEnd node
 \CXIncludeStartXIncludeStart node