org.opensaml.xml.util
Class XMLConstants

java.lang.Object
  extended by org.opensaml.xml.util.XMLConstants

public class XMLConstants
extends Object

XML related constants.


Field Summary
static String XML_NS
          XML core namespace.
static String XML_PREFIX
          XML core prefix for xml attributes.
static String XMLENC_NS
          XML Encryption namespace.
static String XMLENC_PREFIX
          XML Encryption QName prefix.
static String XMLNS_NS
          XML namespace for xmlns attributes.
static String XMLNS_PREFIX
          XML namespace prefix for xmlns attributes.
static String XMLSIG_NS
          XML XMLSecSignatureImpl namespace.
static String XMLSIG_PREFIX
          XML XMLSecSignatureImpl QName prefix.
static String XMLTOOLING_CONFIG_NS
          Configuration namespace.
static String XMLTOOLING_CONFIG_PREFIX
          Configuration namespace prefix.
static String XMLTOOLING_DEFAULT_OBJECT_PROVIDER
          Name of the object provider used for objects that don't have a registered object provider.
static String XMLTOOLING_SCHEMA_LOCATION
          Location, on the classpath, of the XMLTooling configuration schema.
static String XSD_NS
          XML Schema namespace.
static String XSD_PREFIX
          XML Schema QName prefix.
static QName XSI_NIL_ATTRIB_NAME
          XML Schema instance xsi:type attribute QName.
static QName XSI_NO_NAMESPACE_SCHEMA_LOCATION_ATTRIB_NAME
          XML Schema instance xsi:type attribute QName.
static String XSI_NS
          XML Schema Instance namespace.
static String XSI_PREFIX
          XML Schema Instance QName prefix.
static QName XSI_SCHEMA_LOCATION_ATTRIB_NAME
          XML Schema instance xsi:type attribute QName.
static QName XSI_TYPE_ATTRIB_NAME
          XML Schema instance xsi:type attribute QName.
 
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

XMLTOOLING_CONFIG_NS

public static final String XMLTOOLING_CONFIG_NS
Configuration namespace.

See Also:
Constant Field Values

XMLTOOLING_CONFIG_PREFIX

public static final String XMLTOOLING_CONFIG_PREFIX
Configuration namespace prefix.

See Also:
Constant Field Values

XMLTOOLING_DEFAULT_OBJECT_PROVIDER

public static final String XMLTOOLING_DEFAULT_OBJECT_PROVIDER
Name of the object provider used for objects that don't have a registered object provider.

See Also:
Constant Field Values

XMLTOOLING_SCHEMA_LOCATION

public static final String XMLTOOLING_SCHEMA_LOCATION
Location, on the classpath, of the XMLTooling configuration schema.

See Also:
Constant Field Values

XML_NS

public static final String XML_NS
XML core namespace.

See Also:
Constant Field Values

XML_PREFIX

public static final String XML_PREFIX
XML core prefix for xml attributes.

See Also:
Constant Field Values

XMLNS_NS

public static final String XMLNS_NS
XML namespace for xmlns attributes.

See Also:
Constant Field Values

XMLNS_PREFIX

public static final String XMLNS_PREFIX
XML namespace prefix for xmlns attributes.

See Also:
Constant Field Values

XSD_NS

public static final String XSD_NS
XML Schema namespace.

See Also:
Constant Field Values

XSD_PREFIX

public static final String XSD_PREFIX
XML Schema QName prefix.

See Also:
Constant Field Values

XSI_NS

public static final String XSI_NS
XML Schema Instance namespace.

See Also:
Constant Field Values

XSI_PREFIX

public static final String XSI_PREFIX
XML Schema Instance QName prefix.

See Also:
Constant Field Values

XMLSIG_NS

public static final String XMLSIG_NS
XML XMLSecSignatureImpl namespace.

See Also:
Constant Field Values

XMLSIG_PREFIX

public static final String XMLSIG_PREFIX
XML XMLSecSignatureImpl QName prefix.

See Also:
Constant Field Values

XMLENC_NS

public static final String XMLENC_NS
XML Encryption namespace.

See Also:
Constant Field Values

XMLENC_PREFIX

public static final String XMLENC_PREFIX
XML Encryption QName prefix.

See Also:
Constant Field Values

XSI_TYPE_ATTRIB_NAME

public static final QName XSI_TYPE_ATTRIB_NAME
XML Schema instance xsi:type attribute QName.


XSI_SCHEMA_LOCATION_ATTRIB_NAME

public static final QName XSI_SCHEMA_LOCATION_ATTRIB_NAME
XML Schema instance xsi:type attribute QName.


XSI_NO_NAMESPACE_SCHEMA_LOCATION_ATTRIB_NAME

public static final QName XSI_NO_NAMESPACE_SCHEMA_LOCATION_ATTRIB_NAME
XML Schema instance xsi:type attribute QName.


XSI_NIL_ATTRIB_NAME

public static final QName XSI_NIL_ATTRIB_NAME
XML Schema instance xsi:type attribute QName.

Constructor Detail

XMLConstants

public XMLConstants()


Copyright © 2006-2011 Internet2. All Rights Reserved.