|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.pegdown.ast.AbstractNode
org.pegdown.ast.TextNode
org.pegdown.ast.VerbatimNode
public class VerbatimNode
| Constructor Summary | |
|---|---|
VerbatimNode(java.lang.String text)
|
|
VerbatimNode(java.lang.String text,
java.lang.String type)
|
|
| Method Summary | |
|---|---|
void |
accept(Visitor visitor)
|
java.lang.String |
getType()
|
| 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 |
|---|
public VerbatimNode(java.lang.String text)
public VerbatimNode(java.lang.String text,
java.lang.String type)
| Method Detail |
|---|
public void accept(Visitor visitor)
accept in interface Nodeaccept in class TextNodepublic java.lang.String getType()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||