From f0510d2f90467de8e8f260b47d79a9baaf9bef17 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 17 Sep 2009 07:15:29 +0200 Subject: Start tracking XSD with git --- libxsd/xsd/cxx/xml/bits/literals.hxx | 83 ++++++++++++++++++++++++++++++++++++ 1 file changed, 83 insertions(+) create mode 100644 libxsd/xsd/cxx/xml/bits/literals.hxx (limited to 'libxsd/xsd/cxx/xml/bits/literals.hxx') diff --git a/libxsd/xsd/cxx/xml/bits/literals.hxx b/libxsd/xsd/cxx/xml/bits/literals.hxx new file mode 100644 index 0000000..93df006 --- /dev/null +++ b/libxsd/xsd/cxx/xml/bits/literals.hxx @@ -0,0 +1,83 @@ +// file : xsd/cxx/xml/bits/literals.hxx +// author : Boris Kolpackov +// copyright : Copyright (c) 2005-2009 Code Synthesis Tools CC +// license : GNU GPL v2 + exceptions; see accompanying LICENSE file + +#ifndef XSD_CXX_XML_BITS_LITERALS_HXX +#define XSD_CXX_XML_BITS_LITERALS_HXX + +namespace xsd +{ + namespace cxx + { + namespace xml + { + namespace bits + { + template + const C* + xml_prefix (); + + template + const C* + xml_namespace (); + + template + const C* + xmlns_prefix (); + + template + const C* + xmlns_namespace (); + + template + const C* + xsi_prefix (); + + template + const C* + xsi_namespace (); + + template + const C* + type (); + + template + const C* + nil (); + + template + const C* + schema_location (); + + template + const C* + no_namespace_schema_location (); + + template + const C* + first_prefix (); + + template + const C* + second_prefix (); + + template + const C* + third_prefix (); + + template + const C* + fourth_prefix (); + + template + const C* + fifth_prefix (); + } + } + } +} + +#endif // XSD_CXX_XML_BITS_LITERALS_HXX + +#include -- cgit v1.1