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 Elementpublic String getContent()
Copyright © 2006–2016 MyBatis.org. All rights reserved.