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.
|
com.gargoylesoftware.htmlunit.svg |
Classes specific to Scalable Vector Graphics
|
com.gargoylesoftware.htmlunit.xml |
Classes specific to XML pages
|
Modifier and Type | Method and Description |
---|---|
DomProcessingInstruction |
XMLDOMProcessingInstruction.getDomNodeOrDie()
Returns the DOM node that corresponds to this JavaScript object or throw
an exception if one cannot be found.
|
Modifier and Type | Method and Description |
---|---|
DomProcessingInstruction |
SvgPage.createProcessingInstruction(String target,
String data) |
Modifier and Type | Method and Description |
---|---|
DomProcessingInstruction |
XmlPage.createProcessingInstruction(String target,
String data) |
Copyright © 2002–2019 Gargoyle Software Inc.. All rights reserved.