net.sf.jsefa.xml.namespace
Interface NamespaceConstants


public interface NamespaceConstants

A collection of constants concerning namespaces.

Author:
Norman Lahme-Huetig

Field Summary
static String DEFAULT_NAMESPACE_PREFIX
          The prefix denoting the default namespace.
static String NO_NAMESPACE_URI
          Namespace URI to use to represent that there is no namespace.
static String XML_NAMESPACE_PREFIX
          The prefix xml.
static String XML_NAMESPACE_URI
          The URI of the xml namespace bound to the prefix xml.
static String XML_SCHEMA_INSTANCE_URI
          The xml schema instance URI.
static String XML_SCHEMA_URI
          The xml schema URI.
 

Field Detail

NO_NAMESPACE_URI

static final String NO_NAMESPACE_URI
Namespace URI to use to represent that there is no namespace.

See Also:
Constant Field Values

DEFAULT_NAMESPACE_PREFIX

static final String DEFAULT_NAMESPACE_PREFIX
The prefix denoting the default namespace.

See Also:
Constant Field Values

XML_SCHEMA_INSTANCE_URI

static final String XML_SCHEMA_INSTANCE_URI
The xml schema instance URI.

See Also:
Constant Field Values

XML_SCHEMA_URI

static final String XML_SCHEMA_URI
The xml schema URI.

See Also:
Constant Field Values

XML_NAMESPACE_URI

static final String XML_NAMESPACE_URI
The URI of the xml namespace bound to the prefix xml.

See Also:
Constant Field Values

XML_NAMESPACE_PREFIX

static final String XML_NAMESPACE_PREFIX
The prefix xml.

See Also:
Constant Field Values


Copyright © 2014. All rights reserved.