idl.tmt.documentparsing
Interface CharacterParsingListener

All Superinterfaces:
ParsingListener
All Known Implementing Classes:
HTMLMetricsClassifier, TitleSaver

public interface CharacterParsingListener
extends ParsingListener

Provides a parsing interface for parsing character content. Created on Jan 23, 2004

Author:
jelsas

Method Summary
 void characters(char[] characters, int pos)
          Indicates that a string of characters has been encountered in the document being parsed
 
Methods inherited from interface idl.tmt.documentparsing.ParsingListener
documentCollectionComplete, documentComplete, newDocument
 

Method Detail

characters

public void characters(char[] characters,
                       int pos)
Indicates that a string of characters has been encountered in the document being parsed
Parameters:
characters - The characters encountered.
pos - The start position of these characters in the document