CAbstractDOMParser | This class implements the Document Object Model (DOM) interface |
CAttributeList | Interface for an element's attribute specifications |
CAttributes | Interface for an element's attribute specifications |
CBase64 | |
CBinFileInputStream | |
CBinInputStream | |
CBinMemInputStream | |
CBinOutputStream | |
CContentHandler | Receive notification of general document events |
CDeclHandler | Receive notification of DTD declaration events |
CDefaultHandler | Default base class for SAX2 handlers |
CDefaultPanicHandler | Receive notification of panic |
CDocumentHandler | Receive notification of general document events |
CDOMAttr | The DOMAttr class refers to an attribute of an XML element |
CDOMCDATASection | CDATA sections are used to escape blocks of text containing characters that would otherwise be regarded as markup |
CDOMCharacterData | The DOMCharacterData interface extends DOMNode with a set of attributes and methods for accessing character data in the DOM |
CDOMComment | This interface inherits from CharacterData and represents the content of a comment, i.e., all the characters between the starting ' <!– ' and ending '–> ' |
CDOMConfiguration | The DOMConfiguration interface represents the configuration of a document and maintains a table of recognized parameters |
CDOMDocument | The DOMDocument interface represents the entire XML document |
CDOMDocumentFragment | DOMDocumentFragment is a "lightweight" or "minimal" DOMDocument object |
CDOMDocumentRange | |
CDOMDocumentTraversal | DOMDocumentTraversal contains methods that create DOMNodeIterators and DOMTreeWalkers to traverse a node and its children in document order (depth first, pre-order traversal, which is equivalent to the order in which the start tags occur in the text representation of the document) |
CDOMDocumentType | Each DOMDocument has a doctype attribute whose value is either null or a DOMDocumentType object |
CDOMElement | By far the vast majority of objects (apart from text) that authors encounter when traversing a document are DOMElement nodes |
CDOMEntity | This interface represents an entity, either parsed or unparsed, in an XML document |
CDOMEntityReference | DOMEntityReference objects may be inserted into the structure model when an entity reference is in the source document, or when the user wishes to insert an entity reference |
CDOMError | DOMError is an interface that describes an error |
CDOMErrorHandler | Basic interface for DOM error handlers |
CDOMException | |
CDOMImplementation | The DOMImplementation interface provides a number of methods for performing operations that are independent of any particular instance of the document object model |
CDOMImplementationList | The DOMImplementationList interface provides the abstraction of an ordered collection of DOM implementations, without defining or constraining how this collection is implemented |
CDOMImplementationLS | |
CDOMImplementationRegistry | |
CDOMImplementationSource | |
CDOMLocator | DOMLocator is an interface that describes a location |
CDOMLSException | |
CDOMLSInput | This interface represents a single input source for an XML entity |
CDOMLSOutput | This interface represents an output destination for data |
CDOMLSParser | DOMLSParser provides an API for parsing XML documents and building the corresponding DOM document tree |
CDOMLSParserFilter | |
CDOMLSResourceResolver | DOMLSResourceResolver provides a way for applications to redirect references to external entities |
CDOMLSSerializer | |
CDOMLSSerializerFilter | DOMLSSerializerFilter.hpp: interface for the DOMLSSerializerFilter class |
CDOMMemoryManager | The DOMMemoryManager interface exposes the memory allocation-related functionalities of a DOMDocument |
CDOMNamedNodeMap | DOMNamedNodeMap s are used to represent collections of nodes that can be accessed by name |
CDOMNode | The DOMNode interface is the primary datatype for the entire Document Object Model |
CDOMNodeFilter | Filters are objects that know how to "filter out" nodes |
CDOMNodeIterator | DOMNodeIterators are used to step through a set of nodes, e.g |
CDOMNodeList | The DOMNodeList interface provides the abstraction of an ordered collection of nodes |
CDOMNotation | This interface represents a notation declared in the DTD |
CDOMProcessingInstruction | The DOMProcessingInstruction interface represents a "processing
instruction", used in XML as a way to keep processor-specific information in the text of the document |
CDOMPSVITypeInfo | The DOMPSVITypeInfo interface represent the PSVI info used by DOMElement or DOMAttr nodes, specified in the schemas associated with the document |
CDOMRange | |
CDOMRangeException | Range operations may throw a DOMRangeException as specified in their method descriptions |
CDOMStringList | The DOMStringList interface provides the abstraction of an ordered collection of strings, without defining or constraining how this collection is implemented |
CDOMText | The DOMText interface inherits from DOMCharacterData and represents the textual content (termed character data in XML) of an DOMElement or DOMAttr |
CDOMTreeWalker | DOMTreeWalker objects are used to navigate a document tree or subtree using the view of the document defined by their whatToShow flags and filter (if any) |
CDOMTypeInfo | The DOMTypeInfo interface represent a type used by DOMElement or DOMAttr nodes, specified in the schemas associated with the document |
CDOMUserDataHandler | When associating an object to a key on a node using setUserData the application can provide a handler that gets called when the node the object is associated to is being cloned or imported |
CDOMXPathEvaluator | The evaluation of XPath expressions is provided by DOMXPathEvaluator |
CDOMXPathException | |
CDOMXPathExpression | The DOMXPathExpression interface represents a parsed and resolved XPath expression |
CDOMXPathNamespace | The DOMXPathNamespace interface is returned by DOMXPathResult interfaces to represent the XPath namespace node type that DOM lacks |
CDOMXPathNSResolver | The DOMXPathNSResolver interface permit prefix strings in the expression to be properly bound to namespaceURI strings |
CDOMXPathResult | The DOMXPathResult interface represents the result of the evaluation of an XPath 1.0 or XPath 2.0 expression within the context of a particular node |
CDTDHandler | Receive notification of basic DTD-related events |
CEntityResolver | Basic interface for resolving entities |
CErrorHandler | Basic interface for SAX error handlers |
CHandlerBase | Default base class for handlers |
CHash2KeysSetBucketElem | |
CHash2KeysSetOf | |
CHash2KeysSetOfEnumerator | |
CHexBin | |
CInputSource | A single input source for an XML entity |
CLexicalHandler | Receive notification of lexical events |
CLocalFileFormatTarget | |
CLocalFileInputSource | This class is a derivative of the standard InputSource class |
CLocator | Interface for associating a SAX event with a document location |
CMemBufFormatTarget | |
CMemBufInputSource | This class is a derivative of the standard InputSource class |
CMemoryManager | Configurable memory manager |
COutOfMemoryException | |
CPanicHandler | Receive notification of panic |
CParser | Basic interface for SAX (Simple API for XML) parsers |
CPSVIAttribute | |
CPSVIAttributeList | |
CPSVIAttributeStorage | A container for the PSVI contributions to attributes that occur on a particular element |
CPSVIElement | |
CPSVIHandler | This abstract class provides the interface for the scanner to return PSVI information to the application |
CPSVIItem | |
CPSVIUni | |
CQName | |
CSAX2XMLFilter | |
CSAX2XMLReader | |
CSAXException | Encapsulate a general SAX error or warning |
CSAXNotRecognizedException | |
CSAXNotSupportedException | |
CSAXParseException | Encapsulate an XML parse error or warning |
CSAXParser | This class implements the SAX 'Parser' interface and should be used by applications wishing to parse the XML files using SAX |
CSecurityManager | Allow application to force the parser to behave in a security-conscious way |
CStdInInputSource | This class is a derivative of the standard InputSource class |
CStDOMNode | |
CStdOutFormatTarget | |
CTranscodeFromStr | |
CTranscodeToStr | |
CURLInputSource | This class is a derivative of the standard InputSource class |
CValidationContext | |
CWrapper4DOMLSInput | Wrap a DOMLSInput object and make it behave like a SAX InputSource |
CWrapper4InputSource | Wrap a SAX InputSource object and make it behave like DOMLSInput |
CXercesDOMParser | This class implements the Document Object Model (DOM) interface |
CXMemory | This class makes it possible to override the C++ memory management by adding new/delete operators to this base class |
CXMLAbstractDoubleFloat | |
CXMLAttDef | Represents the core information of an attribute definition |
CXMLAttDefList | This class defines an abstract interface that all validators must support |
CXMLAttr | This class defines the information about an attribute that will come out of the scanner during parsing |
CXMLBigDecimal | |
CXMLBigInteger | |
CXMLChar1_0 | |
CXMLChar1_1 | |
CXMLContentModel | This class defines the abstract interface for all content models |
CXMLDateTime | |
CXMLDeleter | |
CXMLDocumentHandler | This abstract class provides the interface for the scanner to return XML document information up to the parser as it scans through the document |
CXMLDOMMsg | |
CXMLDouble | |
CXMLDTDDescription | |
CXMLElementDecl | This class defines the core information of an element declaration |
CXMLEntityDecl | This class defines that core information that defines an XML entity, no matter what validator is used |
CXMLEntityHandler | This abstract class is a callback mechanism for the scanner |
CXMLEntityResolver | Revised interface for resolving entities |
CXMLErrorReporter | This abstract class defines a callback mechanism for the scanner |
CXMLErrs | |
CXMLException | |
CXMLFileMgr | |
CXMLFloat | |
CXMLFormatTarget | |
CXMLFormatter | 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 |
CXMLGrammarDescription | |
CXMLGrammarPool | |
CXMLIBM1047Transcoder | |
CXMLInitializer | Utilities that must be implemented in a class-specific way |
CXMLInteger | |
CXMLLCPTranscoder | |
CXMLMutexMgr | |
CXMLNetAccessor | |
CXMLNetHTTPInfo | |
CXMLNotationDecl | This class represents the core information about a notation declaration that all validators must at least support |
CXMLNumber | |
CXMLPlatformUtils | Utilities that must be implemented in a platform-specific way |
CXMLReaderFactory | Creates a SAX2 parser (SAX2XMLReader) |
CXMLResourceIdentifier | |
CXMLSchemaDescription | |
CXMLString | Class for representing native character strings and handling common string operations |
CXMLStringTokenizer | The string tokenizer class breaks a string into tokens |
CXMLSynchronizedStringPool | |
CXMLTranscoder | XMLTranscoder is for transcoding non-local code page encodings, i.e |
►CXMLTransService | |
CTransRec | |
CXMLUni | |
CXMLUri | |
CXMLURL | |
CXMLValid | |
CXMLValidator | This abstract class provides the interface for all validators |
CXSAnnotation | |
CXSAttributeDeclaration | |
CXSAttributeGroupDefinition | |
CXSAttributeUse | |
CXSComplexTypeDefinition | |
CXSConstants | |
CXSElementDeclaration | |
CXSFacet | |
CXSIDCDefinition | |
CXSModel | |
CXSModelGroup | |
CXSModelGroupDefinition | |
CXSMultiValueFacet | |
CXSNamedMap | |
CXSNamespaceItem | |
CXSNotationDeclaration | |
CXSObject | |
CXSParticle | |
CXSSimpleTypeDefinition | |
CXSTypeDefinition | This class represents a complexType or simpleType definition |
►CXSValue | |
CXSValue_Data | Public data |
CXSWildcard | |