Liferay 6.2-ce-ga5

com.liferay.portal.parsers.creole.ast.extension
Class TableOfContentsNode

java.lang.Object
  extended by com.liferay.portal.parsers.creole.ast.ASTNode
      extended by com.liferay.portal.parsers.creole.ast.extension.TableOfContentsNode

public class TableOfContentsNode
extends ASTNode


Constructor Summary
TableOfContentsNode()
           
TableOfContentsNode(int token)
           
TableOfContentsNode(int token, String title)
           
 
Method Summary
 void accept(ASTVisitor astVisitor)
           
 String getTitle()
           
 void setTitle(String _title)
           
 
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

TableOfContentsNode

public TableOfContentsNode()

TableOfContentsNode

public TableOfContentsNode(int token)

TableOfContentsNode

public TableOfContentsNode(int token,
                           String title)
Method Detail

accept

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

getTitle

public String getTitle()

setTitle

public void setTitle(String _title)

Liferay 6.2-ce-ga5