Package org.pegdown.ast
Class TableCellNode
- java.lang.Object
-
- org.pegdown.ast.AbstractNode
-
- org.pegdown.ast.SuperNode
-
- org.pegdown.ast.TableCellNode
-
-
Constructor Summary
Constructors Constructor Description TableCellNode()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(Visitor visitor)
int
getColSpan()
boolean
setColSpan(int colSpan)
-
Methods inherited from class org.pegdown.ast.SuperNode
getChildren
-
Methods inherited from class org.pegdown.ast.AbstractNode
getEndIndex, getStartIndex, mapIndices, setEndIndex, setStartIndex, shiftIndices, toString
-
-