Package | Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
XMLDOMAttribute
A JavaScript object for MSXML's (ActiveX) XMLDOMAttribute.
Represents an attribute of the IXMLDOMElement. |
class |
XMLDOMCDATASection
A JavaScript object for MSXML's (ActiveX) XMLDOMCDATASection.
Used to quote or escape blocks of text to keep that text from being interpreted as markup language. |
class |
XMLDOMCharacterData
A JavaScript object for MSXML's (ActiveX) XMLDOMCharacterData.
Provides text manipulation methods that are used by several objects. |
class |
XMLDOMComment
A JavaScript object for MSXML's (ActiveX) XMLDOMComment.
Represents the content of an XML comment. |
class |
XMLDOMDocument
A JavaScript object for MSXML's (ActiveX) XMLDOMDocument.
Represents the top level of the XML source. |
class |
XMLDOMDocumentFragment
A JavaScript object for MSXML's (ActiveX) XMLDOMDocumentFragment.
A lightweight object that is useful for tree insert operations. |
class |
XMLDOMDocumentType
A JavaScript object for MSXML's (ActiveX) XMLDOMDocumentType.
Contains information associated with the document type declaration. |
class |
XMLDOMElement
A JavaScript object for MSXML's (ActiveX) XMLDOMElement.
Represents the element object. |
class |
XMLDOMImplementation
A JavaScript object for MSXML's (ActiveX) XMLDOMImplementation.
Provides methods that are independent of any particular instance of the Document Object Model (DOM). |
class |
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 . |
class |
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. |
class |
XMLDOMNodeList
A JavaScript object for MSXML's (ActiveX) XMLDOMNodeList.
Supports iteration through the live collection, in addition to indexed access. |
class |
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. |
class |
XMLDOMProcessingInstruction
A JavaScript object for MSXML's (ActiveX) XMLDOMProcessingInstruction.
Represents a processing instruction, which XML defines to keep processor-specific information in the text of the document. |
class |
XMLDOMSelection
A JavaScript object for MSXML's (ActiveX) XMLDOMSelection.
Represents the list of nodes that match a given XML Path Language (XPath) expression. |
class |
XMLDOMText
A JavaScript object for MSXML's (ActiveX) XMLDOMText.
Represents the text content of an element or attribute. |
class |
XMLHTTPRequest
A JavaScript object for MSXML's (ActiveX) XMLHTTPRequest.
Provides client-side protocol support for communication with HTTP servers. |
class |
XSLProcessor
A JavaScript object for MSXML's (ActiveX) XSLProcessor.
Used for transformations with compiled style sheets. |
class |
XSLTemplate
A JavaScript object for MSXML's (ActiveX) XSLTemplate.
Used for caching compiled XSL Transformations (XSLT) templates. |
Modifier and Type | Method and Description |
---|---|
MSXMLScriptable |
XMLDOMDocument.makeScriptableFor(DomNode domNode)
Builds a new the JavaScript object that corresponds to the specified object.
|
Modifier and Type | Method and Description |
---|---|
Class<? extends MSXMLScriptable> |
MSXMLJavaScriptEnvironment.getJavaScriptClass(Class<?> c)
Gets the class of the JavaScript object for the node class.
|
Modifier and Type | Method and Description |
---|---|
static XMLDOMNodeList |
XMLDOMNodeList.emptyCollection(MSXMLScriptable parentScope)
Gets an empty collection.
|
Copyright © 2002–2015 Gargoyle Software Inc.. All rights reserved.