xmltooling 3.1.0

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

namespace  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

XMLTOOL_API const XMLCh xmlconstants::XML_NS []
 XML core namespace ("http://www.w3.org/XML/1998/namespace")
XMLTOOL_API const XMLCh xmlconstants::XML_PREFIX []
 XML namespace prefix for special xml attributes ("xml")
XMLTOOL_API const XMLCh xmlconstants::XMLNS_NS []
 XML namespace for xmlns attributes ("http://www.w3.org/2000/xmlns/")
XMLTOOL_API const XMLCh xmlconstants::XMLNS_PREFIX []
 XML namespace prefix for xmlns attributes ("xmlns")
XMLTOOL_API const XMLCh xmlconstants::XSD_NS []
 XML Schema namespace ("http://www.w3.org/2001/XMLSchema")
XMLTOOL_API const XMLCh xmlconstants::XSD_PREFIX []
 XML Schema QName prefix ("xs")
XMLTOOL_API const XMLCh xmlconstants::XSI_NS []
 XML Schema Instance namespace ("http://www.w3.org/2001/XMLSchema-instance")
XMLTOOL_API const XMLCh xmlconstants::XSI_PREFIX []
 XML Schema Instance QName prefix ("xsi")
XMLTOOL_API const XMLCh xmlconstants::XMLSIG_NS []
 XML Signature namespace ("http://www.w3.org/2000/09/xmldsig#")
XMLTOOL_API const XMLCh xmlconstants::XMLSIG_PREFIX []
 XML Signature QName prefix ("ds")
XMLTOOL_API const XMLCh xmlconstants::XMLSIG11_NS []
 XML Signature 1.1 namespace ("http://www.w3.org/2009/xmldsig11#")
XMLTOOL_API const XMLCh xmlconstants::XMLSIG11_PREFIX []
 XML Signature 1.1 QName prefix ("ds11")
XMLTOOL_API const XMLCh xmlconstants::XMLENC_NS []
 XML Encryption namespace ("http://www.w3.org/2001/04/xmlenc#")
XMLTOOL_API const XMLCh xmlconstants::XMLENC_PREFIX []
 XML Encryption QName prefix ("xenc")
XMLTOOL_API const XMLCh xmlconstants::XMLENC11_NS []
 XML Encryption 1.1 namespace ("http://www.w3.org/2009/xmlenc11#")
XMLTOOL_API const XMLCh xmlconstants::XMLENC11_PREFIX []
 XML Encryption 1.1 QName prefix ("xenc11")
XMLTOOL_API const XMLCh xmlconstants::SOAP11ENV_NS []
 SOAP 1.1 Envelope XML namespace ("http://schemas.xmlsoap.org/soap/envelope/")
XMLTOOL_API const XMLCh xmlconstants::SOAP11ENV_PREFIX []
 SOAP 1.1 Envelope QName prefix ("S")
XMLTOOL_API const XMLCh xmlconstants::XMLTOOLING_NS []
 XML Tooling namespace ("http://www.opensaml.org/xmltooling")
XMLTOOL_API const XMLCh xmlconstants::XML_TRUE []
 XML "true" boolean constant.
XMLTOOL_API const XMLCh xmlconstants::XML_FALSE []
 XML "false" boolean constant.
XMLTOOL_API const XMLCh xmlconstants::XML_ONE []
 XML "1" boolean constant.
XMLTOOL_API 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.