#include <xmltooling/unicode.h>
Namespaces | |
namespace | xmlconstants |
Enumerations | |
enum | xmlconstants::xmltooling_bool_t { XML_BOOL_NULL, XML_BOOL_TRUE, XML_BOOL_FALSE, XML_BOOL_ONE, XML_BOOL_ZERO } |
Enumerations of the different values of a boolean attribute or element. | |
Variables | |
const XMLCh | xmlconstants::XML_NS [] |
XML core namespace ("http://www.w3.org/XML/1998/namespace"). | |
const XMLCh | xmlconstants::XML_PREFIX [] |
XML namespace prefix for special xml attributes ("xml"). | |
const XMLCh | xmlconstants::XMLNS_NS [] |
XML namespace for xmlns attributes ("http://www.w3.org/2000/xmlns/"). | |
const XMLCh | xmlconstants::XMLNS_PREFIX [] |
XML namespace prefix for xmlns attributes ("xmlns"). | |
const XMLCh | xmlconstants::XSD_NS [] |
XML Schema namespace ("http://www.w3.org/2001/XMLSchema"). | |
const XMLCh | xmlconstants::XSD_PREFIX [] |
XML Schema QName prefix ("xs"). | |
const XMLCh | xmlconstants::XSI_NS [] |
XML Schema Instance namespace ("http://www.w3.org/2001/XMLSchema-instance"). | |
const XMLCh | xmlconstants::XSI_PREFIX [] |
XML Schema Instance QName prefix ("xsi"). | |
const XMLCh | xmlconstants::XMLSIG_NS [] |
XML Signature namespace ("http://www.w3.org/2000/09/xmldsig#"). | |
const XMLCh | xmlconstants::XMLSIG_PREFIX [] |
XML Signature QName prefix ("ds"). | |
const XMLCh | xmlconstants::XMLENC_NS [] |
XML Encryption namespace ("http://www.w3.org/2001/04/xmlenc#"). | |
const XMLCh | xmlconstants::XMLENC_PREFIX [] |
XML Encryption QName prefix ("xenc"). | |
const XMLCh | xmlconstants::SOAP11ENV_NS [] |
SOAP 1.1 Envelope XML namespace ("http://schemas.xmlsoap.org/soap/envelope/"). | |
const XMLCh | xmlconstants::SOAP11ENV_PREFIX [] |
SOAP 1.1 Envelope QName prefix ("S"). | |
const XMLCh | xmlconstants::XMLTOOLING_NS [] |
XML Tooling namespace ("http://www.opensaml.org/xmltooling"). | |
const XMLCh | xmlconstants::XML_TRUE [] |
XML "true" boolean constant. | |
const XMLCh | xmlconstants::XML_FALSE [] |
XML "false" boolean constant. | |
const XMLCh | xmlconstants::XML_ONE [] |
XML "1" boolean constant. | |
const XMLCh | xmlconstants::XML_ZERO [] |
XML "0" boolean constant. |