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.COMPARATORThe comparator used to sort output segments in theOutputDocumentbefore output.Methods in net.htmlparser.jericho that return types with arguments of type OutputSegmentModifier and TypeMethodDescriptionOutputDocument.getRegisteredOutputSegments()Returns a list all of the registeredOutputSegmentobjects in this output document.Methods in net.htmlparser.jericho with parameters of type OutputSegmentModifier and TypeMethodDescriptionvoidOutputDocument.register(OutputSegment outputSegment) Registers the specified output segment in this output document.