KJS::DOMDocument Class Reference
Inheritance diagram for KJS::DOMDocument:

Detailed Description
Definition at line 98 of file kjs_dom.h.
Public Types | |
| DocType | |
| Implementation | |
| DocumentElement | |
| CharacterSet | |
| CreateElement | |
| CreateDocumentFragment | |
| CreateTextNode | |
| CreateComment | |
| CreateCDATASection | |
| CreateProcessingInstruction | |
| CreateAttribute | |
| CreateEntityReference | |
| GetElementsByTagName | |
| ImportNode | |
| CreateElementNS | |
| CreateAttributeNS | |
| GetElementsByTagNameNS | |
| GetElementById | |
| CreateRange | |
| CreateNodeIterator | |
| CreateTreeWalker | |
| DefaultView | |
| CreateEvent | |
| StyleSheets | |
| GetOverrideStyle | |
| Abort | |
| Load | |
| LoadXML | |
| PreferredStylesheetSet | |
| SelectedStylesheetSet | |
| ReadyState | |
| Async | |
| enum | { DocType, Implementation, DocumentElement, CharacterSet, CreateElement, CreateDocumentFragment, CreateTextNode, CreateComment, CreateCDATASection, CreateProcessingInstruction, CreateAttribute, CreateEntityReference, GetElementsByTagName, ImportNode, CreateElementNS, CreateAttributeNS, GetElementsByTagNameNS, GetElementById, CreateRange, CreateNodeIterator, CreateTreeWalker, DefaultView, CreateEvent, StyleSheets, GetOverrideStyle, Abort, Load, LoadXML, PreferredStylesheetSet, SelectedStylesheetSet, ReadyState, Async } |
Public Member Functions | |
| DOMDocument (ExecState *exec, const DOM::Document &d) | |
| DOMDocument (const Object &proto, const DOM::Document &d) | |
| virtual | ~DOMDocument () |
| virtual Value | tryGet (ExecState *exec, const Identifier &propertyName) const |
| Value | getValueProperty (ExecState *exec, int token) const |
| virtual void | tryPut (ExecState *exec, const Identifier &propertyName, const Value &value, int attr=None) |
| void | putValueProperty (ExecState *exec, int token, const Value &value, int attr) |
| virtual const ClassInfo * | classInfo () const |
Static Public Attributes | |
| static const ClassInfo | info = { "Document", &DOMNode::info, &DOMDocumentTable, 0 } |
The documentation for this class was generated from the following files:

