Uses of Class
org.apache.ibatis.parsing.XNode

Packages that use XNode
org.apache.ibatis.builder.xml TODO fillme. 
org.apache.ibatis.parsing TODO fillme. 
org.apache.ibatis.scripting   
org.apache.ibatis.scripting.defaults   
org.apache.ibatis.scripting.xmltags   
org.apache.ibatis.session TODO fillme. 
 

Uses of XNode in org.apache.ibatis.builder.xml
 

Methods in org.apache.ibatis.builder.xml that return XNode
 XNode XMLMapperBuilder.getSqlFragment(String refid)
           
 

Methods in org.apache.ibatis.builder.xml with parameters of type XNode
 void XMLStatementBuilder.parseSelectKeyNode(String id, XNode nodeToHandle, Class<?> parameterTypeClass, LanguageDriver langDriver, String databaseId)
           
 

Method parameters in org.apache.ibatis.builder.xml with type arguments of type XNode
 void XMLStatementBuilder.parseSelectKeyNodes(String parentId, List<XNode> list, Class<?> parameterTypeClass, LanguageDriver langDriver, String skRequiredDatabaseId)
           
 

Constructors in org.apache.ibatis.builder.xml with parameters of type XNode
XMLStatementBuilder(Configuration configuration, MapperBuilderAssistant builderAssistant, XNode context)
           
XMLStatementBuilder(Configuration configuration, MapperBuilderAssistant builderAssistant, XNode context, String databaseId)
           
 

Constructor parameters in org.apache.ibatis.builder.xml with type arguments of type XNode
XMLMapperBuilder(InputStream inputStream, Configuration configuration, String resource, Map<String,XNode> sqlFragments)
           
XMLMapperBuilder(InputStream inputStream, Configuration configuration, String resource, Map<String,XNode> sqlFragments, String namespace)
           
XMLMapperBuilder(Reader reader, Configuration configuration, String resource, Map<String,XNode> sqlFragments)
          Deprecated. 
XMLMapperBuilder(Reader reader, Configuration configuration, String resource, Map<String,XNode> sqlFragments, String namespace)
          Deprecated. 
 

Uses of XNode in org.apache.ibatis.parsing
 

Methods in org.apache.ibatis.parsing that return XNode
 XNode XPathParser.evalNode(Object root, String expression)
           
 XNode XPathParser.evalNode(String expression)
           
 XNode XNode.evalNode(String expression)
           
 XNode XNode.getParent()
           
 XNode XNode.newXNode(Node node)
           
 

Methods in org.apache.ibatis.parsing that return types with arguments of type XNode
 List<XNode> XPathParser.evalNodes(Object root, String expression)
           
 List<XNode> XPathParser.evalNodes(String expression)
           
 List<XNode> XNode.evalNodes(String expression)
           
 List<XNode> XNode.getChildren()
           
 

Uses of XNode in org.apache.ibatis.scripting
 

Methods in org.apache.ibatis.scripting with parameters of type XNode
 SqlSource LanguageDriver.createSqlSource(Configuration configuration, XNode script, Class<?> parameterType)
          Creates an SqlSource that will hold the statement read from a mapper xml file
 

Uses of XNode in org.apache.ibatis.scripting.defaults
 

Methods in org.apache.ibatis.scripting.defaults with parameters of type XNode
 SqlSource RawLanguageDriver.createSqlSource(Configuration configuration, XNode script, Class<?> parameterType)
           
 

Uses of XNode in org.apache.ibatis.scripting.xmltags
 

Methods in org.apache.ibatis.scripting.xmltags with parameters of type XNode
 SqlSource XMLLanguageDriver.createSqlSource(Configuration configuration, XNode script, Class<?> parameterType)
           
 

Constructors in org.apache.ibatis.scripting.xmltags with parameters of type XNode
XMLScriptBuilder(Configuration configuration, XNode context)
           
 

Uses of XNode in org.apache.ibatis.session
 

Fields in org.apache.ibatis.session with type parameters of type XNode
protected  Map<String,XNode> Configuration.sqlFragments
           
 

Methods in org.apache.ibatis.session that return types with arguments of type XNode
 Map<String,XNode> Configuration.getSqlFragments()
           
 



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