All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.jclark.xml.parse.base.ParserImpl

java.lang.Object
   |
   +----com.jclark.xml.parse.ParserBase
           |
           +----com.jclark.xml.parse.base.ParserImpl

public class ParserImpl
extends ParserBase
implements Parser

Constructor Index

 o ParserImpl()

Method Index

 o parseDocument(OpenEntity)
Parses an XML document.
 o setApplication(Application)

Constructors

 o ParserImpl
 public ParserImpl()

Methods

 o setApplication
 public void setApplication(Application application)
 o parseDocument
 public void parseDocument(OpenEntity entity) throws ApplicationException, IOException
Parses an XML document. If no EntityManager has been specified with setEntityManager, then EntityManagerImpl will be used.

Parameters:
entity - the document entity of the XML document
Throws: NotWellFormedException
if the document is not well-formed
Throws: IOException
if an IO error occurs
See Also:
EntityManagerImpl

All Packages  Class Hierarchy  This Package  Previous  Next  Index