Liferay 6.1.2-ce-ga3

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

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
              extended by com.liferay.portal.parsers.creole.ast.FormattedTextNode
                  extended by com.liferay.portal.parsers.creole.ast.ItalicTextNode

public class ItalicTextNode
extends FormattedTextNode


Constructor Summary
ItalicTextNode(ASTNode astNode)
           
 
Method Summary
 void accept(ASTVisitor astVisitor)
           
 boolean hasContent()
           
 
Methods inherited from class com.liferay.portal.parsers.creole.ast.TextNode
getContent
 
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

ItalicTextNode

public ItalicTextNode(ASTNode astNode)
Method Detail

accept

public void accept(ASTVisitor astVisitor)
Overrides:
accept in class FormattedTextNode

hasContent

public boolean hasContent()
Overrides:
hasContent in class TextNode

Liferay 6.1.2-ce-ga3