|
Liferay 6.1.10-ee-ga1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.liferay.portal.parsers.creole.ast.ASTNode
com.liferay.portal.parsers.creole.ast.BaseParentableNode
com.liferay.portal.parsers.creole.ast.TextNode
com.liferay.portal.parsers.creole.ast.UnformattedTextNode
public class UnformattedTextNode
Constructor Summary | |
---|---|
UnformattedTextNode(ASTNode astNode)
|
|
UnformattedTextNode(int tokenType)
|
|
UnformattedTextNode(String content)
|
Method Summary | |
---|---|
void |
accept(ASTVisitor astVisitor)
|
Methods inherited from class com.liferay.portal.parsers.creole.ast.TextNode |
---|
getContent, hasContent |
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 |
---|
public UnformattedTextNode(ASTNode astNode)
public UnformattedTextNode(int tokenType)
public UnformattedTextNode(String content)
Method Detail |
---|
public void accept(ASTVisitor astVisitor)
accept
in class ASTNode
|
Liferay 6.1.10-ee-ga1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |