ca.gorman.xml.parse.sax
Class ValidatingParserFactory<T extends Global>
java.lang.Object
ca.gorman.xml.parse.sax.ValidatingParserFactory<T>
- All Implemented Interfaces:
- ParserFactory<T>
public abstract class ValidatingParserFactory<T extends Global>
- extends Object
- implements ParserFactory<T>
Factory for new validating Parser
instances.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ValidatingParserFactory
protected ValidatingParserFactory(SAXParserFactory saxParserFactory)
newInstance
public static <T extends Global> ValidatingParserFactory<T> newInstance()
Create a new ParserFactory
.
- Throws:
FactoryConfigurationError
- if a ParserFactory
cannot be created.
newParser
public XMLParser<T> newParser()
- Description copied from interface:
ParserFactory
Create a new Parser
.
- Specified by:
newParser
in interface ParserFactory<T extends Global>
GXPARSE Generic XML Stream Parser API and supporting tools.
Release $Name: gxparse-sf-alpha-2_0 $
Copyright 2003-2004
Ian E. Gorman
Released under
GNU Lesser General Public License