public class W3CMultiSchemaFactory extends Object
Constructor and Description |
---|
W3CMultiSchemaFactory() |
Modifier and Type | Method and Description |
---|---|
org.codehaus.stax2.validation.XMLValidationSchema |
createSchema(String baseURI,
Map<String,Source> schemaSources)
Creates an XMLValidateSchema that can be used to validate XML instances against any of the schemas
defined in the Map of schemaSources.
|
public W3CMultiSchemaFactory() throws NoSuchMethodException
NoSuchMethodException
public org.codehaus.stax2.validation.XMLValidationSchema createSchema(String baseURI, Map<String,Source> schemaSources) throws XMLStreamException
XMLStreamException
Apache CXF