Package org.ctan.markup.html2latex
Interface Html2Latex.Handler
- All Known Implementing Classes:
Html2Latex.StringHandler
- Enclosing class:
Html2Latex
public static interface Html2Latex.Handler
This interface describes the handler for processing a HTML node.
-
Method Summary
-
Method Details
-
handle
Process a HGML node.- Parameters:
node
- the HTML Node- Returns:
- the result
-