Package | Description |
---|---|
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 | 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–2013 Gargoyle Software Inc.. All rights reserved.