Package org.ctan.markup.html2latex
Class TableAnalyzer
java.lang.Object
org.ctan.markup.html2latex.TableAnalyzer
This class analyzes a HTML table to find out which columns are present.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TableAnalyzer
public TableAnalyzer()
-
-
Method Details
-
analyze
The methodanalyze
collects the specifications for columns of a table.- Parameters:
node
- the node to analyze- Returns:
- the specification for tabular
-