[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'Laz2_DOM' (#lazutils)

Reference for unit 'Laz2_DOM': Classes

EDOMError

  

Base class for exceptions raised in DOM interface classes.

EDOMHierarchyRequest

  

Exception raised when an inserted node is not valid for the Document Object Model (DOM).

EDOMIndexSize

  

Exception raised for an invalid index size.

EDOMInUseAttribute

  

Exception raised when adding an attribute that is already in use.

EDOMInvalidAccess

  

Exception raised when a parameter or operation is not supported by the object.

EDOMInvalidModification

  

Exception raised when an attempt was made to modify the type for an object.

EDOMInvalidState

  

Exception raised when accessing an object that is no longer usable.

EDOMNamespace

  

Exception raised when an object is changed in a way that is invalid for its Namespaces.

EDOMNotFound

  

Exception raised when a node is accessed in a context where it does not exist.

EDOMNotSupported

  

Exception raised when the DOM implementation does not support the requested object type or operation.

EDOMSyntax

  

Exception raised when an invalid or illegal value is specified for a DOM object.

EDOMWrongDocument

  

Exception raised when a node is used in a document other than the one that created it.

TDOMAttr

  

Implements a DOM Node for attributes with Namespace support.

TDOMAttrDef

  

Implements the default attribute node introduced in DOM Level 2.

TDOMCDATASection

  

Implements the DOM CDataSection interface from the DOM specification.

TDOMCharacterData

  

Implements the CharacterData interface from the DOM specification.

TDOMComment

  

Implements the DOM Comment interface from the DOM specification.

TDOMDocument

  

Implements the DOM Document interface.

TDOMDocumentFragment

  

Implements the DocumentFragment interface from the DOM specification.

TDOMDocumentType

  

Implements the DOM DocumentType interface from the DOM specification.

TDOMElement

  

Implements the DOM Element interface from the DOM specification.

TDOMElementList

  

Provides a recursive list of DOM Elements.

TDOMEntity

  

Implements the DOM Entity interface from the DOM specification.

TDOMEntityReference

  

Implements the DOM EntityReference interface from the DOM specification.

TDOMImplementation

  

Implements the DOMImplementation interface from the DOM specification.

TDOMNamedNodeMap

  

Implements the NamedNodeMap interface in the DOM specification.

TDOMNode

  

Implements the DOM Node interface.

TDOMNodeAllChildEnumerator

  

Implements an enumerator that visits all Children in the sub-tree for a DOM node.

TDOMNodeEnumerator

  

Implements an enumerator for DOM Nodes.

TDOMNodeList

  

Implements an ordered list of DOM Nodes.

TDOMNode_NS

  

Implements a DOM Node with Namespace support.

TDOMNode_WithChildren

  

Extends TDOMNode to allocate storage for child nodes.

TDOMNotation

  

Implements the DOM Notation interface from the DOM specification.

TDOMProcessingInstruction

  

Implements the DOM ProcessingInstruction interface from the DOM specification.

TDOMText

  

Implements the DOM Text interface from the DOM specification.

TNodePool

  

Provides custom memory management when DOM Nodes are created.

TXMLDocument

  

Implements an XML Document.


Version 3.2 Generated 2024-02-25 Home