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

Reference for unit 'Laz2_DOM': Constants

ATTRIBUTE_NODE

  

Represents the node type for DOM Attributes.

CDATA_SECTION_NODE

  

Represents the node type for DOM CDATA nodes.

COMMENT_NODE

  

Represents the node type for DOM Comments.

DOCUMENT_FRAGMENT_NODE

  

Represents the node type for DOM Document Fragments.

DOCUMENT_NODE

  

Represents the node type for DOM Document Elements.

DOCUMENT_TYPE_NODE

  

Represents the node type for DOM Document Type Declarations (DTD).

DOMSTRING_SIZE_ERR

  

Represents DOM exception code 2.

ELEMENT_NODE

  

Represents the node type for DOM Elements.

ENTITY_NODE

  

Represents the node type for DOM Entities.

ENTITY_REFERENCE_NODE

  

Represents the node type for DOM Entity References.

HIERARCHY_REQUEST_ERR

  

Represents DOM exception code 3.

INDEX_SIZE_ERR

  

Represents DOM exception code 1.

INUSE_ATTRIBUTE_ERR

  

Represents DOM exception code 10.

INVALID_ACCESS_ERR

  

Represents DOM exception code 15.

INVALID_CHARACTER_ERR

  

Represents DOM exception code 5.

INVALID_MODIFICATION_ERR

  

Represents DOM exception code 13.

INVALID_STATE_ERR

  

Represents DOM exception code 11.

NAMESPACE_ERR

  

Represents DOM exception code 14.

NOTATION_NODE

  

Represents the node type for DOM Notation Declarations.

NOT_FOUND_ERR

  

Represents DOM exception code 8.

NOT_SUPPORTED_ERR

  

Represents DOM exception code 9.

NO_DATA_ALLOWED_ERR

  

Represents DOM exception code 6.

NO_MODIFICATION_ALLOWED_ERR

  

Represents DOM exception code 7.

PROCESSING_INSTRUCTION_NODE

  

Represents the node type for DOM Processing Instructions.

stduri_xml

  

Namespace URI for the xml prefix.

stduri_xmlns

  

Namespace URI for the xmlns prefix.

SYNTAX_ERR

  

Represents DOM exception code 12.

TEXT_NODE

  

Represents the node type for DOM Text nodes.

WRONG_DOCUMENT_ERR

  

Represents DOM exception code 4.


Version 3.2 Generated 2024-02-25 Home