| libxml++ 3.2.4
    | 
| ▼Nxmlpp | |
| CAttribute | Represents an XML attribute node or attribute declaration | 
| CAttributeDeclaration | Represents the default value of an attribute of an XML element node | 
| CAttributeNode | Represents an explicit attribute of an XML element node | 
| CCdataNode | CData node | 
| CCommentNode | Comment node | 
| CContentNode | Content node | 
| CDocument | Represents an XML document in the DOM model | 
| CDomParser | DOM XML parser | 
| CDtd | Represents an XML DTD for validating XML files | 
| CDtdValidator | XML DTD validator | 
| CElement | Element nodes have attributes as well as child nodes | 
| CEntityDeclaration | Entity declaration | 
| CEntityReference | Entity references refer to previously declared entities | 
| Cexception | Base class for all xmlpp exceptions | 
| Cinternal_error | |
| CIStreamParserInputBuffer | |
| CKeepBlanks | This class sets KeepBlanksDefault and IndentTreeOutput of libxmlpp and restores their initial values in its destructor | 
| CNode | Represents XML Nodes | 
| CNonCopyable | A base for classes which cannot be copied or moved | 
| COStreamOutputBuffer | An OutputBuffer implementation that send datas to a std::ostream | 
| COutputBuffer | Base class for xmlOutputBuffer wrapper | 
| Cparse_error | This exception will be thrown when the parser encounters an error in the XML document | 
| CParser | XML parser | 
| CParserInputBuffer | Base class for xmlParserInputBuffer wrapper | 
| CProcessingInstructionNode | |
| CRelaxNGSchema | Represents a RelaxNG schema for validating XML files | 
| CRelaxNGValidator | RelaxNG schema validator | 
| ▼CSaxParser | SAX XML parser | 
| CAttribute | Simple structure used in the start_element callback, in which the attributes are a list of name/value pairs | 
| CAttributeHasName | This functor is a helper to find an attribute by name in an AttributeList using the standard algorithm std::find_if | 
| CSchemaBase | Base class for schemas, used for validation of XML files | 
| CSchemaValidatorBase | Base class for schema validators | 
| CTextNode | Text node | 
| CTextReader | A TextReader-style XML parser | 
| CValidator | Base class for XML validators | 
| Cvalidity_error | This exception will be thrown when the parser encounters a validity error in the XML document | 
| CXIncludeEnd | XIncludeEnd node | 
| CXIncludeStart | XIncludeStart node | 
| CXsdSchema | Represents an XSD schema for validating XML files | 
| CXsdValidator | XSD schema validator |