idl.tmt.documentparsing
Interface HypertextParsingListener
- All Superinterfaces:
- ParsingListener
- All Known Implementing Classes:
- LinkTextRepresentationBuilder
- public interface HypertextParsingListener
- extends ParsingListener
Provides notification methods for parsing hypertext.
Created on Jan 23, 2004
- Author:
- jelsas
|
Method Summary |
void |
endLink()
indicates that the current link in the document being parsed has ended. |
void |
startLink(int linkDocID)
Indicates that a link has been encountered in the document being parsed |
startLink
public void startLink(int linkDocID)
- Indicates that a link has been encountered in the document being parsed
- Parameters:
linkDocID - the ID of the document being linked to.
endLink
public void endLink()
- indicates that the current link in the document being parsed has ended.