org.apache.axis.schema
Interface SchemaVersion
- All Known Implementing Classes:
- SchemaVersion2000, SchemaVersion2001, SchemaVersion1999
- public interface SchemaVersion
The SchemaVersion interface allows us to abstract out the differences
between the 1999, 2000, and 2001 versions of XML Schema.
- Author:
- Glen Daniels (gdaniels@apache.org)
Method Summary |
QName |
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 |
SCHEMA_1999
public static final SchemaVersion SCHEMA_1999
SCHEMA_2000
public static final SchemaVersion SCHEMA_2000
SCHEMA_2001
public static final SchemaVersion SCHEMA_2001
getNilQName
public QName getNilQName()
- Get the appropriate QName for the "null"/"nil" attribute for this
Schema version.
- Returns:
-
getXsiURI
public java.lang.String getXsiURI()
- The XSI URI
- Returns:
-
getXsdURI
public java.lang.String getXsdURI()
- The XSD URI
- Returns:
-
Copyright © 2002 Apache XML Project. All Rights Reserved.