Classes |
class | MemoryManager |
| Configurable memory manager. More...
|
class | XMemory |
| This class makes it possible to override the C++ memory management by adding new/delete operators to this base class. More...
|
class | DOMNode |
| The DOMNode interface is the primary datatype for the entire Document Object Model. More...
|
class | DOMDocument |
| The DOMDocument interface represents the entire XML document. More...
|
class | DOMXPathNSResolver |
| The DOMXPathNSResolver interface permit prefix strings in the expression to be properly bound to namespaceURI strings. More...
|
class | XMLEntityResolver |
| Revised interface for resolving entities. More...
|
class | XMLResourceIdentifier |
class | XMLDeleter |
class | XMLPlatformUtils |
| Utilities that must be implemented in a platform-specific way. More...
|
class | InputSource |
| A single input source for an XML entity. More...
|
class | LocalFileInputSource |
| This class is a derivative of the standard InputSource class. More...
|
class | MemBufInputSource |
| This class is a derivative of the standard InputSource class. More...
|
class | StdInInputSource |
| This class is a derivative of the standard InputSource class. More...
|
class | URLInputSource |
| This class is a derivative of the standard InputSource class. More...
|
class | LocalFileFormatTarget |
class | MemBufFormatTarget |
class | StdOutFormatTarget |
class | XMLFormatter |
| This class provides the basic formatting capabilities that are required to turn the Unicode based XML data from the parsers into a form that can be used on non-Unicode based systems, that is, into local or generic text encodings. More...
|
class | XMLFormatTarget |
Functions |
| MakeXMLException (XMLPlatformUtilsException, XMLUTIL_EXPORT) inline XMLSize_t XMLPlatformUtils |