public class XMLConstants
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
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 and Description |
|---|
XMLConstants() |
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.
public 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