Interface XsdSchema


  • public interface XsdSchema
    The interface Xsd schema.
    • Field Detail

      • SUPPORTED_VERSIONS

        static final List<String> SUPPORTED_VERSIONS
      • VERSION_2_XSD

        static final Map<String,​org.codehaus.stax2.validation.XMLValidationSchema> VERSION_2_XSD
    • Method Detail

      • loadSchemaResource

        static org.codehaus.stax2.validation.XMLValidationSchema loadSchemaResource​(String resourcePath)
        Load schema resource xml validation schema.
        Parameters:
        resourcePath - the resource path
        Returns:
        the xml validation schema