Class TableCellNode
java.lang.Object
org.pegdown.ast.AbstractNode
org.pegdown.ast.SuperNode
org.pegdown.ast.TableCellNode
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class SuperNode
getChildrenMethods inherited from class AbstractNode
getEndIndex, getStartIndex, mapIndices, setEndIndex, setStartIndex, shiftIndices, toString
-
Constructor Details
-
TableCellNode
public TableCellNode()
-
-
Method Details
-
getColSpan
public int getColSpan() -
setColSpan
public boolean setColSpan(int colSpan) -
accept
-