com.liferay.portal.parsers.creole.ast.link
Class LinkNode
java.lang.Object
com.liferay.portal.parsers.creole.ast.ASTNode
com.liferay.portal.parsers.creole.ast.URLNode
com.liferay.portal.parsers.creole.ast.link.LinkNode
- Direct Known Subclasses:
- InterwikiLinkNode
public class LinkNode
- extends URLNode
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LinkNode
public LinkNode()
LinkNode
public LinkNode(int token)
LinkNode
public LinkNode(int token,
String link)
LinkNode
public LinkNode(String link)
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)