Class Driver.RELAXNSVerifier

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private org.iso_relax.dispatcher.SchemaProvider sp  
    • Constructor Summary

      Constructors 
      Constructor Description
      RELAXNSVerifier​(org.iso_relax.dispatcher.SchemaProvider sp)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean verify​(org.xml.sax.XMLReader p, org.xml.sax.InputSource instance, boolean panicMode)  
      • Methods inherited from class java.lang.Object

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

      • sp

        private final org.iso_relax.dispatcher.SchemaProvider sp
    • Constructor Detail

      • RELAXNSVerifier

        RELAXNSVerifier​(org.iso_relax.dispatcher.SchemaProvider sp)
    • Method Detail

      • verify

        public boolean verify​(org.xml.sax.XMLReader p,
                              org.xml.sax.InputSource instance,
                              boolean panicMode)
                       throws java.lang.Exception
        Specified by:
        verify in interface Driver.DocumentVerifier
        Throws:
        java.lang.Exception