All Packages Class Hierarchy This Package Previous Next Index
Application
, which will receive information
about the XML document.
EntityManager
which will be used
to access external entities referenced in the document.
public abstract void setEntityManager(EntityManager entityManager)
EntityManager
which will be used
to access external entities referenced in the document.
public abstract void setApplication(Application application)
Application
, which will receive information
about the XML document.
public abstract void setLocale(Locale locale)
public abstract void parseDocument(OpenEntity entity) throws ApplicationException, IOException
EntityManager
,
Application
and Locale
will be used
for the entire parse. If no EntityManager
has been
set, a default EntityManager
will be used.
If no Locale
has been set, the default Locale
as returned by Locale.getDefault
will be used.
If no Application
has been set, no information about
the document will be reported, but an exception will be thrown if
the document is not well-formed.
Application
methows throw an Exception
All Packages Class Hierarchy This Package Previous Next Index