Liferay 6.1.10-ee-ga1

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

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.ItemNode
Direct Known Subclasses:
OrderedListItemNode, UnorderedListItemNode

public abstract class ItemNode
extends BaseParentableNode


Constructor Summary
ItemNode(int tokenType)
           
ItemNode(int level, CollectionNode collectionNode)
           
 
Method Summary
 int getLevel()
           
 
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
accept, getToken, setToken
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ItemNode

public ItemNode(int tokenType)

ItemNode

public ItemNode(int level,
                CollectionNode collectionNode)
Method Detail

getLevel

public int getLevel()

Liferay 6.1.10-ee-ga1