Uses of Class
org.apache.ibatis.parsing.XPathParser
Packages that use XPathParser
Package
Description
Parses XML files to create a Configuration.
Parsing utils.
-
Uses of XPathParser in org.apache.ibatis.builder.xml
Fields in org.apache.ibatis.builder.xml declared as XPathParserModifier and TypeFieldDescriptionprivate final XPathParser
XMLConfigBuilder.parser
private final XPathParser
XMLMapperBuilder.parser
Constructors in org.apache.ibatis.builder.xml with parameters of type XPathParserModifierConstructorDescriptionprivate
XMLConfigBuilder
(XPathParser parser, String environment, Properties props) private
XMLMapperBuilder
(XPathParser parser, Configuration configuration, String resource, Map<String, XNode> sqlFragments) -
Uses of XPathParser in org.apache.ibatis.parsing
Fields in org.apache.ibatis.parsing declared as XPathParserConstructors in org.apache.ibatis.parsing with parameters of type XPathParser