Uses of Class
org.mybatis.generator.api.dom.xml.Attribute

Packages that use Attribute
org.mybatis.generator.api.dom.xml   
 

Uses of Attribute in org.mybatis.generator.api.dom.xml
 

Methods in org.mybatis.generator.api.dom.xml that return types with arguments of type Attribute
 List<Attribute> XmlElement.getAttributes()
           
 

Methods in org.mybatis.generator.api.dom.xml with parameters of type Attribute
 void XmlElement.addAttribute(Attribute attribute)
           
 



Copyright © 2010-2012 MyBatis.org. All Rights Reserved.