XPSEDAPI
 All Classes Namespaces Files Functions Variables Typedefs
DOM_APISPEC.idl File Reference
Include dependency graph for DOM_APISPEC.idl:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

exception  dom::DOMException
interface  dom::DOMImplementation
interface  dom::Node
interface  dom::NodeList
interface  dom::NamedNodeMap
interface  dom::CharacterData
interface  dom::Attr
interface  dom::Element
interface  dom::Text
interface  dom::Comment
interface  dom::CDATASection
interface  dom::DocumentType
interface  dom::Notation
interface  dom::Entity
interface  dom::EntityReference
interface  dom::ProcessingInstruction
interface  dom::DocumentFragment
interface  dom::Document

Namespaces

namespace  dom
 Document Object Model (DOM) Level 2 Core Specification.

Typedefs

typedef wstring dom::DOMString
typedef unsigned long long dom::DOMTimeStamp

Variables

const unsigned short dom::INDEX_SIZE_ERR = 1
const unsigned short dom::DOMSTRING_SIZE_ERR = 2
const unsigned short dom::HIERARCHY_REQUEST_ERR = 3
const unsigned short dom::WRONG_DOCUMENT_ERR = 4
const unsigned short dom::INVALID_CHARACTER_ERR = 5
const unsigned short dom::NO_DATA_ALLOWED_ERR = 6
const unsigned short dom::NO_MODIFICATION_ALLOWED_ERR = 7
const unsigned short dom::NOT_FOUND_ERR = 8
const unsigned short dom::NOT_SUPPORTED_ERR = 9
const unsigned short dom::INUSE_ATTRIBUTE_ERR = 10
const unsigned short dom::INVALID_STATE_ERR = 11
const unsigned short dom::SYNTAX_ERR = 12
const unsigned short dom::INVALID_MODIFICATION_ERR = 13
const unsigned short dom::NAMESPACE_ERR = 14
const unsigned short dom::INVALID_ACCESS_ERR = 15