Uses of Interface
idl.tmt.documentparsing.ParsingListener

Packages that use ParsingListener
idl.tmt.classification   
idl.tmt.documentparsing   
idl.tmt.representation   
idl.tmt.util   
 

Uses of ParsingListener in idl.tmt.classification
 

Classes in idl.tmt.classification that implement ParsingListener
 class HTMLMetricsClassifier
          Created on Jun 21, 2004
 

Uses of ParsingListener in idl.tmt.documentparsing
 

Subinterfaces of ParsingListener in idl.tmt.documentparsing
 interface CharacterParsingListener
          Provides a parsing interface for parsing character content.
 interface HTMLParsingListener
          Provides notification methods for parsing HTML.
 interface HypertextParsingListener
          Provides notification methods for parsing hypertext.
 interface WordParsingListener
          A parsing listener for parsing word text.
 

Methods in idl.tmt.documentparsing with parameters of type ParsingListener
 void DocumentParser.addParsingListener(ParsingListener listener)
          Registers a new ParsingListener for this document parser
 void DocumentParser.removeParsingListener(ParsingListener listener)
          Removes a parsing listener from this document parser
 void HTMLDocumentParser.addParsingListener(ParsingListener listener)
          Adds the specific parsing listener
 void HTMLDocumentParser.removeParsingListener(ParsingListener listener)
          removes the specified parsing listener
 void TextDocumentParser.addParsingListener(ParsingListener listener)
           
 void TextDocumentParser.removeParsingListener(ParsingListener listener)
           
 

Uses of ParsingListener in idl.tmt.representation
 

Classes in idl.tmt.representation that implement ParsingListener
 class BodyTextRepresentationBuilder
          Representation builder which creates a document representation containing the body text of a document.
 class H1TextRepresentationBuilder
          Created on Jun 18, 2004
 class LinkTextRepresentationBuilder
          Created on Mar 22, 2004
 class MetaTextRepresentationBuilder
          Creates a document representation based on the text contained in the META html tag's content attribute.
 class TitleTextRepresentationBuilder
          Created on Mar 19, 2004
 

Uses of ParsingListener in idl.tmt.util
 

Classes in idl.tmt.util that implement ParsingListener
 class TitleSaver
          Class that acts as a parsing listener, but only saves the text in the HTML title tag for each document.