tagXml2BaseNode | The common part of all XML nodes |
wxNativeNewlinesFilterStream | A little helper class used by wxXml2Document::Save and wxXml2DTD::Save to convert to the native format of newlines |
wxStringOutputStream | A simple wxOutputStream which outputs everything into a wxString |
wxXml2 | A wrapper for some libxml2 static functions regarding the entire parser |
wxXml2AttrDecl | An attribute declaration |
wxXml2BaseNode | A generic XML node |
wxXml2Document | This class holds XML data/document as parsed by the libxml2 parser |
wxXml2DTD | Represents an XML Document Type Definition (DTD): you can find the W3C recommendation for DTDs at http://www.w3.org/TR/REC-he |
wxXml2ElemContent | The type of content of a wxXml2ElemDecl object |
wxXml2ElemDecl | An element declaration |
wxXml2EntityDecl | An entity declaration |
wxXml2Enumeration | An XML attribute enumeration |
wxXml2HelpWrapper | A wxXml2 wrapper of an object which is not covered by COW (since the libxml2 structures wrapped by wxXml2HelpWrapper-derived classes does not have space to store the reference count; they do not have a "_private" member!) |
wxXml2Namespace | Represents an XML namespace |
wxXml2Node | Represents a node in XML documents |
wxXml2Property | Represents a node property |
wxXml2Wrapper | Provides some standard methods for all wxXml2 wrappers |