Package org.jsoup.nodes
Class Printer.Outline
java.lang.Object
org.jsoup.nodes.Printer
org.jsoup.nodes.Printer.Pretty
org.jsoup.nodes.Printer.Outline
- All Implemented Interfaces:
NodeVisitor
- Enclosing class:
Printer
Outline Printer
-
Nested Class Summary
Nested classes/interfaces inherited from class org.jsoup.nodes.Printer
Printer.Outline, Printer.Pretty -
Field Summary
Fields inherited from class org.jsoup.nodes.Printer.Pretty
preserveWhitespace -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) boolean(package private) booleanshouldIndent(Node node) Methods inherited from class org.jsoup.nodes.Printer.Pretty
addHead, addNode, addTail, addText, hasChildBlocks, hasNonTextNodes, isBlankText, nextNonBlank, previousNonblank, tagIs, textTrimMethods inherited from class org.jsoup.nodes.Printer
head, indent, printerFor, tailMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jsoup.select.NodeVisitor
traverse
-
Constructor Details
-
Outline
Outline(Node root, QuietAppendable accum, Document.OutputSettings settings)
-
-
Method Details
-
isBlockEl
- Overrides:
isBlockElin classPrinter.Pretty
-
shouldIndent
- Overrides:
shouldIndentin classPrinter.Pretty
-