Class XercesImpl

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.reflect.Constructor ctor  
      private java.lang.reflect.Method matches  
      private java.lang.Class regexp  
    • Constructor Summary

      Constructors 
      Constructor Description
      XercesImpl()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      RegExp compile​(java.lang.String exp)  
      • Methods inherited from class java.lang.Object

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

      • regexp

        private final java.lang.Class regexp
      • ctor

        private final java.lang.reflect.Constructor ctor
      • matches

        private final java.lang.reflect.Method matches
    • Constructor Detail

      • XercesImpl

        XercesImpl()
            throws java.lang.Exception
        Throws:
        java.lang.Exception
    • Method Detail

      • compile

        public RegExp compile​(java.lang.String exp)
                       throws java.text.ParseException
        Specified by:
        compile in class RegExpFactory
        Throws:
        java.text.ParseException