org.apache.ws.jaxme
Class XMLConstants

java.lang.Object
  extended by org.apache.ws.jaxme.XMLConstants

public class XMLConstants
extends java.lang.Object


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

XML_SCHEMA_URI

public static final java.lang.String XML_SCHEMA_URI

The XML Schema namespace: http://www.w3.org/2001/XMLSchema-instance

See Also:
Constant Field Values

XML_SCHEMA_NS_ATTR

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.

See Also:
XML_SCHEMA_URI, XML_SCHEMA_NO_NS_ATTR, Constant Field Values

XML_SCHEMA_NO_NS_ATTR

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.

See Also:
XML_SCHEMA_URI, Constant Field Values
Constructor Detail

XMLConstants

public XMLConstants()