libxml++  2.36.0
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
oNxmlpp
|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
|oCDocumentRepresents an XML document in the DOM model
|oCDtdRepresents XML DTDs
|oCKeepBlanksThis class set KeepBlanksDefault and IndentTreeOutput of libxmlpp and restore their initial value in its destructor
|oCNonCopyableHerited by classes which cannot be copied
|oCSchemaRepresents an XML Schema
|oCexceptionBase class for all xmlpp exceptions
|oCparse_errorThis exception will be thrown when the parser encounters an error in the XML document
|oCvalidity_errorThis exception will be thrown when the parser encounters a validity error in the XML document
|oCinternal_error
|oCIStreamParserInputBuffer
|oCOutputBufferBase class for xmlOutputBuffer wrapper
|oCOStreamOutputBufferAn OutputBuffer implementation that send datas to a std::ostream
|oCParserInputBufferBase class for xmlParserInputBuffer wrapper
|oCCdataNodeCData node
|oCCommentNodeComment Node
|oCContentNodeContent Node
|oCElementElement nodes have attributes as well as child nodes
|oCEntityDeclarationEntity declaration
|oCEntityReferenceEntity references refer to previously declared entities
|oCNodeRepresents XML Nodes
|oCProcessingInstructionNode
|oCTextNodeText Node
|oCXIncludeEndXIncludeEnd node
|oCXIncludeStartXIncludeStart node
|oCParserXML parser
|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
|oCDomParserDOM XML parser
|oCTextReaderA TextReader-style XML parser
|oCDtdValidatorXML DTD validator
|oCSchemaValidatorXML Schema Validator
|\CValidatorBase class for XML validators
\Cexception