Package | Description |
---|---|
org.htmlunit.html |
Classes specific to HTML pages, particularly the
HtmlPage which represents
an HTML document and provides access to its content. |
org.htmlunit.html.serializer |
Contains the html serializer implementations.
|
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) |
Modifier and Type | Method and Description |
---|---|
protected void |
HtmlSerializerInnerOuterText.appendText(HtmlSerializerInnerOuterText.HtmlSerializerTextBuilder builder,
DomText domText,
HtmlSerializerInnerOuterText.HtmlSerializerTextBuilder.Mode mode)
Process
DomText . |
protected void |
HtmlSerializerNormalizedText.appendText(HtmlSerializerNormalizedText.HtmlSerializerTextBuilder builder,
DomText domText)
Process
DomText . |
protected void |
HtmlSerializerVisibleText.appendText(HtmlSerializerVisibleText.HtmlSerializerTextBuilder builder,
DomText domText,
HtmlSerializerVisibleText.HtmlSerializerTextBuilder.Mode mode)
Process
DomText . |
Copyright © 2002–2024 Gargoyle Software Inc.. All rights reserved.