|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.ws.jaxme.XMLConstants
public class XMLConstants
| Field Summary | |
|---|---|
static java.lang.String |
XML_SCHEMA_NO_NS_ATTR
The attribute specifying a schema, which may be used to validate the instance, if the schema doesn't have a namespace: noNamespaceSchemaLocation. |
static java.lang.String |
XML_SCHEMA_NS_ATTR
The attribute specifying a schema, which may be used to validate the instance, if the schema has a target namespace: schemaLocation. |
static java.lang.String |
XML_SCHEMA_URI
The XML Schema namespace: http://www.w3.org/2001/XMLSchema-instance |
| Constructor Summary | |
|---|---|
XMLConstants()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String XML_SCHEMA_URI
The XML Schema namespace:
http://www.w3.org/2001/XMLSchema-instance
public static final java.lang.String XML_SCHEMA_NS_ATTR
The attribute specifying a schema, which may
be used to validate the instance, if the schema
has a target namespace: schemaLocation.
XML_SCHEMA_URI,
XML_SCHEMA_NO_NS_ATTR,
Constant Field Valuespublic static final java.lang.String XML_SCHEMA_NO_NS_ATTR
The attribute specifying a schema, which may
be used to validate the instance, if the schema
doesn't have a namespace: noNamespaceSchemaLocation.
XML_SCHEMA_URI,
Constant Field Values| Constructor Detail |
|---|
public XMLConstants()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||