Package org.ctan.markup.html2latex
Class Html2Latex.StringHandler
java.lang.Object
org.ctan.markup.html2latex.Html2Latex.StringHandler
- All Implemented Interfaces:
Html2Latex.Handler
- Enclosing class:
Html2Latex
This class is a Handler which encapsulates a String to be delivered.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
StringHandler
Creates a new object.- Parameters:
value
- the string to return
-
-
Method Details
-
handle
Process a HGML node.- Specified by:
handle
in interfaceHtml2Latex.Handler
- Parameters:
node
- the HTML Node- Returns:
- the result
- See Also:
-