idl.tmt.documentparsing
Interface DocumentParsingContext
- public interface DocumentParsingContext
Provides some general methods for documentParsers, relating to the
context of parsing a body of documents.
Created on Feb 25, 2004
- Author:
- jelsas
|
Method Summary |
int |
resolveDocumentReference(int fromDocID,
java.lang.String reference)
Resolves the url relative to the documentId passed in. |
resolveDocumentReference
public int resolveDocumentReference(int fromDocID,
java.lang.String reference)
- Resolves the url relative to the documentId passed in.
- Parameters:
fromDocID - The documentID relative to which the URL should be resolvedreference - The String (usually a URL string) to resolve- Returns:
- The documentID of the resolved document reference