xmltooling  3.0.1
XMLConstants.h File Reference

Licensed to the University Corporation for Advanced Internet Development, Inc. More...

#include <xmltooling/base.h>
#include <xercesc/util/XercesDefs.hpp>

Namespaces

 xmlconstants
 XML related constants.
 

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::XMLSIG11_NS []
 XML Signature 1.1 namespace ("http://www.w3.org/2009/xmldsig11#")
 
const XMLCh xmlconstants::XMLSIG11_PREFIX []
 XML Signature 1.1 QName prefix ("ds11")
 
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::XMLENC11_NS []
 XML Encryption 1.1 namespace ("http://www.w3.org/2009/xmlenc11#")
 
const XMLCh xmlconstants::XMLENC11_PREFIX []
 XML Encryption 1.1 QName prefix ("xenc11")
 
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.
 

Detailed Description

Licensed to the University Corporation for Advanced Internet Development, Inc.

(UCAID) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership.

UCAID licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Fundamental XML namespace constants.