|
EclipseLink 2.2.0, build 'v20110202-r8913' API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface XMLSchemaReference
A schema reference is used to access a schema in order to validate a document.
Field Summary | |
---|---|
static int |
COMPLEX_TYPE
|
static int |
ELEMENT
|
static int |
GROUP
|
static int |
SIMPLE_TYPE
|
Method Summary | |
---|---|
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. |
Field Detail |
---|
static final int COMPLEX_TYPE
static final int SIMPLE_TYPE
static final int ELEMENT
static final int GROUP
Method Detail |
---|
java.lang.String getSchemaContext()
int getType()
java.net.URL getURL()
|
EclipseLink 2.2.0, build 'v20110202-r8913' API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |