public class TextNode extends AbstractNode
Modifier and Type | Method and Description |
---|---|
void |
accept(Visitor visitor) |
void |
append(String text) |
List<Node> |
getChildren() |
String |
getText() |
String |
toString() |
getEndIndex, getStartIndex, mapIndices, setEndIndex, setStartIndex, shiftIndices
public TextNode(String text)
Copyright © 2009–2023 org.pegdown. All rights reserved.