|
XPSEDAPI
|
Document Object Model (DOM) Level 2 Core Specification. More...
Classes | |
| exception | DOMException |
| interface | DOMImplementation |
| interface | Node |
| interface | NodeList |
| interface | NamedNodeMap |
| interface | CharacterData |
| interface | Attr |
| interface | Element |
| interface | Text |
| interface | Comment |
| interface | CDATASection |
| interface | DocumentType |
| interface | Notation |
| interface | Entity |
| interface | EntityReference |
| interface | ProcessingInstruction |
| interface | DocumentFragment |
| interface | Document |
Typedefs | |
| typedef wstring | DOMString |
| typedef unsigned long long | DOMTimeStamp |
Variables | |
| const unsigned short | INDEX_SIZE_ERR = 1 |
| const unsigned short | DOMSTRING_SIZE_ERR = 2 |
| const unsigned short | HIERARCHY_REQUEST_ERR = 3 |
| const unsigned short | WRONG_DOCUMENT_ERR = 4 |
| const unsigned short | INVALID_CHARACTER_ERR = 5 |
| const unsigned short | NO_DATA_ALLOWED_ERR = 6 |
| const unsigned short | NO_MODIFICATION_ALLOWED_ERR = 7 |
| const unsigned short | NOT_FOUND_ERR = 8 |
| const unsigned short | NOT_SUPPORTED_ERR = 9 |
| const unsigned short | INUSE_ATTRIBUTE_ERR = 10 |
| const unsigned short | INVALID_STATE_ERR = 11 |
| const unsigned short | SYNTAX_ERR = 12 |
| const unsigned short | INVALID_MODIFICATION_ERR = 13 |
| const unsigned short | NAMESPACE_ERR = 14 |
| const unsigned short | INVALID_ACCESS_ERR = 15 |
Document Object Model (DOM) Level 2 Core Specification.
| typedef wstring dom::DOMString |
Definition at line 21 of file DOM_APISPEC.idl.
| typedef unsigned long long dom::DOMTimeStamp |
Definition at line 23 of file DOM_APISPEC.idl.
| const unsigned short dom::DOMSTRING_SIZE_ERR = 2 |
Definition at line 36 of file DOM_APISPEC.idl.
| const unsigned short dom::HIERARCHY_REQUEST_ERR = 3 |
Definition at line 37 of file DOM_APISPEC.idl.
| const unsigned short dom::INDEX_SIZE_ERR = 1 |
Definition at line 35 of file DOM_APISPEC.idl.
| const unsigned short dom::INUSE_ATTRIBUTE_ERR = 10 |
Definition at line 44 of file DOM_APISPEC.idl.
| const unsigned short dom::INVALID_ACCESS_ERR = 15 |
Definition at line 54 of file DOM_APISPEC.idl.
| const unsigned short dom::INVALID_CHARACTER_ERR = 5 |
Definition at line 39 of file DOM_APISPEC.idl.
| const unsigned short dom::INVALID_MODIFICATION_ERR = 13 |
Definition at line 50 of file DOM_APISPEC.idl.
| const unsigned short dom::INVALID_STATE_ERR = 11 |
Definition at line 46 of file DOM_APISPEC.idl.
| const unsigned short dom::NAMESPACE_ERR = 14 |
Definition at line 52 of file DOM_APISPEC.idl.
| const unsigned short dom::NO_DATA_ALLOWED_ERR = 6 |
Definition at line 40 of file DOM_APISPEC.idl.
| const unsigned short dom::NO_MODIFICATION_ALLOWED_ERR = 7 |
Definition at line 41 of file DOM_APISPEC.idl.
| const unsigned short dom::NOT_FOUND_ERR = 8 |
Definition at line 42 of file DOM_APISPEC.idl.
| const unsigned short dom::NOT_SUPPORTED_ERR = 9 |
Definition at line 43 of file DOM_APISPEC.idl.
| const unsigned short dom::SYNTAX_ERR = 12 |
Definition at line 48 of file DOM_APISPEC.idl.
| const unsigned short dom::WRONG_DOCUMENT_ERR = 4 |
Definition at line 38 of file DOM_APISPEC.idl.