| java.lang.Object org.jdom.input.JAXPParserFactory
JAXPParserFactory | class JAXPParserFactory (Code) | | A non-public utility class to allocate JAXP SAX parsers.
version: $Revision: 1.1 $, $Date: 2005/04/27 09:32:40 $ author: Laurent Bihanic |
Method Summary | |
public static XMLReader | createParser(boolean validating, Map features, Map properties) Creates a SAX parser allocated through the configured JAXP SAX
parser factory.
Parameters: validating - whether a validating parser is requested. Parameters: features - the user-defined SAX features. Parameters: properties - the user-defined SAX properties. |
createParser | public static XMLReader createParser(boolean validating, Map features, Map properties) throws JDOMException(Code) | | Creates a SAX parser allocated through the configured JAXP SAX
parser factory.
Parameters: validating - whether a validating parser is requested. Parameters: features - the user-defined SAX features. Parameters: properties - the user-defined SAX properties. a configured XMLReader. throws: JDOMException - if any error occurred when allocating orconfiguring the JAXP SAX parser. |
|
|