| java.lang.Object com.jclark.xml.parse.DocumentParser
DocumentParser | public class DocumentParser (Code) | | A parser for XML documents.
version: $Revision: 1.1 $ $Date: 1998/05/08 06:37:11 $ |
parse | public static void parse(OpenEntity entity, EntityManager entityManager, Application application, Locale locale) throws ApplicationException, IOException(Code) | | Parses an XML document.
Parameters: entity - the document entity of the XML document; the InputStreamof the document entity will be closed after parsing Parameters: entityManager - the EntityManager to be used to access externalentities referenced in the document Parameters: application - the Application which will receive informationabout the XML document Parameters: locale - the Locale to be used for error messages exception: NotWellFormedException - if the document is not well-formed exception: IOException - if an IO error occurs exception: ApplicationException - if any of the Application methods throw an Exception |
|
|