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 VisitableElement
Copyright © 2006–2023 MyBatis.org. All rights reserved.