jd.xml.xpath.model.parse
Class ParseTextBuffer
java.lang.Object
jd.util.TextBuffer
jd.xml.xpath.model.parse.ParseTextBuffer
- public class ParseTextBuffer
- extends TextBuffer
ParseTextBuffer is a TextBuffer used to merge all subsequent
text parse events of a Parser to a single string and to keep
track if the text consists only of whitespace characters.
Methods inherited from class jd.util.TextBuffer |
append, append, append, append, append, append, append, append, charAt, clear, equalsString, getBuffer, length, setLength, toString |
isWhitespace
public boolean isWhitespace
ParseTextBuffer
public ParseTextBuffer()
appendTested
public void appendTested(char[] ch,
int start,
int length)
appendTested
public void appendTested(String text)