Liferay 6.1.2-ce-ga3

com.liferay.portal.parsers.creole.ast.link
Class LinkNode

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.link.LinkNode
Direct Known Subclasses:
InterwikiLinkNode

public class LinkNode
extends URLNode


Constructor Summary
LinkNode()
           
LinkNode(int token)
           
LinkNode(int token, String link)
           
LinkNode(String link)
           
 
Method Summary
 void accept(ASTVisitor astVisitor)
           
 CollectionNode getAltCollectionNode()
           
 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

LinkNode

public LinkNode()

LinkNode

public LinkNode(int token)

LinkNode

public LinkNode(int token,
                String link)

LinkNode

public LinkNode(String link)
Method Detail

accept

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

getAltCollectionNode

public CollectionNode getAltCollectionNode()

hasAltCollectionNode

public boolean hasAltCollectionNode()

setAltCollectionNode

public void setAltCollectionNode(CollectionNode altCollectionNode)

Liferay 6.1.2-ce-ga3