org.jboss.axis.schema
Class SchemaVersion2000

java.lang.Object
  extended byorg.jboss.axis.schema.SchemaVersion2000
All Implemented Interfaces:
SchemaVersion (src)

public class SchemaVersion2000
extends java.lang.Object
implements SchemaVersion (src)

2000 Schema characteristics.


Field Summary
static QName (src) QNAME_NIL
           
 
Fields inherited from interface org.jboss.axis.schema.SchemaVersion (src)
SCHEMA_1999, SCHEMA_2000, SCHEMA_2001
 
Method Summary
 QName (src) getNilQName()
          Get the appropriate QName for the "null"/"nil" attribute for this Schema version.
 java.lang.String getXsdURI()
          The XSD URI
 java.lang.String getXsiURI()
          The XSI URI
 void registerSchemaSpecificTypes(TypeMapping (src)  tm)
          Register the schema specific type mappings
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

QNAME_NIL

public static QName (src)  QNAME_NIL
Method Detail

getNilQName

public QName (src)  getNilQName()
Get the appropriate QName for the "null"/"nil" attribute for this Schema version.

Specified by:
getNilQName in interface SchemaVersion (src)
Returns:
{http://www.w3.org/2000/10/XMLSchema-instance}null

getXsiURI

public java.lang.String getXsiURI()
The XSI URI

Specified by:
getXsiURI in interface SchemaVersion (src)
Returns:
the XSI URI

getXsdURI

public java.lang.String getXsdURI()
The XSD URI

Specified by:
getXsdURI in interface SchemaVersion (src)
Returns:
the XSD URI

registerSchemaSpecificTypes

public void registerSchemaSpecificTypes(TypeMapping (src)  tm)
Register the schema specific type mappings

Specified by:
registerSchemaSpecificTypes in interface SchemaVersion (src)