org.pegdown.ast
Class SpecialTextNode

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

public class SpecialTextNode
extends TextNode


Constructor Summary
SpecialTextNode(java.lang.String text)
           
 
Method Summary
 void accept(Visitor visitor)
           
 
Methods inherited from class org.pegdown.ast.TextNode
append, getChildren, getText, toString
 
Methods inherited from class org.pegdown.ast.AbstractNode
getEndIndex, getStartIndex, mapIndices, setEndIndex, setStartIndex, shiftIndices
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SpecialTextNode

public SpecialTextNode(java.lang.String text)
Method Detail

accept

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