Uses of Interface
net.htmlparser.jericho.OutputSegment
-
Packages that use OutputSegment Package Description net.htmlparser.jericho Jericho HTML Parser 3.3 -
-
Uses of OutputSegment in net.htmlparser.jericho
Fields in net.htmlparser.jericho with type parameters of type OutputSegment Modifier and Type Field Description static java.util.Comparator<OutputSegment>
OutputSegment. COMPARATOR
The comparator used to sort output segments in theOutputDocument
before output.Methods in net.htmlparser.jericho that return types with arguments of type OutputSegment Modifier and Type Method Description java.util.List<OutputSegment>
OutputDocument. getRegisteredOutputSegments()
Returns a list all of the registeredOutputSegment
objects in this output document.Methods in net.htmlparser.jericho with parameters of type OutputSegment Modifier and Type Method Description void
OutputDocument. register(OutputSegment outputSegment)
Registers the specified output segment in this output document.
-