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. COMPARATORThe comparator used to sort output segments in theOutputDocumentbefore 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 registeredOutputSegmentobjects in this output document.Methods in net.htmlparser.jericho with parameters of type OutputSegment Modifier and Type Method Description voidOutputDocument. register(OutputSegment outputSegment)Registers the specified output segment in this output document.
-