Package eu.europa.ec.taxud.cesop.xsd
Interface XsdSchema
-
public interface XsdSchema
The interface Xsd schema.
-
-
Field Summary
Fields Modifier and Type Field Description static String
CURRENT_VERSION
static List<String>
SUPPORTED_VERSIONS
static Map<String,org.codehaus.stax2.validation.XMLValidationSchema>
VERSION_2_XSD
-
Method Summary
Static Methods Modifier and Type Method Description static org.codehaus.stax2.validation.XMLValidationSchema
loadSchemaResource(String resourcePath)
Load schema resource xml validation schema.
-
-
-
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
-
-