Uses of Class
org.apache.commons.digester.xmlrules.DigesterLoadingException
Packages that use DigesterLoadingException
Package
Description
The Digester package lets you configure an XML -> Java object mapping module,
which triggers certain actions called rules whenever a particular pattern of
nested XML elements is recognized.
-
Uses of DigesterLoadingException in org.apache.commons.digester.xmlrules
Methods in org.apache.commons.digester.xmlrules that throw DigesterLoadingExceptionModifier and TypeMethodDescriptionstatic ObjectDigesterLoader.load(URL digesterRules, ClassLoader classLoader, InputStream input) Given the digester rules XML file, a class loader, and an input stream, this method parses the input into Java objects.static ObjectDigesterLoader.load(URL digesterRules, ClassLoader classLoader, InputStream input, Object rootObject) Given the digester rules XML file, a class loader, and an input stream, this method parses the input into Java objects.static ObjectDigesterLoader.load(URL digesterRules, ClassLoader classLoader, Reader reader) Given the digester rules XML file, a class loader, and an input stream, this method parses the input into Java objects.static ObjectDigesterLoader.load(URL digesterRules, ClassLoader classLoader, Reader input, Object rootObject) Given the digester rules XML file, a class loader, and an input stream, this method parses the input into Java objects.static ObjectDigesterLoader.load(URL digesterRules, ClassLoader classLoader, URL fileURL) Given the digester rules XML file, a class loader, and an XML input file, this method parses the input file into Java objects.static ObjectDigesterLoader.load(URL digesterRules, ClassLoader classLoader, URL fileURL, Object rootObject) Given the digester rules XML file, a class loader, and an XML input file, this method parses the input file into Java objects.