Uses of Class
idl.tmt.documentparsing.TextDocumentParser

Packages that use TextDocumentParser
idl.tmt.documentparsing   
idl.tmt.representation   
 

Uses of TextDocumentParser in idl.tmt.documentparsing
 

Fields in idl.tmt.documentparsing declared as TextDocumentParser
private  TextDocumentParser HTMLDocumentParser.textParser
           
 

Uses of TextDocumentParser in idl.tmt.representation
 

Fields in idl.tmt.representation declared as TextDocumentParser
protected  TextDocumentParser BagOfWordsRepresentationBuilder.textParser
           
private  TextDocumentParser MetaTextRepresentationBuilder.privateTextParser
           
 

Methods in idl.tmt.representation with parameters of type TextDocumentParser
 void BagOfWordsRepresentationBuilder.setTextParser(TextDocumentParser textParser)
           
 void MetaTextRepresentationBuilder.setTextParser(TextDocumentParser textParser)
          Overrides the superclass's setTextParser() method to add a listener to the text parser.