Example usage for javax.xml.validation SchemaFactory subclass-usage

List of usage examples for javax.xml.validation SchemaFactory subclass-usage

Introduction

In this page you can find the example usage for javax.xml.validation SchemaFactory subclass-usage.

Usage

From source file nl.nn.adapterframework.validation.xerces_2_11.XMLSchemaFactory.java

/**
 * {@link SchemaFactory} for XML Schema.
 * 
 * Class copied from Xerces 2.11.0, to support creating ValidatorHandler from GrammarPool in Xerces 2.9.1.
 *
 * @author Kohsuke Kawaguchi (kohsuke.kawaguchi@sun.com)