Class RegexXerces

  • All Implemented Interfaces:
    RegexEngine

    public class RegexXerces
    extends java.lang.Object
    implements RegexEngine
    • Constructor Summary

      Constructors 
      Constructor Description
      RegexXerces​(java.lang.String pattern, java.lang.String flags)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean match​(java.lang.String s)  
      • Methods inherited from class java.lang.Object

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

      • RegexXerces

        public RegexXerces​(java.lang.String pattern,
                           java.lang.String flags)
    • Method Detail

      • match

        public boolean match​(java.lang.String s)
        Specified by:
        match in interface RegexEngine