org.qedeq.kernel.bo.service.unicode
Interface ReferenceFinder

All Known Implementing Classes:
Qedeq2UnicodeVisitor

public interface ReferenceFinder

QEDEQ module reference finder.

Author:
Michael Meyling

Method Summary
 void addWarning(int code, java.lang.String msg, SourcePosition startDelta, SourcePosition endDelta)
          Add warning.
 java.lang.String getReferenceLink(java.lang.String reference, SourcePosition startDelta, SourcePosition endDelta)
          Return string for reference link.
 

Method Detail

getReferenceLink

java.lang.String getReferenceLink(java.lang.String reference,
                                  SourcePosition startDelta,
                                  SourcePosition endDelta)
Return string for reference link.

Parameters:
reference - Link to this.
startDelta - Absolute source position start of reference.
endDelta - Absolute source position end of reference.
Returns:
Return reference as string.

addWarning

void addWarning(int code,
                java.lang.String msg,
                SourcePosition startDelta,
                SourcePosition endDelta)
Add warning.

Parameters:
code - Warning code.
msg - Warning message.
startDelta - Skip position relative to location start).
endDelta - Mark until this column (relative to location start).


Copyright © 2014. All Rights Reserved.