Class SAXParserFactoryImpl

java.lang.Object
javax.xml.parsers.SAXParserFactory
com.sun.msv.verifier.jaxp.SAXParserFactoryImpl

public class SAXParserFactoryImpl extends SAXParserFactory
SAXParserFactory implementation that supports validation.

This class uses another SAXParserFactory implementation and adds the validation capability to it.

Author:
Kohsuke KAWAGUCHI