org.pegdown.ast
Class ExpImageNode

java.lang.Object
  extended by org.pegdown.ast.AbstractNode
      extended by org.pegdown.ast.SuperNode
          extended by org.pegdown.ast.ExpImageNode
All Implemented Interfaces:
org.parboiled.trees.GraphNode<Node>, Node

public class ExpImageNode
extends SuperNode


Field Summary
 java.lang.String title
           
 java.lang.String url
           
 
Constructor Summary
ExpImageNode(java.lang.String title, java.lang.String url, Node child)
           
 
Method Summary
 void accept(Visitor visitor)
           
 
Methods inherited from class org.pegdown.ast.SuperNode
getChildren
 
Methods inherited from class org.pegdown.ast.AbstractNode
getEndIndex, getStartIndex, mapIndices, setEndIndex, setStartIndex, shiftIndices, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

url

public final java.lang.String url

title

public final java.lang.String title
Constructor Detail

ExpImageNode

public ExpImageNode(java.lang.String title,
                    java.lang.String url,
                    Node child)
Method Detail

accept

public void accept(Visitor visitor)
Specified by:
accept in interface Node
Overrides:
accept in class SuperNode