All Packages Class Hierarchy This Package Previous Next Index
Class com.jclark.xml.parse.ParserImpl
java.lang.Object
|
+----com.jclark.xml.parse.ParserImpl
- public class ParserImpl
- extends Object
- implements Parser
Default implementation of the Parser
interface.
-
ParserImpl()
-
-
parseDocument(OpenEntity)
- Parses an XML document.
-
setApplication(Application)
-
-
setEntityManager(EntityManager)
-
-
setLocale(Locale)
-
ParserImpl
public ParserImpl()
setEntityManager
public void setEntityManager(EntityManager entityManager)
setApplication
public void setApplication(Application application)
setLocale
public void setLocale(Locale locale)
parseDocument
public void parseDocument(OpenEntity entity) throws 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