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

    Modifier and Type
    Method
    Description
    handle(org.jsoup.nodes.Node node)
    Process a HGML node.
  • Method Details

    • handle

      String handle(org.jsoup.nodes.Node node)
      Process a HGML node.
      Parameters:
      node - the HTML Node
      Returns:
      the result