/includes/domit/xml_domit_shared.php

Description
Classes
Class Description
UIDGenerator Generates unique ids for each node
DOMIT_DOMException A DOMIT! exception handling class
DOMIT_DOMImplementation A class representing the DOM Implementation node
Includes
require_once (DOMIT_INCLUDE_PATH.'xml_domit_nodemaps.php') (line 89)
  • global: Object 0: Instance of the UIDGenerator class
Constants
DOMIT_ABSTRACT_CLASS_INSTANTIATION_ERR = 100 (line 78)

DOM error: attempt to instantiate abstract class

DOMIT_ABSTRACT_METHOD_INVOCATION_ERR = 101 (line 80)

DOM error: attempt to call abstract method

DOMIT_ATTRIBUTE_NODE = 2 (line 20)

DOM Attr nodeType

DOMIT_CDATA_SECTION_NODE = 4 (line 24)

DOM CDATA Section nodeType

DOMIT_COMMENT_NODE = 8 (line 32)

DOM Comment nodeType

DOMIT_DOCUMENT_FRAGMENT_ERR = 102 (line 82)

DOM error: can't perform this action on or with Document Fragment

DOMIT_DOCUMENT_FRAGMENT_NODE = 11 (line 38)

DOM Document Fragment nodeType

DOMIT_DOCUMENT_NODE = 9 (line 34)

DOM Document nodeType

DOMIT_DOCUMENT_TYPE_NODE = 10 (line 36)

DOM DocType nodeType

DOMIT_DOMSTRING_SIZE_ERR = 2 (line 46)

DOM error: text doesn't fit into a DOMString

DOMIT_ELEMENT_NODE = 1 (line 18)

DOM Element nodeType

DOMIT_ENTITY_NODE = 6 (line 28)

DOM Entity nodeType

DOMIT_ENTITY_REFERENCE_NODE = 5 (line 26)

DOM Entity Reference nodeType

DOMIT_HIERARCHY_REQUEST_ERR = 3 (line 48)

DOM error: node can't be inserted at this location

DOMIT_INDEX_SIZE_ERR = 1 (line 44)

DOM error: array index out of bounds

DOMIT_INUSE_ATTRIBUTE_ERR = 10 (line 62)

DOM error: attribute currently in use elsewhere

DOMIT_INVALID_ACCESS_ERR = 15 (line 74)

DOM error: operation unsupported by underlying object

DOMIT_INVALID_CHARACTER_ERR = 5 (line 52)

DOM error: invalid character specified

DOMIT_INVALID_MODIFICATION_ERR = 13 (line 70)

DOM error: can't modify underlying type of node

DOMIT_INVALID_STATE_ERR = 11 (line 66)

DOM error: attempt made to use an object that is no longer usable

DOMIT_NAMESPACE_ERR = 14 (line 72)

DOM error: attempt to change node in a way incompatible with namespaces

DOMIT_NOTATION_NODE = 12 (line 40)

DOM Notation nodeType

DOMIT_NOT_FOUND_ERR = 8 (line 58)

DOM error: node can't be found in specified context

DOMIT_NOT_SUPPORTED_ERR = 9 (line 60)

DOM error: operation not supported by current implementation

DOMIT_NO_DATA_ALLOWED_ERR = 6 (line 54)

DOM error: data can't be added to current node

DOMIT_NO_MODIFICATION_ALLOWED_ERR = 7 (line 56)

DOM error: node is read-only

DOMIT_PROCESSING_INSTRUCTION_NODE = 7 (line 30)

DOM Processing Instruction nodeType

DOMIT_SYNTAX_ERR = 12 (line 68)

DOM error: invalid or illegal string specified

DOMIT_TEXT_NODE = 3 (line 22)

DOM Text nodeType

DOMIT_WRONG_DOCUMENT_ERR = 4 (line 50)

DOM error: node not a child of target document

Documentation generated on Fri, 4 Mar 2005 13:58:00 +1000 by phpDocumentor 1.3.0RC3