Uses of Class
com.gargoylesoftware.htmlunit.activex.javascript.msxml.XMLDOMNode

Packages that use XMLDOMNode
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. 
 

Uses of XMLDOMNode in com.gargoylesoftware.htmlunit.activex.javascript.msxml
 

Subclasses of XMLDOMNode in com.gargoylesoftware.htmlunit.activex.javascript.msxml
 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 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 XMLDOMText
          A JavaScript object for MSXML's (ActiveX) XMLDOMText.
Represents the text content of an element or attribute.
 

Methods in com.gargoylesoftware.htmlunit.activex.javascript.msxml that return XMLDOMNode
 XMLDOMNode XMLDOMNode.getFirstChild()
          Returns the first child of this node.
 XMLDOMNode XMLDOMAttribute.getFirstChild()
          Returns the first child of the attribute.
 XMLDOMNode XSLProcessor.getInput()
          Returns which XML input tree to transform.
protected  XMLDOMNode XMLDOMNode.getJavaScriptNode(DomNode domNode)
          Gets the JavaScript node for a given DomNode.
 XMLDOMNode XMLDOMNode.getLastChild()
          Returns the last child node.
 XMLDOMNode XMLDOMAttribute.getLastChild()
          Returns the last child attribute.
 XMLDOMNode XMLDOMNode.getNextSibling()
          Returns the next sibling of this node in the parent's child list.
 XMLDOMNode XMLDOMNode.getPreviousSibling()
          Returns the previous sibling of the node in the parent's child list.
 XMLDOMNode XSLTemplate.getStylesheet()
          Returns the Extensible Stylesheet Language (XSL) style sheet to compile into an XSL template.
 

Methods in com.gargoylesoftware.htmlunit.activex.javascript.msxml with parameters of type XMLDOMNode
 void XSLProcessor.importStylesheet(XMLDOMNode style)
          Imports the specified stylesheet into this XSLTProcessor for transformations.
 String XMLSerializer.serializeToString(XMLDOMNode root)
          The subtree rooted by the specified element is serialized to a string.
 void XSLProcessor.setInput(XMLDOMNode input)
          Specifies which XML input tree to transform.
 Object XMLDOMNamedNodeMap.setNamedItem(XMLDOMNode node)
          Adds the supplied node to the collection.
 void XSLTemplate.setStylesheet(XMLDOMNode node)
          Sets the Extensible Stylesheet Language (XSL) style sheet to compile into an XSL template.
 



Copyright © 2002–2014 Gargoyle Software Inc.. All rights reserved.