public class TextElement extends Object implements VisitableElement
| Constructor and Description |
|---|
TextElement(String content) |
| Modifier and Type | Method and Description |
|---|---|
<R> R |
accept(ElementVisitor<R> visitor) |
String |
getContent() |
public TextElement(String content)
public String getContent()
public <R> R accept(ElementVisitor<R> visitor)
accept in interface VisitableElementCopyright © 2006–2025 MyBatis.org. All rights reserved.