Class ValidationMatcher.HasSystemIdPredicate

  • All Implemented Interfaces:
    Predicate<javax.xml.transform.Source>
    Enclosing class:
    ValidationMatcher

    private static class ValidationMatcher.HasSystemIdPredicate
    extends java.lang.Object
    implements Predicate<javax.xml.transform.Source>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean test​(javax.xml.transform.Source s)  
      • Methods inherited from class java.lang.Object

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

      • HasSystemIdPredicate

        private HasSystemIdPredicate()
    • Method Detail

      • test

        public boolean test​(javax.xml.transform.Source s)
        Specified by:
        test in interface Predicate<javax.xml.transform.Source>