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.html |
Classes specific to HTML pages, particularly the HtmlPage which represents
an HTML document and provides access to its content.
|
Modifier and Type | Method and Description |
---|---|
DomText |
XMLDOMText.getDomNodeOrDie()
Returns the DOM node that corresponds to this JavaScript object or throw
an exception if one cannot be found.
|
Modifier and Type | Class and Description |
---|---|
class |
DomCDataSection
Representation of a CDATA node in the HTML DOM.
|
Modifier and Type | Method and Description |
---|---|
protected DomText |
DomText.createSplitTextNode(int offset)
Creates a new text node split from another text node.
|
protected DomText |
DomCDataSection.createSplitTextNode(int offset)
Creates a new text node split from another text node.
|
DomText |
DomText.splitText(int offset) |
Copyright © 2002–2016 Gargoyle Software Inc.. All rights reserved.