Package | Description |
---|---|
org.mybatis.generator.api.dom.xml |
Modifier and Type | Class and Description |
---|---|
class |
TextElement
The Class TextElement.
|
class |
XmlElement
The Class XmlElement.
|
Modifier and Type | Method and Description |
---|---|
List<Element> |
XmlElement.getElements()
Gets the elements.
|
Modifier and Type | Method and Description |
---|---|
void |
XmlElement.addElement(Element element)
Adds the element.
|
void |
XmlElement.addElement(int index,
Element element)
Adds the element.
|
Copyright © 2006–2018 MyBatis.org. All rights reserved.