Uses of Interface
net.htmlparser.jericho.OutputSegment

Uses of OutputSegment in net.htmlparser.jericho
 

Fields in net.htmlparser.jericho with type parameters of type OutputSegment
static java.util.Comparator<OutputSegment> OutputSegment.COMPARATOR
          The comparator used to sort output segments in the OutputDocument before output.
 

Methods in net.htmlparser.jericho that return types with arguments of type OutputSegment
 java.util.List<OutputSegment> OutputDocument.getRegisteredOutputSegments()
          Returns a list all of the registered OutputSegment objects in this output document.
 

Methods in net.htmlparser.jericho with parameters of type OutputSegment
 void OutputDocument.register(OutputSegment outputSegment)
          Registers the specified output segment in this output document.