Package org.springframework.xml.xsd
Interface XsdSchema
- All Known Implementing Classes:
- CommonsXsdSchema,- SimpleXsdSchema
public interface XsdSchema
Represents an abstraction for XSD schemas.
- Since:
- 1.5.0
- Author:
- Mark LaFond, Arjen Poutsma
- 
Method SummaryModifier and TypeMethodDescriptionCreates aXmlValidatorbased on the schema.Returns theSourceof the schema.Returns the target namespace of this schema.
- 
Method Details- 
getTargetNamespaceString getTargetNamespace()Returns the target namespace of this schema.- Returns:
- the target namespace
 
- 
getSourceSource getSource()Returns theSourceof the schema.- Returns:
- the source of this XSD schema
 
- 
createValidatorXmlValidator createValidator()Creates aXmlValidatorbased on the schema.- Returns:
- a validator for this schema
 
 
-