final class NodeUtils
extends java.lang.Object
| Constructor and Description |
|---|
NodeUtils() |
| Modifier and Type | Method and Description |
|---|---|
(package private) static Document.OutputSettings |
outputSettings(Node node)
Get the output setting for this node, or if this node has no document (or parent), retrieve the default output
settings
|
(package private) static Parser |
parser(Node node)
Get the parser that was used to make this node, or the default HTML parser if it has no parent.
|
static Document.OutputSettings outputSettings(Node node)