org.pegdown.ast
Class TableCellNode

java.lang.Object
  extended by org.pegdown.ast.AbstractNode
      extended by org.pegdown.ast.SuperNode
          extended by org.pegdown.ast.TableCellNode
All Implemented Interfaces:
org.parboiled.trees.GraphNode<Node>, Node

public class TableCellNode
extends SuperNode


Constructor Summary
TableCellNode()
           
 
Method Summary
 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TableCellNode

public TableCellNode()
Method Detail

getColSpan

public int getColSpan()

setColSpan

public boolean setColSpan(int colSpan)

accept

public void accept(Visitor visitor)
Specified by:
accept in interface Node
Overrides:
accept in class SuperNode