|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SchemaVersion
The SchemaVersion interface allows us to abstract out the differences between the 1999, 2000, and 2001 versions of XML Schema.
Field Summary | |
---|---|
static SchemaVersion |
SCHEMA_1999
|
static SchemaVersion |
SCHEMA_2000
|
static SchemaVersion |
SCHEMA_2001
|
Method Summary | |
---|---|
javax.xml.namespace.QName |
getNilQName()
Get the appropriate QName for the "null"/"nil" attribute for this Schema version. |
String |
getXsdURI()
The XSD URI |
String |
getXsiURI()
The XSI URI |
void |
registerSchemaSpecificTypes(TypeMapping tm)
Register the schema specific type mappings |
Field Detail |
---|
static final SchemaVersion SCHEMA_1999
static final SchemaVersion SCHEMA_2000
static final SchemaVersion SCHEMA_2001
Method Detail |
---|
javax.xml.namespace.QName getNilQName()
String getXsiURI()
String getXsdURI()
void registerSchemaSpecificTypes(TypeMapping tm)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |