Uses of Class
jd.util.TextBuffer

Packages that use TextBuffer
jd.util Contains utility classes. 
jd.xml.xpath.model.build Contains classes to build a XPath model. 
jd.xml.xpath.model.build.normal Contains the default implementation for XPath node model. 
jd.xml.xpath.model.parse Contains classes to parse a XML document and construct a XPath model. 
 

Uses of TextBuffer in jd.util
 

Methods in jd.util with parameters of type TextBuffer
 void TextBuffer.append(TextBuffer t)
           
 

Uses of TextBuffer in jd.xml.xpath.model.build
 

Methods in jd.xml.xpath.model.build with parameters of type TextBuffer
abstract  void ModelBuilder.addText(TextBuffer text)
           
 

Uses of TextBuffer in jd.xml.xpath.model.build.normal
 

Methods in jd.xml.xpath.model.build.normal with parameters of type TextBuffer
 void NormalModelBuilder.addText(TextBuffer text)
           
 

Uses of TextBuffer in jd.xml.xpath.model.parse
 

Subclasses of TextBuffer in jd.xml.xpath.model.parse
 class ParseTextBuffer
          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.