Class SqlMapParser

java.lang.Object
com.ibatis.sqlmap.engine.builder.xml.SqlMapParser

public class SqlMapParser extends Object
The Class SqlMapParser.
  • Constructor Details

    • SqlMapParser

      public SqlMapParser(XmlParserState state)
      Instantiates a new sql map parser.
      Parameters:
      state - the state
  • Method Details

    • parse

      public void parse(Reader reader) throws NodeletException
      Parses the.
      Parameters:
      reader - the reader
      Throws:
      NodeletException - the nodelet exception
    • parse

      public void parse(InputStream inputStream) throws NodeletException
      Parses the.
      Parameters:
      inputStream - the input stream
      Throws:
      NodeletException - the nodelet exception
    • addStatementNodelets

      protected void addStatementNodelets()
      Adds the statement nodelets.