public interface XMLSchemaReference
Modifier and Type | Field and Description |
---|---|
static int |
COMPLEX_TYPE |
static int |
ELEMENT |
static int |
GROUP |
static int |
SIMPLE_TYPE |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getSchemaContext()
Returns the path to be traversed for validation purposes.
|
int |
getType()
Indicates if the schema reference references a simple type definition,
complex type definition, element or group
|
java.net.URL |
getURL()
A URL which referenes the Schema.
|
static final int COMPLEX_TYPE
static final int SIMPLE_TYPE
static final int ELEMENT
static final int GROUP
java.lang.String getSchemaContext()
int getType()
java.net.URL getURL()