|
Liferay 6.1.10-ee-ga1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.liferay.portal.parsers.creole.ast.ASTNode
com.liferay.portal.parsers.creole.ast.URLNode
com.liferay.portal.parsers.creole.ast.ImageNode
public class ImageNode
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 |
---|
public ImageNode()
public ImageNode(CollectionNode altCollectionNode, String uri)
public ImageNode(int token)
public ImageNode(int tokenType, CollectionNode altCollectionNode, String uri)
Method Detail |
---|
public void accept(ASTVisitor astVisitor)
accept
in class ASTNode
public CollectionNode getAltNode()
public boolean hasAltCollectionNode()
public void setAltCollectionNode(CollectionNode altCollectionNode)
|
Liferay 6.1.10-ee-ga1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |