Xmldom

From RAD Studio VCL Reference
Jump to: navigation, search

Contents

Delphi Information

Array

TDOMVendorArray

Class

DOMException
EDOMParseError

EDOMParseError is the exception class for errors that occur when a DOM implementation parses an XML document.

TDOMVendor

TDOMVendor is the base class for components that provide access to a DOM implementation.

TDOMVendorList

TDOMVendorList represents a collection of available DOM implementations.

Const

Constants

Function

DOMVendorNotSupported
ExtractLocalName

Strips the namespace prefix, if present, from the tag name of an XML node.

ExtractPrefix

Returns the namespace prefix of an XML node's tag name.

GetDOM

Returns the top-level DOM interface for a registered DOM implementation.

GetDOMNodeEx
GetDOMVendor

Returns the TDOMVendor object for a specified DOM vendor.

IsPrefixed

Indicates whether an XML tag name includes a namespace prefix.

MakeNodeName

Assembles a full tag name from a local name and namespace prefix.

NodeMatches

Indicates whether a specified node matches a given namespace and tag name.

RegisterDOMVendor

Registers an implementation of the DOM interfaces so that it is available to the TXMLDocument class.

SameNamespace

Indicates whether a specified node is defined within a specified namespace.

UnRegisterDOMVendor

Unregisters a DOM implementation that was registered using RegisterDOMVendor .

Interface

IDOMAttr
IDOMCDATASection
IDOMCharacterData
IDOMComment
IDOMDocument

The IDOMDocument class provides a means to view and manipulate the nodes in the entire XML document.

IDOMDocumentFragment
IDOMDocumentType
IDOMElement
IDOMEntity
IDOMEntityReference
IDOMImplementation
IDOMNamedNodeMap
IDOMNode

IDOMNode is the DOM interface for a node in an XML document.

IDOMNodeEx
IDOMNodeList
IDOMNodeSelect
IDOMNotation
IDOMParseError
IDOMParseOptions

IDOMParseOptions exposes methods to be used in order to specify parsing options for an XML document.

IDOMPersist

IDOMPersist is the interface used for loading and saving XML documents.

IDOMProcessingInstruction
IDOMText
IDOMXMLProlog
IDOMXSLProcessor

Type

DOMNodeType

DOMNodeType indicates the type of a node in an XML document, as parsed by a DOM parser.

DOMString

DOMString is the type for strings that are used by a DOM parser.

DOMTimeStamp

Variable

DOMVendors

Lists all registered DOM Vendors.

DefaultDOMVendor

Identifies the DOM implementation that is used by default.

C++ Information

Class

DOMException
EDOMParseError

EDOMParseError is the exception class for errors that occur when a DOM implementation parses an XML document.

IDOMAttr
IDOMCDATASection
IDOMCharacterData
IDOMComment
IDOMDocument

The IDOMDocument class provides a means to view and manipulate the nodes in the entire XML document.

IDOMDocumentFragment
IDOMDocumentType
IDOMElement
IDOMEntity
IDOMEntityReference
IDOMImplementation
IDOMNamedNodeMap
IDOMNode

IDOMNode is the DOM interface for a node in an XML document.

IDOMNodeEx
IDOMNodeList
IDOMNodeSelect
IDOMNotation
IDOMParseError
IDOMParseOptions

IDOMParseOptions exposes methods to be used in order to specify parsing options for an XML document.

IDOMPersist

IDOMPersist is the interface used for loading and saving XML documents.

IDOMProcessingInstruction
IDOMText
IDOMXMLProlog
IDOMXSLProcessor
TDOMVendor

TDOMVendor is the base class for components that provide access to a DOM implementation.

TDOMVendorList

TDOMVendorList represents a collection of available DOM implementations.

Function

DOMVendorNotSupported
ExtractLocalName

Strips the namespace prefix, if present, from the tag name of an XML node.

ExtractPrefix

Returns the namespace prefix of an XML node's tag name.

GetDOM

Returns the top-level DOM interface for a registered DOM implementation.

GetDOMNodeEx
GetDOMVendor

Returns the TDOMVendor object for a specified DOM vendor.

IsPrefixed

Indicates whether an XML tag name includes a namespace prefix.

MakeNodeName

Assembles a full tag name from a local name and namespace prefix.

NodeMatches

Indicates whether a specified node matches a given namespace and tag name.

RegisterDOMVendor

Registers an implementation of the DOM interfaces so that it is available to the TXMLDocument class.

SameNamespace

Indicates whether a specified node is defined within a specified namespace.

UnRegisterDOMVendor

Unregisters a DOM implementation that was registered using RegisterDOMVendor .

Typedef

DOMTimeStamp
TAsyncEventHandler

TAsyncEventHandler is the type of event handlers that respond when the AsyncLoadState of an XML document changes.

TDOMVendorArray
_di_IDOMAttr
_di_IDOMCDATASection
_di_IDOMCharacterData
_di_IDOMComment
_di_IDOMDocument
_di_IDOMDocumentFragment
_di_IDOMDocumentType
_di_IDOMElement
_di_IDOMEntity
_di_IDOMEntityReference
_di_IDOMImplementation
_di_IDOMNamedNodeMap
_di_IDOMNode
_di_IDOMNodeEx
_di_IDOMNodeList
_di_IDOMNodeSelect
_di_IDOMNotation
_di_IDOMParseError
_di_IDOMParseOptions
_di_IDOMPersist
_di_IDOMProcessingInstruction
_di_IDOMText
_di_IDOMXMLProlog
_di_IDOMXSLProcessor

Variable

DOMVendors

Lists all registered DOM Vendors.

DefaultDOMVendor

Identifies the DOM implementation that is used by default.

Personal tools
Translations
Newest Version