Class XmlValidationEventHandler

  • All Implemented Interfaces:
    javax.xml.bind.ValidationEventHandler

    public class XmlValidationEventHandler
    extends java.lang.Object
    implements javax.xml.bind.ValidationEventHandler
    Validating parser callbacks
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean handleEvent​(javax.xml.bind.ValidationEvent event)  
      • Methods inherited from class java.lang.Object

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

      • XmlValidationEventHandler

        public XmlValidationEventHandler()
    • Method Detail

      • handleEvent

        public boolean handleEvent​(javax.xml.bind.ValidationEvent event)
        Specified by:
        handleEvent in interface javax.xml.bind.ValidationEventHandler