|
Compounds |
class | EventListener |
| Introduced in DOM Level 2. More...
|
class | Event |
| Introduced in DOM Level 2. More...
|
class | EventException |
| Introduced in DOM Level 2:. More...
|
class | UIEvent |
| Introduced in DOM Level 2. More...
|
class | MouseEvent |
| Introduced in DOM Level 2. More...
|
class | TextEvent |
| DOM::TextEvent The detail attribute inherited from UIEvent is used to indicate the number of keypresses which have occurred during key repetition. More...
|
class | MutationEvent |
| Introduced in DOM Level 2. More...
|
class | RangeException |
class | Range |
class | NodeIterator |
| NodeIterators are used to step through a set of nodes, e.g. More...
|
class | NodeFilter |
| Filters are objects that know how to "filter out" nodes. More...
|
class | CustomNodeFilter |
| CustomNodeFilter can be used to define your own NodeFilter for use with NodeIterators and TreeWalkers. More...
|
class | TreeWalker |
| TreeWalker objects are used to navigate a document tree or subtree using the view of the document defined by its whatToShow flags and any filters that are defined for the TreeWalker . More...
|
class | AbstractView |
| Introduced in DOM Level 2. More...
|
class | DOMImplementation |
| The DOMImplementation interface provides a number of methods for performing operations that are independent of any particular instance of the document object model. More...
|
class | Document |
| The Document interface represents the entire HTML or XML document. More...
|
class | DocumentFragment |
| DocumentFragment is a "lightweight" or "minimal" Document object. More...
|
class | DocumentType |
| Each Document has a doctype attribute whose value is either null or a DocumentType object. More...
|
class | Attr |
| The Attr interface represents an attribute in an Element object. More...
|
class | Element |
| By far the vast majority of objects (apart from text) that authors encounter when traversing a document are Element nodes. More...
|
class | DOMException |
| DOM operations only raise exceptions in "exceptional" circumstances, i.e., when an operation is impossible to perform (either for logical reasons, because data is lost, or because the implementation has become unstable). More...
|
class | DomShared |
class | NamedNodeMap |
| Objects implementing the NamedNodeMap interface are used to represent collections of nodes that can be accessed by name. More...
|
class | Node |
| The Node interface is the primary datatype for the entire Document Object Model. More...
|
class | NodeList |
| The NodeList interface provides the abstraction of an ordered collection of nodes, without defining or constraining how this collection is implemented. More...
|
class | DOMString |
| This class implements the basic string we use in the DOM. More...
|
class | CharacterData |
| The CharacterData interface extends Node with a set of attributes and methods for accessing character data in the DOM. More...
|
class | Comment |
| This represents the content of a comment, i.e., all the characters between the starting ' <!-- ' and ending ' --> ; '. More...
|
class | Text |
| The Text interface represents the textual content (termed character data in XML) of an Element or Attr . More...
|
class | CDATASection |
| CDATA sections are used to escape blocks of text containing characters that would otherwise be regarded as markup. More...
|
class | Entity |
| This interface represents an entity, either parsed or unparsed, in an XML document. More...
|
class | EntityReference |
| EntityReference objects may be inserted into the structure model when an entity reference is in the source document, or when the user wishes to insert an entity reference. More...
|
class | Notation |
| This interface represents a notation declared in the DTD. More...
|
class | ProcessingInstruction |
| The ProcessingInstruction interface represents a "processing instruction", used in XML as a way to keep processor-specific information in the text of the document. More...
|
Typedefs |
typedef unsigned long long | DOMTimeStamp |
Functions |
kdbgstream & | operator<< (kdbgstream &stream, const DOMString &string) |
bool | operator== (const DOMString &a, const DOMString &b) |
bool | operator== (const DOMString &a, const QString &b) |
bool | operator== (const DOMString &a, const char *b) |
bool | operator!= (const DOMString &a, const DOMString &b) |
bool | operator!= (const DOMString &a, const QString &b) |
bool | operator!= (const DOMString &a, const char *b) |
bool | strcmp (const DOMString &a, const DOMString &b) |
bool | strcasecmp (const DOMString &a, const DOMString &b) |
bool | strcasecmp (const DOMString &a, const char *b) |