See: Description
| Class | Description |
|---|---|
| MSXMLActiveXObjectFactory |
ActiveXObjectFactory for the MSXML ActiveX library.
|
| 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. |
| 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. |
| XMLDOMCharacterData |
A JavaScript object for MSXML's (ActiveX) XMLDOMCharacterData.
Provides text manipulation methods that are used by several objects. |
| XMLDOMComment |
A JavaScript object for MSXML's (ActiveX) XMLDOMComment.
Represents the content of an XML comment. |
| XMLDOMDocument |
A JavaScript object for MSXML's (ActiveX) XMLDOMDocument.
Represents the top level of the XML source. |
| XMLDOMDocumentFragment |
A JavaScript object for MSXML's (ActiveX) XMLDOMDocumentFragment.
A lightweight object that is useful for tree insert operations. |
| 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. |
| 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. |
| 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. |
| 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. |
| XMLHTTPRequest |
A JavaScript object for MSXML's (ActiveX) XMLHTTPRequest.
Provides client-side protocol support for communication with HTTP servers. |
| XMLSerializer |
A JavaScript object for XMLSerializer.
|
| XSLProcessor |
A JavaScript object for MSXML's (ActiveX) XSLProcessor.
Used for transformations with compiled style sheets. |
| XSLTemplate |
A JavaScript object for MSXML's (ActiveX) XSLTemplate.
Used for caching compiled XSL Transformations (XSLT) templates. |
| Enum | Description |
|---|---|
| XMLDOMNodeList.EffectOnCache |
Cache effect of some changes.
|
Copyright © 2002–2022 Gargoyle Software Inc.. All rights reserved.