public class ImageNode extends URLNode
Constructor and Description |
---|
ImageNode() |
ImageNode(CollectionNode altCollectionNode,
java.lang.String uri) |
ImageNode(int token) |
ImageNode(int tokenType,
CollectionNode altCollectionNode,
java.lang.String uri) |
Modifier and Type | Method and Description |
---|---|
void |
accept(ASTVisitor astVisitor) |
CollectionNode |
getAltNode() |
boolean |
hasAltCollectionNode() |
void |
setAltCollectionNode(CollectionNode altCollectionNode) |
getLink, getSupportedProtocols, initSupportedProtocols, isAbsoluteLink, setLink, setSupportedProtocols
public ImageNode()
public ImageNode(CollectionNode altCollectionNode, java.lang.String uri)
public ImageNode(int token)
public ImageNode(int tokenType, CollectionNode altCollectionNode, java.lang.String uri)
public void accept(ASTVisitor astVisitor)
public CollectionNode getAltNode()
public boolean hasAltCollectionNode()
public void setAltCollectionNode(CollectionNode altCollectionNode)