RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
xmldom Namespace

This is namespace xmldom.

Name 
Description 
The following table lists classes in this documentation. 
The following table lists interfaces in this documentation. 
The following table lists functions in this documentation. 
The following table lists types in this documentation. 
The following table lists variables in this documentation. 
The following table lists constants in this documentation. 
 
Name 
Description 
 
This is class xmldom.DOMException. 
 
EDOMParseError is the exception class for errors that occur when a DOM implementation parses an XML document. 
 
TDOMVendor is the base class for components that provide access to a DOM implementation. 
 
TDOMVendorList represents a collection of available DOM implementations. 
Name 
Description 
This is constant xmldom.ATTRIBUTE_NODE. 
This is constant xmldom.CDATA_SECTION_NODE. 
This is constant xmldom.COMMENT_NODE. 
This is constant xmldom.DOCUMENT_FRAGMENT_NODE. 
This is constant xmldom.DOCUMENT_NODE. 
This is constant xmldom.DOCUMENT_TYPE_NODE. 
This is constant xmldom.DOMSTRING_SIZE_ERR. 
This is constant xmldom.DOMWrapperVersion. 
This is constant xmldom.ELEMENT_NODE. 
This is constant xmldom.ENTITY_NODE. 
This is constant xmldom.ENTITY_REFERENCE_NODE. 
This is constant xmldom.HIERARCHY_REQUEST_ERR. 
This is constant xmldom.INDEX_SIZE_ERR. 
This is constant xmldom.INUSE_ATTRIBUTE_ERR. 
This is constant xmldom.INVALID_ACCESS_ERR. 
This is constant xmldom.INVALID_CHARACTER_ERR. 
This is constant xmldom.INVALID_MODIFICATION_ERR. 
This is constant xmldom.INVALID_STATE_ERR. 
This is constant xmldom.NAMESPACE_ERR. 
This is constant xmldom.NO_DATA_ALLOWED_ERR. 
This is constant xmldom.NO_MODIFICATION_ALLOWED_ERR. 
This is constant xmldom.NOT_FOUND_ERR. 
This is constant xmldom.NOT_SUPPORTED_ERR. 
This is constant xmldom.NOTATION_NODE. 
This is constant xmldom.NSDelim. 
This is constant xmldom.PROCESSING_INSTRUCTION_NODE. 
This is constant xmldom.SEncoding. 
This is constant xmldom.SHttp. 
This is constant xmldom.SStandalone. 
This is constant xmldom.SVersion. 
SXML 
This is constant xmldom.SXML. 
This is constant xmldom.SXMLNamespaceURI. 
This is constant xmldom.SXMLNS. 
This is constant xmldom.SXMLPrefixNamespaceURI. 
This is constant xmldom.SYNTAX_ERR. 
This is constant xmldom.TEXT_NODE. 
This is constant xmldom.WRONG_DOCUMENT_ERR. 
 
Name 
Description 
 
This is function xmldom.DOMVendorNotSupported. 
 
Strips the namespace prefix, if present, from the tag name of an XML node. 
 
Returns the namespace prefix of an XML node's tag name. 
 
Returns the top-level DOM interface for a registered DOM implementation. 
 
This is function xmldom.GetDOMNodeEx. 
 
Returns the TDOMVendor object for a specified DOM vendor. 
 
Indicates whether an XML tag name includes a namespace prefix. 
 
Assembles a full tag name from a local name and namespace prefix. 
 
Indicates whether a specified node matches a given namespace and tag name. 
 
Registers an implementation of the DOM interfaces so that it is available to the TXMLDocument class. 
 
Indicates whether a specified node is defined within a specified namespace. 
 
Indicates whether a specified node is defined within a specified namespace. 
 
Unregisters a DOM implementation that was registered using RegisterDOMVendor
 
Name 
Description 
 
This is class xmldom.IDOMAttr. 
 
This is class xmldom.IDOMCDATASection. 
 
This is class xmldom.IDOMCharacterData. 
 
This is class xmldom.IDOMComment. 
 
This is class xmldom.IDOMDocument. 
 
This is class xmldom.IDOMDocumentFragment. 
 
This is class xmldom.IDOMDocumentType. 
 
This is class xmldom.IDOMElement. 
 
This is class xmldom.IDOMEntity. 
 
This is class xmldom.IDOMEntityReference. 
 
This is class xmldom.IDOMImplementation. 
 
This is class xmldom.IDOMNamedNodeMap. 
 
IDOMNode is the DOM interface for a node in an XML document. 
 
This is class xmldom.IDOMNodeEx. 
 
This is class xmldom.IDOMNodeList. 
 
This is class xmldom.IDOMNodeSelect. 
 
This is class xmldom.IDOMNotation. 
 
This is class xmldom.IDOMParseError. 
 
This is class xmldom.IDOMParseOptions. 
 
This is class xmldom.IDOMPersist. 
 
This is class xmldom.IDOMProcessingInstruction. 
 
This is class xmldom.IDOMText. 
 
This is class xmldom.IDOMXMLProlog. 
 
This is class xmldom.IDOMXSLProcessor. 
Name 
Description 
DOMNodeType indicates the type of a node in an XML document, as parsed by a DOM parser. 
DOMString is the type for strings that are used by a DOM parser. 
This is type xmldom.DOMTimeStamp. 
TAsyncEventHandler is the type of event handlers that respond when the AsyncLoadState of an XML document changes. 
This is type xmldom.TDOMVendorArray. 
Name 
Description 
This is variable xmldom.DefaultDOMVendor. 
This is variable xmldom.DOMVendors. 
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!