Package org.pegdown.ast
Class AutoLinkNode
- java.lang.Object
-
- org.pegdown.ast.AbstractNode
-
- org.pegdown.ast.TextNode
-
- org.pegdown.ast.AutoLinkNode
-
-
Constructor Summary
Constructors Constructor Description AutoLinkNode(java.lang.String text)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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
-
-