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 |
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