Uses of Interface
net.htmlparser.jericho.OutputSegment
Packages that use OutputSegment
-
Uses of OutputSegment in net.htmlparser.jericho
Fields in net.htmlparser.jericho with type parameters of type OutputSegmentModifier and TypeFieldDescriptionstatic final 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 OutputSegmentModifier and TypeMethodDescriptionOutputDocument.getRegisteredOutputSegments()
Returns a list all of the registeredOutputSegment
objects in this output document.Methods in net.htmlparser.jericho with parameters of type OutputSegmentModifier and TypeMethodDescriptionvoid
OutputDocument.register
(OutputSegment outputSegment) Registers the specified output segment in this output document.