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, shiftIndicespublic TextNode(String text)
Copyright © 2009–2025 org.pegdown. All rights reserved.