public abstract class ValidationSchemaFactoryProviderImpl
extends java.lang.Object
implements org.codehaus.stax2.osgi.Stax2ValidationSchemaFactoryProvider
Modifier and Type | Class and Description |
---|---|
(package private) static class |
ValidationSchemaFactoryProviderImpl.DTD |
(package private) static class |
ValidationSchemaFactoryProviderImpl.RelaxNG |
(package private) static class |
ValidationSchemaFactoryProviderImpl.W3CSchema |
Modifier and Type | Field and Description |
---|---|
(package private) java.lang.String |
mSchemaType |
Modifier | Constructor and Description |
---|---|
protected |
ValidationSchemaFactoryProviderImpl(java.lang.String st) |
Modifier and Type | Method and Description |
---|---|
static ValidationSchemaFactoryProviderImpl[] |
createAll() |
abstract org.codehaus.stax2.validation.XMLValidationSchemaFactory |
createValidationSchemaFactory() |
java.util.Properties |
getProperties() |
java.lang.String |
getSchemaType() |
protected ValidationSchemaFactoryProviderImpl(java.lang.String st)
public static ValidationSchemaFactoryProviderImpl[] createAll()
public abstract org.codehaus.stax2.validation.XMLValidationSchemaFactory createValidationSchemaFactory()
createValidationSchemaFactory
in interface org.codehaus.stax2.osgi.Stax2ValidationSchemaFactoryProvider
public java.lang.String getSchemaType()
getSchemaType
in interface org.codehaus.stax2.osgi.Stax2ValidationSchemaFactoryProvider
public java.util.Properties getProperties()