Class SqlMapConfigParser

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

public class SqlMapConfigParser extends Object
The Class SqlMapConfigParser.
  • Field Details

  • Constructor Details

    • SqlMapConfigParser

      public SqlMapConfigParser()
      Instantiates a new sql map config parser.
  • Method Details

    • parse

      public SqlMapClient parse(Reader reader, Properties props)
      Parses the.
      Parameters:
      reader - the reader
      props - the props
      Returns:
      the sql map client
    • parse

      public SqlMapClient parse(Reader reader)
      Parses the.
      Parameters:
      reader - the reader
      Returns:
      the sql map client
    • parse

      public SqlMapClient parse(InputStream inputStream, Properties props)
      Parses the.
      Parameters:
      inputStream - the input stream
      props - the props
      Returns:
      the sql map client
    • parse

      public SqlMapClient parse(InputStream inputStream)
      Parses the.
      Parameters:
      inputStream - the input stream
      Returns:
      the sql map client
    • addSqlMapNodelets

      protected void addSqlMapNodelets()
      Adds the sql map nodelets.