khtml Library API Documentation

KJS::DOMObject Class Reference

Base class for all objects in this binding - get() and put() run tryGet() and tryPut() respectively, and catch exceptions if they occur. More...

#include <kjs_binding.h>

Inheritance diagram for KJS::DOMObject:

KJS::CSSRuleConstructor KJS::CSSValueConstructor KJS::DOMAbstractView KJS::DOMCounter KJS::DOMCSSRule KJS::DOMCSSRuleList KJS::DOMCSSStyleDeclaration KJS::DOMCSSValue KJS::DOMDOMImplementation KJS::DOMEvent KJS::DOMExceptionConstructor KJS::DOMMediaList KJS::DOMNamedNodeMap KJS::DOMNamedNodesCollection KJS::DOMNode KJS::DOMNodeFilter KJS::DOMNodeIterator KJS::DOMNodeList KJS::DOMRange KJS::DOMRect KJS::DOMRGBColor KJS::DOMStyleSheet KJS::DOMStyleSheetList KJS::DOMTreeWalker KJS::EventConstructor KJS::EventExceptionConstructor KJS::HTMLCollection KJS::Image KJS::MutationEventConstructor KJS::NodeConstructor KJS::NodeFilterConstructor KJS::RangeConstructor KJS::XMLHttpRequest KJS::XMLSerializer List of all members.

Public Member Functions

 DOMObject (const Object &proto)
virtual Value get (ExecState *exec, const Identifier &propertyName) const
virtual Value tryGet (ExecState *exec, const Identifier &propertyName) const
virtual void put (ExecState *exec, const Identifier &propertyName, const Value &value, int attr=None)
virtual void tryPut (ExecState *exec, const Identifier &propertyName, const Value &value, int attr=None)
virtual UString toString (ExecState *exec) const

Detailed Description

Base class for all objects in this binding - get() and put() run tryGet() and tryPut() respectively, and catch exceptions if they occur.

Definition at line 50 of file kjs_binding.h.


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.2.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Wed Feb 8 08:04:54 2006 by doxygen 1.4.4 written by Dimitri van Heesch, © 1997-2003