Class SqlMapConfigParser
java.lang.Object
com.ibatis.sqlmap.engine.builder.xml.SqlMapConfigParser
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidAdds the sql map nodelets.parse(InputStream inputStream) Parses the.parse(InputStream inputStream, Properties props) Parses the.Parses the.parse(Reader reader, Properties props) Parses the.
-
Field Details
-
parser
The parser.
-
-
Constructor Details
-
SqlMapConfigParser
public SqlMapConfigParser()Instantiates a new sql map config parser.
-
-
Method Details
-
parse
Parses the.- Parameters:
reader- the readerprops- the props- Returns:
- the sql map client
-
parse
Parses the.- Parameters:
reader- the reader- Returns:
- the sql map client
-
parse
Parses the.- Parameters:
inputStream- the input streamprops- the props- Returns:
- the sql map client
-
parse
Parses the.- Parameters:
inputStream- the input stream- Returns:
- the sql map client
-
addSqlMapNodelets
protected void addSqlMapNodelets()Adds the sql map nodelets.
-