Package ndg :: Package saml :: Package xml :: Class XMLConstants
[hide private]

Class XMLConstants

source code


XML related constants.

Instance Methods [hide private]

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]
string XMLTOOLING_CONFIG_NS = 'http://www.opensaml.org/xmltooling-con...
Configuration namespace
string XMLTOOLING_CONFIG_PREFIX = 'xt'
Configuration namespace prefix
string XMLTOOLING_DEFAULT_OBJECT_PROVIDER = 'DEFAULT'
object provider
string XML_NS = 'http://www.w3.org/XML/1998/namespace'
XML core namespace
string XML_PREFIX = 'xml'
XML core prefix for xml attributes
string XMLNS_NS = 'http://www.w3.org/2000/xmlns/'
XML namespace for xmlns attributes
string XMLNS_PREFIX = 'xmlns'
XML namespace prefix for xmlns attributes
string XSD_NS = 'http://www.w3.org/2001/XMLSchema'
XML Schema namespace
string XSD_PREFIX = 'xs'
XML Schema QName prefix
string XSI_NS = 'http://www.w3.org/2001/XMLSchema-instance'
XML Schema Instance namespace
string XSI_PREFIX = 'xsi'
XML Schema Instance QName prefix
string XMLSIG_NS = 'http://www.w3.org/2000/09/xmldsig#'
XML XMLSecSignatureImpl namespace
string XMLSIG_PREFIX = 'ds'
XML XMLSecSignatureImpl QName prefix
string XMLENC_NS = 'http://www.w3.org/2001/04/xmlenc#'
XML Encryption namespace
string XMLENC_PREFIX = 'xenc'
XML Encryption QName prefix
string XMLENC_ENCDATA_LOCAL_NAME = 'EncryptedData'
Local name of EncryptedData element
string XMLENC_ENCKEY_LOCAL_NAME = 'EncryptedKey'
Local name of EncryptedKey element
Properties [hide private]

Inherited from object: __class__

Class Variable Details [hide private]

XMLTOOLING_CONFIG_NS

Configuration namespace
Type:
string
Value:
'http://www.opensaml.org/xmltooling-config'