Class NodeUtils
java.lang.Object
com.itextpdf.styledxmlparser.jsoup.nodes.NodeUtils
Internal helpers for Nodes, to keep the actual node APIs relatively clean. A jsoup internal class, so don't use it as
there is no contract API).
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(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
Get the parser that was used to make this node, or the default HTML parser if it has no parent.
-
Constructor Details
-
NodeUtils
NodeUtils()
-
-
Method Details
-
outputSettings
Get the output setting for this node, or if this node has no document (or parent), retrieve the default output settings -
parser
Get the parser that was used to make this node, or the default HTML parser if it has no parent.
-