Uses of Class
org.apache.ibatis.abator.api.dom.xml.Document

Packages that use Document
org.apache.ibatis.abator.api Provides the main classes and interfaces used by clients of Abator. 
org.apache.ibatis.abator.config   
org.apache.ibatis.abator.internal.sqlmap   
 

Uses of Document in org.apache.ibatis.abator.api
 

Constructors in org.apache.ibatis.abator.api with parameters of type Document
GeneratedXmlFile(Document document, java.lang.String fileName, java.lang.String targetPackage, java.lang.String targetProject)
           
 

Uses of Document in org.apache.ibatis.abator.config
 

Methods in org.apache.ibatis.abator.config that return Document
 Document AbatorConfiguration.toDocument()
          Builds an XML representation of this configuration.
 

Uses of Document in org.apache.ibatis.abator.internal.sqlmap
 

Methods in org.apache.ibatis.abator.internal.sqlmap with parameters of type Document
protected  void SqlMapGeneratorIterateImpl.afterGenerationHook(IntrospectedTable introspectedTable, Document generatedDocument)
          Override this method to provide any extra Elements needed in the generated XML.