public class SchemaVersion2001 extends Object implements SchemaVersion
Modifier and Type | Field and Description |
---|---|
static QName |
QNAME_NIL |
SCHEMA_1999, SCHEMA_2000, SCHEMA_2001
Modifier and Type | Method and Description |
---|---|
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(TypeMappingImpl tm)
Register the schema specific type mappings
|
public static QName QNAME_NIL
public QName getNilQName()
getNilQName
in interface SchemaVersion
public String getXsiURI()
getXsiURI
in interface SchemaVersion
public String getXsdURI()
getXsdURI
in interface SchemaVersion
public void registerSchemaSpecificTypes(TypeMappingImpl tm)
registerSchemaSpecificTypes
in interface SchemaVersion
Copyright © The Apache Software Foundation. All Rights Reserved.