Class W3CMultiSchemaFactory

java.lang.Object
org.apache.cxf.staxutils.validation.W3CMultiSchemaFactory

@Deprecated(forRemoval=true, since="4.2.1") public class W3CMultiSchemaFactory extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
Legacy implementation for Woostox 5.x. For Woodstox 6.2+, use W3CMultiSchemaFactory in Woodstox itself.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.codehaus.stax2.validation.XMLValidationSchema
    createSchema(String baseURI, Map<String,Source> schemaSources)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Creates an XMLValidateSchema that can be used to validate XML instances against any of the schemas defined in the Map of schemaSources.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • createSchema

      public org.codehaus.stax2.validation.XMLValidationSchema createSchema(String baseURI, Map<String,Source> schemaSources) throws XMLStreamException
      Deprecated, for removal: This API element is subject to removal in a future version.
      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