Class XPathParserCaller


  • public class XPathParserCaller
    extends java.lang.Object
    The Class XPathParserCaller - workaround to call synthetic XPathParser methods since XPathParser is patched after XMLConfigBuilder
    Author:
    Vladimir Dvorak
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String getSrcFileName​(org.apache.ibatis.parsing.XPathParser parser)  
      static boolean refreshDocument​(org.apache.ibatis.parsing.XPathParser parser)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • XPathParserCaller

        public XPathParserCaller()
    • Method Detail

      • getSrcFileName

        public static java.lang.String getSrcFileName​(org.apache.ibatis.parsing.XPathParser parser)
      • refreshDocument

        public static boolean refreshDocument​(org.apache.ibatis.parsing.XPathParser parser)