▼Nxercesc | This class holds the list of registered DOMImplementations |
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 | |
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 |
CMemoryManager | Configurable memory manager |
CStDOMNode | |
CXMLDeleter | |
CXMLPlatformUtils | Utilities that must be implemented in a platform-specific way |
CAutoDeallocate | |
CAutoDelete | |
CAutoDeleteArray | |
CAutoRelease | |
CXPath2MemoryManager | |
CXPath2Result | The XPathResult2 interface represents the result of the evaluation of an XPath 2.0 expression within the context of a particular node |
▼CXQillaAllocator | |
Crebind | |
CXQillaExpression | The XQillaExpression interface extends the DOMXPathExpression interface, providing the ability to release the object |
CXQillaNSResolver | The XQillaNSResolver interface extends the DOMXPathNSResolver providing the ability to add additional namespace bindings |
CXQillaPlatformUtils | Static utility methods for initializing and terminating the XQilla and Xerces environments |