Uses of Class
org.apache.ibatis.parsing.XPathParser
-
Packages that use XPathParser Package Description org.apache.ibatis.builder.xml Parses XML files to create a Configuration.org.apache.ibatis.parsing Parsing utils. -
-
Uses of XPathParser in org.apache.ibatis.builder.xml
Fields in org.apache.ibatis.builder.xml declared as XPathParser Modifier and Type Field Description private XPathParser
XMLConfigBuilder. parser
private XPathParser
XMLMapperBuilder. parser
Constructors in org.apache.ibatis.builder.xml with parameters of type XPathParser Constructor Description XMLConfigBuilder(XPathParser parser, java.lang.String environment, java.util.Properties props)
XMLMapperBuilder(XPathParser parser, Configuration configuration, java.lang.String resource, java.util.Map<java.lang.String,XNode> sqlFragments)
-
Uses of XPathParser in org.apache.ibatis.parsing
Fields in org.apache.ibatis.parsing declared as XPathParser Modifier and Type Field Description private XPathParser
XNode. xpathParser
Constructors in org.apache.ibatis.parsing with parameters of type XPathParser Constructor Description XNode(XPathParser xpathParser, org.w3c.dom.Node node, java.util.Properties variables)
-