Uses of Class
org.jagatoo.util.xml.SimpleXMLHandlerDelegate.ExceptionSeverity

Packages that use SimpleXMLHandlerDelegate.ExceptionSeverity
org.jagatoo.util.xml   
 

Uses of SimpleXMLHandlerDelegate.ExceptionSeverity in org.jagatoo.util.xml
 

Methods in org.jagatoo.util.xml that return SimpleXMLHandlerDelegate.ExceptionSeverity
static SimpleXMLHandlerDelegate.ExceptionSeverity SimpleXMLHandlerDelegate.ExceptionSeverity.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SimpleXMLHandlerDelegate.ExceptionSeverity[] SimpleXMLHandlerDelegate.ExceptionSeverity.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.jagatoo.util.xml with parameters of type SimpleXMLHandlerDelegate.ExceptionSeverity
protected  void SimpleXMLHandlerDelegate.onParsingException(XMLPath path, SimpleXMLHandlerDelegate.ExceptionSeverity severity, org.xml.sax.SAXParseException ex)
          Invoked when a parsing exception occurred.