Class XMLValidationSchemaFactory

java.lang.Object
org.codehaus.stax2.validation.XMLValidationSchemaFactory

public abstract class XMLValidationSchemaFactory extends Object
Defines an abstract factory for constructing XMLValidationSchema instances. This abstract base class has methods for instantiating the actual implementation (similar to the way XMLInputFactory works, and defines the API to use for configuring these instances, as well as factory methods concrete classes implement for actually creating XMLValidationSchema instances.

Note: this class is part of the second major revision of StAX 2 API (StAX2, v2), and is optional for StAX2 implementations to support.

See Also: