|
|||||||||
| 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.SuperNode
org.pegdown.ast.BlockQuoteNode
public class BlockQuoteNode
| Constructor Summary | |
|---|---|
BlockQuoteNode(java.util.List<Node> children)
|
|
| 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 |
| Constructor Detail |
|---|
public BlockQuoteNode(java.util.List<Node> children)
| Method Detail |
|---|
public void accept(Visitor visitor)
accept in interface Nodeaccept in class SuperNode
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||