Package | Description |
---|---|
org.mybatis.generator.api.dom.xml |
Modifier and Type | Method and Description |
---|---|
List<Attribute> |
XmlElement.getAttributes()
Gets the attributes.
|
Modifier and Type | Method and Description |
---|---|
void |
XmlElement.addAttribute(Attribute attribute)
Adds the attribute.
|
int |
Attribute.compareTo(Attribute o) |
Copyright © 2006–2018 MyBatis.org. All rights reserved.