Class SqlMapParser
java.lang.Object
com.ibatis.sqlmap.engine.builder.xml.SqlMapParser
The Class SqlMapParser.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidAdds the statement nodelets.voidparse(InputStream inputStream) Parses the.voidParses the.
-
Constructor Details
-
SqlMapParser
Instantiates a new sql map parser.- Parameters:
state- the state
-
-
Method Details
-
parse
Parses the.- Parameters:
reader- the reader- Throws:
NodeletException- the nodelet exception
-
parse
Parses the.- Parameters:
inputStream- the input stream- Throws:
NodeletException- the nodelet exception
-
addStatementNodelets
protected void addStatementNodelets()Adds the statement nodelets.
-