Uses of Interface
idl.tmt.documentparsing.HTMLParsingListener

Packages that use HTMLParsingListener
idl.tmt.classification   
idl.tmt.representation   
idl.tmt.util   
 

Uses of HTMLParsingListener in idl.tmt.classification
 

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

Uses of HTMLParsingListener in idl.tmt.representation
 

Classes in idl.tmt.representation that implement HTMLParsingListener
 class BodyTextRepresentationBuilder
          Representation builder which creates a document representation containing the body text of a document.
 class H1TextRepresentationBuilder
          Created on Jun 18, 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 HTMLParsingListener in idl.tmt.util
 

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