Liferay 6.1.2-ce-ga3

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

java.lang.Object
  extended by com.liferay.portal.parsers.creole.ast.ASTNode
      extended by com.liferay.portal.parsers.creole.ast.URLNode
          extended by com.liferay.portal.parsers.creole.ast.ImageNode

public class ImageNode
extends URLNode


Constructor Summary
ImageNode()
           
ImageNode(CollectionNode altCollectionNode, String uri)
           
ImageNode(int token)
           
ImageNode(int tokenType, CollectionNode altCollectionNode, String uri)
           
 
Method Summary
 void accept(ASTVisitor astVisitor)
           
 CollectionNode getAltNode()
           
 boolean hasAltCollectionNode()
           
 void setAltCollectionNode(CollectionNode altCollectionNode)
           
 
Methods inherited from class com.liferay.portal.parsers.creole.ast.URLNode
getLink, getSupportedProtocols, isAbsoluteLink, setLink, setSupportedProtocols
 
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

ImageNode

public ImageNode()

ImageNode

public ImageNode(CollectionNode altCollectionNode,
                 String uri)

ImageNode

public ImageNode(int token)

ImageNode

public ImageNode(int tokenType,
                 CollectionNode altCollectionNode,
                 String uri)
Method Detail

accept

public void accept(ASTVisitor astVisitor)
Specified by:
accept in class ASTNode

getAltNode

public CollectionNode getAltNode()

hasAltCollectionNode

public boolean hasAltCollectionNode()

setAltCollectionNode

public void setAltCollectionNode(CollectionNode altCollectionNode)

Liferay 6.1.2-ce-ga3