Class FXSSchemaValidator.ValidationErrorHandler

  • All Implemented Interfaces:
    org.xml.sax.ErrorHandler
    Enclosing class:
    FXSSchemaValidator

    public static class FXSSchemaValidator.ValidationErrorHandler
    extends java.lang.Object
    implements org.xml.sax.ErrorHandler
    Errorhandler, dient auch als Rueckgabe der Validierung.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void error​(org.xml.sax.SAXParseException arg0)
      void fatalError​(org.xml.sax.SAXParseException arg0)
      java.util.List<org.xml.sax.SAXParseException> getErrorList()  
      java.util.List<org.xml.sax.SAXParseException> getWarningList()  
      void warning​(org.xml.sax.SAXParseException arg0)
      • Methods inherited from class java.lang.Object

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

      • ValidationErrorHandler

        public ValidationErrorHandler()
    • Method Detail

      • getErrorList

        public final java.util.List<org.xml.sax.SAXParseException> getErrorList()
        Returns:
        List
      • getWarningList

        public final java.util.List<org.xml.sax.SAXParseException> getWarningList()
        Returns:
        List
      • error

        public final void error​(org.xml.sax.SAXParseException arg0)
                         throws org.xml.sax.SAXException
        Specified by:
        error in interface org.xml.sax.ErrorHandler
        Throws:
        org.xml.sax.SAXException
      • fatalError

        public final void fatalError​(org.xml.sax.SAXParseException arg0)
                              throws org.xml.sax.SAXException
        Specified by:
        fatalError in interface org.xml.sax.ErrorHandler
        Throws:
        org.xml.sax.SAXException
      • warning

        public final void warning​(org.xml.sax.SAXParseException arg0)
                           throws org.xml.sax.SAXException
        Specified by:
        warning in interface org.xml.sax.ErrorHandler
        Throws:
        org.xml.sax.SAXException