khtml Library API Documentation

KJS::HTMLDocument Class Reference

Inheritance diagram for KJS::HTMLDocument:

Inheritance graph
[legend]
Collaboration diagram for KJS::HTMLDocument:

Collaboration graph
[legend]
List of all members.

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

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.

Referenced by classInfo().


The documentation for this class was generated from the following files:
KDE Logo
This file is part of the documentation for khtml Library Version 3.4.3.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Sun Oct 9 08:10:29 2005 by doxygen 1.4.4 written by Dimitri van Heesch, © 1997-2003