public class

ExternalCodeNode

extends org.pegdown.ast.AbstractNode

 java.lang.Object

↳org.pegdown.ast.AbstractNode

↳com.parrot.docdown.data.markup.pegdown.ExternalCodeNode

Summary

Fields
private final Stringfile

private final Stringid

from org.pegdown.ast.AbstractNodeendIndex, startIndex
Constructors
publicExternalCodeNode(String ref)

Methods
public voidaccept(org.pegdown.ast.Visitor visitor)

public List<org.pegdown.ast.Node>getChildren()

public StringgetFile()

public StringgetId()

from org.pegdown.ast.AbstractNodegetEndIndex, getStartIndex, mapIndices, setEndIndex, setStartIndex, shiftIndices, toString
from Object, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait

Fields

private final String file

private final String id

Constructors

public ExternalCodeNode(String ref)

Methods

public String getFile()

public String getId()

public List<org.pegdown.ast.Node> getChildren()

public void accept(org.pegdown.ast.Visitor visitor)