Main Page
|
Class Hierarchy
|
Class List
|
Class Members
|
Related Pages
org::jdom::input::JAXPParserFactory Class Reference
List of all members.
Static Public Member Functions
XMLReader
createParser
(boolean validating, Map features, Map properties) throws JDOMException
Detailed Description
A helper class to allocate JAXP SAX parsers.
Author:
Laurent Bihanic
Version:
Revision
1.2
,
Date
2003/04/06 02:00:44
Member Function Documentation
XMLReader org::jdom::input::JAXPParserFactory::createParser
(
boolean
validating
,
Map
features
,
Map
properties
)
throws
JDOMException
[inline, static]
Creates a SAX parser allocated through the configured JAXP SAX parser factory.
Parameters:
validating
whether a validating parser is requested.
features
the user-defined SAX features.
properties
the user-defined SAX properties.
Returns:
a configured XMLReader.
Exceptions:
JDOMException
if any error occurred when allocating or configuring the JAXP SAX parser.
The documentation for this class was generated from the following file:
JAXPParserFactory.java
Generated on Wed Jul 7 01:03:19 2004 for JDOM by
1.3.7