Interface XsdSchemaMappingStrategy

All Known Implementing Classes:
AbstractSchemaMappingStrategy, RootQNameSchemaMappingStrategy, SchemaMappingStrategyChain, TargetNamespaceSchemaMappingStrategy

public interface XsdSchemaMappingStrategy
Interface for schema mapping strategies used in schema repository.
Author:
Christoph Deppisch
  • Method Summary

    Modifier and Type
    Method
    Description
    org.springframework.xml.xsd.XsdSchema
    getSchema(List<org.springframework.xml.xsd.XsdSchema> schemas, Document doc)
    Gets the schema for given namespace or root element name.
  • Method Details

    • getSchema

      org.springframework.xml.xsd.XsdSchema getSchema(List<org.springframework.xml.xsd.XsdSchema> schemas, Document doc)
      Gets the schema for given namespace or root element name.
      Parameters:
      schemas - list of available schemas.
      doc - document instance to validate.
      Returns: