public class TextElement extends Element
Constructor and Description |
---|
TextElement(String content)
Instantiates a new text element.
|
Modifier and Type | Method and Description |
---|---|
String |
getContent()
Gets the content.
|
String |
getFormattedContent(int indentLevel) |
public TextElement(String content)
content
- the contentpublic String getFormattedContent(int indentLevel)
getFormattedContent
in class Element
public String getContent()
Copyright © 2006–2018 MyBatis.org. All rights reserved.