Searched refs:clipLength (Results 1 – 1 of 1) sorted by relevance
54 private int clipLength = Integer.MAX_VALUE; field in HtmlParser121 public void setClipLength(int clipLength) { in setClipLength() argument122 if (clipLength <= 0) { in setClipLength()124 "clipLength '" + clipLength + "' <= 0"); in setClipLength()126 this.clipLength = clipLength; in setClipLength()196 int clipEnd = Math.min(clipLength, end); in parse()232 clipped = pos >= clipLength; in parse()345 if ((pos == clipLength) && (clipLength < html.length())) { in scanText()