Class W3CMultiSchemaFactory
- java.lang.Object
- 
- org.apache.cxf.staxutils.validation.W3CMultiSchemaFactory
 
- 
 public class W3CMultiSchemaFactory extends Object Legacy implementation for Woostox 5.x. For Woodstox 6.2+, use W3CMultiSchemaFactory in Woodstox itself.
- 
- 
Constructor SummaryConstructors Constructor Description W3CMultiSchemaFactory()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description org.codehaus.stax2.validation.XMLValidationSchemacreateSchema(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.
 
- 
- 
- 
Constructor Detail- 
W3CMultiSchemaFactorypublic W3CMultiSchemaFactory() throws NoSuchMethodException- Throws:
- NoSuchMethodException
 
 
- 
 - 
Method Detail- 
createSchemapublic org.codehaus.stax2.validation.XMLValidationSchema createSchema(String baseURI, Map<String,Source> schemaSources) throws XMLStreamException Creates an XMLValidateSchema that can be used to validate XML instances against any of the schemas defined in the Map of schemaSources. Map of schemas is namespace -> Source- Throws:
- XMLStreamException
 
 
- 
 
-