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 |
---|---|
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
|
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
String getSchemaContext()
int getType()
URL getURL()
Copyright © 2007–2021 Eclipse.org - EclipseLink Project. All rights reserved.