KJS::DOMDocumentType Class Reference
Inheritance diagram for KJS::DOMDocumentType:

Detailed Description
Definition at line 170 of file kjs_dom.h.
Public Types | |
| Name | |
| Entities | |
| Notations | |
| PublicId | |
| SystemId | |
| InternalSubset | |
| enum | { Name, Entities, Notations, PublicId, SystemId, InternalSubset } |
Public Member Functions | |
| DOMDocumentType (ExecState *exec, const DOM::DocumentType &dt) | |
| virtual Value | tryGet (ExecState *exec, const Identifier &propertyName) const |
| Value | getValueProperty (ExecState *exec, int token) const |
| virtual const ClassInfo * | classInfo () const |
Static Public Attributes | |
| static const ClassInfo | info = { "DocumentType", &DOMNode::info, &DOMDocumentTypeTable, 0 } |
The documentation for this class was generated from the following files:

