| Package | Description |
|---|---|
| com.gargoylesoftware.htmlunit |
Framework classes (contains the WebClient class which is the main entry point).
|
| com.gargoylesoftware.htmlunit.activex.javascript.msxml |
Implementations of the MSXML's (ActiveX) JavaScript host objects - users of HtmlUnit shouldn't
need anything in this package.
|
| Class and Description |
|---|
| MSXMLActiveXObjectFactory
ActiveXObjectFactory for the MSXML ActiveX library.
|
| Class and Description |
|---|
| MSXMLConfiguration
A container for all the JavaScript configuration information.
|
| MSXMLJavaScriptEnvironment
JavaScript environment for the MSXML ActiveX library.
|
| MSXMLScriptable
Base class for MSXML's (ActiveX) JavaScript host objects in HtmlUnit.
|
| XMLDOMAttribute
A JavaScript object for MSXML's (ActiveX) XMLDOMAttribute.
Represents an attribute of the IXMLDOMElement. |
| XMLDOMCharacterData
A JavaScript object for MSXML's (ActiveX) XMLDOMCharacterData.
Provides text manipulation methods that are used by several objects. |
| XMLDOMDocumentType
A JavaScript object for MSXML's (ActiveX) XMLDOMDocumentType.
Contains information associated with the document type declaration. |
| XMLDOMElement
A JavaScript object for MSXML's (ActiveX) XMLDOMElement.
Represents the element object. |
| XMLDOMImplementation
A JavaScript object for MSXML's (ActiveX) XMLDOMImplementation.
Provides methods that are independent of any particular instance of the Document Object Model (DOM). |
| XMLDOMNamedNodeMap
A JavaScript object for MSXML's (ActiveX) XMLDOMNamedNodeMap.
Adds support for namespaces and iteration through the collection of attribute nodes. String comparisons in this class are case-insensitive when used with an HtmlElement,
but case-sensitive when used with a DomElement. |
| XMLDOMNode
A JavaScript object for MSXML's (ActiveX) XMLDOMNode.
Extends the core node with support for data types, namespaces, document type definitions (DTDs), and schemas. |
| XMLDOMNodeList
A JavaScript object for MSXML's (ActiveX) XMLDOMNodeList.
Supports iteration through the live collection, in addition to indexed access. |
| XMLDOMNodeList.EffectOnCache
Cache effect of some changes.
|
| XMLDOMParseError
A JavaScript object for MSXML's (ActiveX) XMLDOMParseError.
Returns detailed information about the last parse error, including the error number, line number, character position, and a text description. |
| XMLDOMSelection
A JavaScript object for MSXML's (ActiveX) XMLDOMSelection.
Represents the list of nodes that match a given XML Path Language (XPath) expression. |
| XMLDOMText
A JavaScript object for MSXML's (ActiveX) XMLDOMText.
Represents the text content of an element or attribute. |
| XSLProcessor
A JavaScript object for MSXML's (ActiveX) XSLProcessor.
Used for transformations with compiled style sheets. |
Copyright © 2002–2015 Gargoyle Software Inc.. All rights reserved.