Static Public Member Functions | |
static XMLReader | createParser (boolean validating, Map features, Map properties) throws JDOMException |
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.
validating | whether a validating parser is requested. | |
features | the user-defined SAX features. | |
properties | the user-defined SAX properties. |
JDOMException | if any error occurred when allocating or configuring the JAXP SAX parser. |