| |
|
| java.lang.Object au.id.jericho.lib.html.BlankOutputSegment
Constructor Summary | |
public | BlankOutputSegment(int begin, int end) Constructs a new BlankOutputSegment with the specified begin and end positions. | public | BlankOutputSegment(Segment segment) Constructs a new BlankOutputSegment with the same span as the specified
Segment . |
BlankOutputSegment | public BlankOutputSegment(int begin, int end)(Code) | | Constructs a new BlankOutputSegment with the specified begin and end positions.
Parameters: begin - the position in the OutputDocument where this OutputSegment begins. Parameters: end - the position in the OutputDocument where this OutputSegment ends. |
BlankOutputSegment | public BlankOutputSegment(Segment segment)(Code) | | Constructs a new BlankOutputSegment with the same span as the specified
Segment .
Parameters: segment - a Segment defining the begin and end character positions of the new OutputSegment . |
getBegin | public int getBegin()(Code) | | |
getEnd | public int getEnd()(Code) | | |
getEstimatedMaximumOutputLength | public long getEstimatedMaximumOutputLength()(Code) | | |
|
|
|