| java.lang.Object au.id.jericho.lib.html.CharOutputSegment
CharOutputSegment | public CharOutputSegment(int begin, int end, char ch)(Code) | | Constructs a new CharOutputSegment with the specified begin and end character positions and the specified content.
Parameters: begin - the position in the OutputDocument where this OutputSegment begins. Parameters: end - the position in the OutputDocument where this OutputSegment ends. Parameters: ch - the character output of the new OutputSegment . |
CharOutputSegment | public CharOutputSegment(Segment segment, char ch)(Code) | | Constructs a new CharOutputSegment with the same span as the specified
Segment .
Parameters: segment - a Segment defining the begin and end character positions of the new OutputSegment . Parameters: ch - the character output of the new OutputSegment . |
CharOutputSegment | public CharOutputSegment(CharacterReference characterReference)(Code) | | Constructs a new CharOutputSegment which converts the specified
CharacterReference to a normal character.
Parameters: characterReference - the character reference to convert. |
getBegin | public int getBegin()(Code) | | |
getEnd | public int getEnd()(Code) | | |
getEstimatedMaximumOutputLength | public long getEstimatedMaximumOutputLength()(Code) | | |
|
|