Class TableAnalyzer

java.lang.Object
org.ctan.markup.html2latex.TableAnalyzer

public class TableAnalyzer extends Object
This class analyzes a HTML table to find out which columns are present.
  • Constructor Details

    • TableAnalyzer

      public TableAnalyzer()
  • Method Details

    • analyze

      public String analyze(org.jsoup.nodes.Node node)
      The method analyze collects the specifications for columns of a table.
      Parameters:
      node - the node to analyze
      Returns:
      the specification for tabular