Liferay 6.1.2-ce-ga3

com.liferay.portal.parsers.creole.ast
Class HeadingNode

java.lang.Object
  extended by com.liferay.portal.parsers.creole.ast.ASTNode
      extended by com.liferay.portal.parsers.creole.ast.BaseParentableNode
          extended by com.liferay.portal.parsers.creole.ast.HeadingNode
All Implemented Interfaces:
Comparable<HeadingNode>

public class HeadingNode
extends BaseParentableNode
implements Comparable<HeadingNode>


Constructor Summary
HeadingNode(CollectionNode collectionNode, int level)
           
HeadingNode(int level)
           
 
Method Summary
 void accept(ASTVisitor astVisitor)
           
 int compareTo(HeadingNode headingNode)
           
 int getLevel()
           
 void setLevel(int level)
           
 
Methods inherited from class com.liferay.portal.parsers.creole.ast.BaseParentableNode
addChildASTNode, getChildASTNode, getChildASTNodes, getChildASTNodesCount
 
Methods inherited from class com.liferay.portal.parsers.creole.ast.ASTNode
getToken, setToken
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HeadingNode

public HeadingNode(CollectionNode collectionNode,
                   int level)

HeadingNode

public HeadingNode(int level)
Method Detail

accept

public void accept(ASTVisitor astVisitor)
Specified by:
accept in class ASTNode

compareTo

public int compareTo(HeadingNode headingNode)
Specified by:
compareTo in interface Comparable<HeadingNode>

getLevel

public int getLevel()

setLevel

public void setLevel(int level)

Liferay 6.1.2-ce-ga3