KJS::HTMLDocument Class Reference
Inheritance diagram for KJS::HTMLDocument:

Public Types | |
enum | { Title, Referrer, Domain, URL, Body, Location, Cookie, Images, Applets, Links, Forms, Layers, Anchors, Scripts, All, Clear, Open, Close, Write, WriteLn, GetElementsByName, GetSelection, CaptureEvents, ReleaseEvents, BgColor, FgColor, AlinkColor, LinkColor, VlinkColor, LastModified, Height, Width, Dir, Frames, CompatMode } |
Public Member Functions | |
HTMLDocument (ExecState *exec, const DOM::HTMLDocument &d) | |
virtual Value | tryGet (ExecState *exec, const Identifier &propertyName) 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) |
virtual bool | hasProperty (ExecState *exec, const Identifier &propertyName) const |
virtual const ClassInfo * | classInfo () const |
DOM::Document | toDocument () const |
Static Public Attributes | |
static const ClassInfo | info |
Detailed Description
Definition at line 39 of file kjs_html.h.
Member Data Documentation
|
Initial value: { "HTMLDocument", &DOMDocument::info, &HTMLDocumentTable, 0 } Reimplemented from KJS::DOMDocument. Definition at line 131 of file kjs_html.cpp. Referenced by classInfo(). |
The documentation for this class was generated from the following files: