libxml++ 2.42.3
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
 Nxmlpp
  CAttributeRepresents an XML Node attribute
  CAttributeDeclarationRepresents the default value of an attribute of an XML Element node
  CAttributeNodeRepresents an explicit attribute of an XML Element node
  CCdataNodeCData node
  CCommentNodeComment Node
  CContentNodeContent Node
  CDocumentRepresents an XML document in the DOM model
  CDomParserDOM XML parser
  CDtdRepresents XML DTDs
  CDtdValidatorXML DTD validator
  CElementElement nodes have attributes as well as child nodes
  CEntityDeclarationEntity declaration
  CEntityReferenceEntity references refer to previously declared entities
  CexceptionBase class for all xmlpp exceptions
  Cinternal_error
  CIStreamParserInputBuffer
  CKeepBlanksThis class set KeepBlanksDefault and IndentTreeOutput of libxmlpp and restore their initial value in its destructor
  CNodeRepresents XML Nodes
  CNonCopyableA base for classes which cannot be copied
  COStreamOutputBufferAn OutputBuffer implementation that send datas to a std::ostream
  COutputBufferBase class for xmlOutputBuffer wrapper
  Cparse_errorThis exception will be thrown when the parser encounters an error in the XML document
  CParserXML parser
  CParserInputBufferBase class for xmlParserInputBuffer wrapper
  CProcessingInstructionNode
  CRelaxNGSchemaRepresents a RelaxNG schema for validating XML files
  CRelaxNGValidatorRelaxNG schema validator
  CSaxParserSAX XML parser
   CAttributeSimple 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
  CSchemaRepresents an XML Schema
  CSchemaBaseBase class for schemas, used for validation of XML files
  CSchemaValidatorXML Schema Validator
  CSchemaValidatorBaseBase class for schema validators
  CTextNodeText Node
  CTextReaderA TextReader-style XML parser
  CValidatorBase class for XML validators
  Cvalidity_errorThis exception will be thrown when the parser encounters a validity error in the XML document
  CXIncludeEndXIncludeEnd node
  CXIncludeStartXIncludeStart node
  CXsdSchemaRepresents an XSD schema for validating XML files
  CXsdValidatorXSD schema validator
 Clu_counter_policy_base