com.liferay.portal.parsers.creole.ast
Class NoWikiSectionNode
java.lang.Object
com.liferay.portal.parsers.creole.ast.ASTNode
com.liferay.portal.parsers.creole.ast.NoWikiSectionNode
public class NoWikiSectionNode
- extends ASTNode
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NoWikiSectionNode
public NoWikiSectionNode(int tokenType)
NoWikiSectionNode
public NoWikiSectionNode(int tokenType,
String content)
NoWikiSectionNode
public NoWikiSectionNode(String content)
accept
public void accept(ASTVisitor astVisitor)
- Specified by:
accept
in class ASTNode
getContent
public String getContent()
setContent
public void setContent(String content)