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.
ClientRect Specifies a rectangle that contains a line of text in either an element or a TextRange object.
ClipboardData A JavaScript object for a ClipboardData.
Comment A JavaScript object for a Comment.
Console A JavaScript object for a console.
DateCustom Contains some missing features of Rhino NativeDate.
Document A JavaScript object for a Document.
DocumentFragment A JavaScript object for DocumentFragment.
DocumentType A JavaScript object for a DocumentType.
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.
HashChangeEvent JavaScript object representing the HashChangeEvent.
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.
MessageEvent A JavaScript object for MessageEvent.
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.
NativeFunctionPrefixResolver A special PrefixResolver for NativeFunctions.
Navigator A JavaScript object for a Navigator.
Netscape A JavaScript object for window.netscape (FF simulation only).
Node The JavaScript object "Node" which is the base class for all DOM objects.
NodeFilter A NodeFilter.
NodeList An array of elements.
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).
TreeWalker The JavaScript object that represents a TreeWalker.
UIEvent JavaScript object representing a UI event.
WebSocket A JavaScript object for a WebSocket.
Window A JavaScript object for a Window.
WindowProxy Proxy for a Window script object.
XPathEvaluator A JavaScript object for XPathEvaluator.
XPathNSResolver A JavaScript object for XPathNSResolver.
XPathResult A JavaScript object for XPathResult.
XSLTemplate A JavaScript object for XSLTemplate.
XSLTProcessor A JavaScript object for XSLTProcessor.
 

Enum Summary
NodeList.EffectOnCache Cache effect of some changes.
 

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–2013 Gargoyle Software Inc.. All rights reserved.