|
|||||||||
| 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
public abstract class TextNode
| Constructor Summary | |
|---|---|
TextNode(ASTNode astNode)
|
|
TextNode(int tokenType)
|
|
TextNode(java.lang.String content)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getContent()
|
boolean |
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 |
|---|
accept, getToken, setToken |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TextNode(ASTNode astNode)
public TextNode(int tokenType)
public TextNode(java.lang.String content)
| Method Detail |
|---|
public java.lang.String getContent()
public boolean hasContent()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||