XMLSchemaReferencepublic interface XMLSchemaReference A schema reference is used to access a schema in order to validate a
document. |
Fields Summary |
---|
public static final int | COMPLEX_TYPE | public static final int | SIMPLE_TYPE | public static final int | ELEMENT | public static final int | GROUP |
Methods Summary |
---|
public java.lang.String | getSchemaContext()Returns the path to be traversed for validation purposes.
| public int | getType()Indicates if the schema reference references a simple type definition,
complex type definition, element or group
| public java.net.URL | getURL()A URL which referenes the Schema.
|
|