org.ow2.easybeans.util.xml |
EJB 3.0
Implementation of EJB 3.0 container. Utility classes for XML parsing.
|
Java Source File Name | Type | Comment |
DocumentParser.java | Class | Allows to parse an xml file. |
DocumentParserException.java | Class | Exception thrown if there is a failure in the parsing of the given document. |
EasyBeansErrorHandler.java | Class | Define an error handler which throw an exception as Digester not (only print
stack trace). |
EmptyEntityResolver.java | Class | This class is used when no validating is required. |
SchemaEntityResolver.java | Class | Entity resolver allowing to find schema within the classloader. |
XMLUtils.java | Class | Class with some useful methods on XML document. |