Package com.gargoylesoftware.htmlunit.javascript.host

Implementations of the various JavaScript host objects - users of HtmlUnit shouldn't need anything in this package.

See:
          Description

Class Summary
ActiveXObject This is the host object that allows JavaScript to instantiate java objects via the ActiveXObject constructor.
ActiveXObjectImpl An implementation of native ActiveX components using Jacob.
Attr A JavaScript object for an Attribute.
BoxObject A JavaScript object for a BoxObject.
CDATASection A JavaScript object for CDATASection.
CharacterDataImpl A JavaScript object for CharacterData.
ClipboardData A JavaScript object for a ClipboardData.
Comment A JavaScript object for a Comment.
Document A JavaScript object for a Document.
DocumentFragment A JavaScript object for DocumentFragment.
DocumentType A JavaScript object for a DocumentType.
DOMException Exception for DOM manipulations.
DOMImplementation A JavaScript object for DOMImplementation.
DOMParser A JavaScript object for DOMParser.
Element A JavaScript object for DomElement.
Enumerator A JavaScript object for Enumerator.
Event JavaScript object representing an event that is passed into event handlers when they are invoked.
EventHandler Allows to wrap event handler code as Function object.
EventListenersContainer Container for event listener.
EventNode A node which supports all of the onXXX event handlers and other event-related functions.
External A dummy implementation of a JavaScript object for External.
FormChild Base class for elements which have a parent form.
FormField Base class for all JavaScript object corresponding to form fields.
History A JavaScript object for the client's browsing history.
KeyboardEvent JavaScript object representing a Keyboard Event.
Location A JavaScript object for a Location.
MediaList A JavaScript object for a MediaList.
MimeType A JavaScript object for a document.navigator.mimeTypes elements.
MimeTypeArray A JavaScript object for a document.navigator.plugins.
MouseEvent JavaScript object representing a Mouse Event.
MutationEvent JavaScript object representing a Mutation Event.
Namespace A JavaScript object for a Namespace.
NamespaceCollection A collection of Namespaces.
Navigator A JavaScript object for a Navigator.
Node The JavaScript object "Node" which is the base class for all DOM objects.
NodeFilter A NodeFilter.
OfflineResourceList A collection of offline resources as defined in the HTML5 spec.
Plugin A JavaScript object for a document.navigator.plugins.
PluginArray A JavaScript object for a document.navigator.plugins.
Popup A JavaScript object for IE's Popup.
ProcessingInstruction A JavaScript object for a ProcessingInstruction.
Range The JavaScript object that represents a Range.
RowContainer Superclass for all row-containing JavaScript host classes, including tables, table headers, table bodies and table footers.
Screen A JavaScript object for a Screen.
Selection A JavaScript object for a Selection.
SimpleArray A JavaScript object for simple array allowing access per key and index (like MimeTypeArray).
StaticNodeList A JavaScript object for a static NodeList.
Storage The JavaScript object that represents a Storage.
StorageList The JavaScript object that represents a StorageList.
StringCustom Contains some missing features of Rhino NativeString.
Text A JavaScript object for Text.
TextRange A JavaScript object for a TextRange (IE only).
TextRectangle Specifies a rectangle that contains a line of text in either an element or a TextRange object.
TreeWalker The JavaScript object that represents a TreeWalker.
UIEvent JavaScript object representing a UI event.
Window A JavaScript object for a Window.
WindowProxy Proxy for a Window script object.
XPathNSResolver A JavaScript object for XPathNSResolver.
XPathResult A JavaScript object for XPathResult.
XSLTemplate A JavaScript object for XSLTemplate.
XSLTProcessor A JavaScript object for XSLTProcessor.
 

Package com.gargoylesoftware.htmlunit.javascript.host Description

Implementations of the various JavaScript host objects - users of HtmlUnit shouldn't need anything in this package.



Copyright © 2002-2011 Gargoyle Software Inc.. All Rights Reserved.