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

Detailed Description
Definition at line 39 of file kjs_html.h.
Public Types | |
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 | |
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 |
Member Data Documentation
const ClassInfo KJS::HTMLDocument::info [static] |
Initial value:
{ "HTMLDocument", &DOMDocument::info, &HTMLDocumentTable, 0 }
Reimplemented from KJS::DOMDocument.
Definition at line 47 of file kjs_html.h.
The documentation for this class was generated from the following files: