Package org.ctan.markup.html2latex
Interface LinkManager
public interface LinkManager
This interface describes the capabilities of a link manager.
-
Method Details
-
lock
The methodlock
provides means to set and release the lock for recursive processing.- Parameters:
locked
- the new lock status- Returns:
- this
-
see
The methodsee
provides means to start the processing of a link.- Parameters:
link
- the link- Returns:
- the link URL
-
seen
String seen()The methodseen
provides means to end the processing.- Returns:
- the String collected
-