org::jdom::input::JAXPParserFactory Class Reference

List of all members.

Static Public Member Functions

static 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

static 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:
Generated on Sun Nov 5 16:02:38 2006 for JDOM by  doxygen 1.5.1