Liferay 6.1.2-ce-ga3

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

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.TextNode
Direct Known Subclasses:
FormattedTextNode, UnformattedTextNode

public abstract class TextNode
extends BaseParentableNode


Constructor Summary
TextNode(ASTNode astNode)
           
TextNode(int tokenType)
           
TextNode(String content)
           
 
Method Summary
 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

TextNode

public TextNode(ASTNode astNode)

TextNode

public TextNode(int tokenType)

TextNode

public TextNode(String content)
Method Detail

getContent

public String getContent()

hasContent

public boolean hasContent()

Liferay 6.1.2-ce-ga3