summaryrefslogtreecommitdiff
path: root/doc/cxx/tree/guide/index.xhtml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/cxx/tree/guide/index.xhtml')
-rw-r--r--doc/cxx/tree/guide/index.xhtml50
1 files changed, 25 insertions, 25 deletions
diff --git a/doc/cxx/tree/guide/index.xhtml b/doc/cxx/tree/guide/index.xhtml
index e2a860d..4731480 100644
--- a/doc/cxx/tree/guide/index.xhtml
+++ b/doc/cxx/tree/guide/index.xhtml
@@ -176,15 +176,15 @@
<p>Permission is granted to copy, distribute and/or modify this
document under the terms of the
- <a href="http://www.codesynthesis.com/licenses/fdl-1.2.txt">GNU Free
+ <a href="https://www.codesynthesis.com/licenses/fdl-1.2.txt">GNU Free
Documentation License, version 1.2</a>; with no Invariant Sections,
no Front-Cover Texts and no Back-Cover Texts.
</p>
<p>This document is available in the following formats:
- <a href="http://www.codesynthesis.com/projects/xsd/documentation/cxx/tree/guide/index.xhtml">XHTML</a>,
- <a href="http://www.codesynthesis.com/projects/xsd/documentation/cxx/tree/guide/cxx-tree-guide.pdf">PDF</a>, and
- <a href="http://www.codesynthesis.com/projects/xsd/documentation/cxx/tree/guide/cxx-tree-guide.ps">PostScript</a>.</p>
+ <a href="https://www.codesynthesis.com/projects/xsd/documentation/cxx/tree/guide/index.xhtml">XHTML</a>,
+ <a href="https://www.codesynthesis.com/projects/xsd/documentation/cxx/tree/guide/cxx-tree-guide.pdf">PDF</a>, and
+ <a href="https://www.codesynthesis.com/projects/xsd/documentation/cxx/tree/guide/cxx-tree-guide.ps">PostScript</a>.</p>
</div>
@@ -278,7 +278,7 @@
document is intended for C++ developers and software architects
who are looking for an XML processing solution. For a more in-depth
description of the C++/Tree mapping refer to the
- <a href="http://www.codesynthesis.com/projects/xsd/documentation/cxx/tree/manual/">C++/Tree
+ <a href="https://www.codesynthesis.com/projects/xsd/documentation/cxx/tree/manual/">C++/Tree
Mapping User Manual</a>.</p>
<p>Prior experience with XML and C++ is required to understand this
@@ -293,7 +293,7 @@
information useful:</p>
<ul class="list">
- <li><a href="http://www.codesynthesis.com/projects/xsd/documentation/cxx/tree/manual/">C++/Tree
+ <li><a href="https://www.codesynthesis.com/projects/xsd/documentation/cxx/tree/manual/">C++/Tree
Mapping User Manual</a></li>
<li><a href="http://wiki.codesynthesis.com/Tree/Customization_guide">C++/Tree
@@ -302,7 +302,7 @@
<li><a href="http://wiki.codesynthesis.com/Tree/FAQ">C++/Tree
Mapping Frequently Asked Questions (FAQ)</a></li>
- <li><a href="http://www.codesynthesis.com/projects/xsd/documentation/xsd.xhtml">XSD
+ <li><a href="https://www.codesynthesis.com/projects/xsd/documentation/xsd.xhtml">XSD
Compiler Command Line Manual</a></li>
<li>The <code>examples/cxx/tree/</code> directory in the XSD
@@ -312,9 +312,9 @@
<li>The <code>README</code> file in the XSD distribution explains
how to compile the examples on various platforms.</li>
- <li>The <a href="http://www.codesynthesis.com/mailman/listinfo/xsd-users">xsd-users</a>
+ <li>The <a href="https://www.codesynthesis.com/mailman/listinfo/xsd-users">xsd-users</a>
mailing list is the place to ask technical questions about XSD and the C++/Parser mapping.
- Furthermore, the <a href="http://www.codesynthesis.com/pipermail/xsd-users/">archives</a>
+ Furthermore, the <a href="https://www.codesynthesis.com/pipermail/xsd-users/">archives</a>
may already have answers to some of your questions.</li>
</ul>
@@ -1032,7 +1032,7 @@ hello (std::istream&amp;);
<p>For more detailed information on the <code>--type-naming</code>,
<code>--function-naming</code>, <code>--type-regex</code>, and
other <code>--*-regex</code> options refer to the NAMING
- CONVENTION section in the <a href="http://www.codesynthesis.com/projects/xsd/documentation/xsd.xhtml">XSD
+ CONVENTION section in the <a href="https://www.codesynthesis.com/projects/xsd/documentation/xsd.xhtml">XSD
Compiler Command Line Manual</a>.</p>
<h2><a name="2.7">2.7 Generating Documentation</a></h2>
@@ -1144,7 +1144,7 @@ $ doxygen hello.doxygen
distribution.</p>
<p>You can view the result of the steps described in this section
- on the <a href="http://www.codesynthesis.com/projects/xsd/documentation/cxx/tree/hello/html/annotated.html">Hello
+ on the <a href="https://www.codesynthesis.com/projects/xsd/documentation/cxx/tree/hello/html/annotated.html">Hello
Example Documentation</a> page.</p>
<!-- Chapater 3 -->
@@ -1161,7 +1161,7 @@ $ doxygen hello.doxygen
handling of vocabularies that use XML Schema polymorphism, XML Schema
to C++ namespace mapping, and thread safety. For more ways to configure
the generated code refer to the
- <a href="http://www.codesynthesis.com/projects/xsd/documentation/xsd.xhtml">XSD
+ <a href="https://www.codesynthesis.com/projects/xsd/documentation/xsd.xhtml">XSD
Compiler Command Line Manual</a>.
</p>
@@ -1213,7 +1213,7 @@ $ doxygen hello.doxygen
your schemas with the <code>--generate-polymorphic</code> option
to produce polymorphism-aware code. For more information on
working with polymorphic object models, refer to
- <a href="http://www.codesynthesis.com/projects/xsd/documentation/cxx/tree/manual/#2.11">Section 2.11,
+ <a href="https://www.codesynthesis.com/projects/xsd/documentation/cxx/tree/manual/#2.11">Section 2.11,
"Mapping for <code>xsi:type</code> and Substitution Groups"</a> in
the C++/Tree Mapping User Manual.</p>
@@ -1229,11 +1229,11 @@ $ doxygen hello.doxygen
<p>The default mapping of namespace URIs to C++ namespaces
can be altered using the <code>--namespace-map</code> and
<code>--namespace-regex</code> compiler options. For example,
- to map namespace URI <code>http://www.codesynthesis.com/my</code> to
+ to map namespace URI <code>https://www.codesynthesis.com/my</code> to
C++ namespace <code>cs::my</code>, we can use the following option:</p>
<pre class="terminal">
---namespace-map http://www.codesynthesis.com/my=cs::my
+--namespace-map https://www.codesynthesis.com/my=cs::my
</pre>
<p>A vocabulary without a namespace is mapped to the global scope. This
@@ -1568,7 +1568,7 @@ class people_t
overcome this limitation we can mark certain schema types, for which
content order is not sufficiently preserved, as ordered. For more
information on this functionality refer to
- <a href="http://www.codesynthesis.com/projects/xsd/documentation/cxx/tree/manual/#2.8.4">Section
+ <a href="https://www.codesynthesis.com/projects/xsd/documentation/cxx/tree/manual/#2.8.4">Section
2.8.4, "Element Order"</a> in the C++/Tree Mapping User Manual.</p>
<p>For complex schemas with many levels of nested compositors
@@ -1895,7 +1895,7 @@ ps.push_back (std::move (jane_p)); // assumes ownership
</pre>
<p>For more information on the non-copying modifier functions refer to
- <a href="http://www.codesynthesis.com/projects/xsd/documentation/cxx/tree/manual/#2.8">Section
+ <a href="https://www.codesynthesis.com/projects/xsd/documentation/cxx/tree/manual/#2.8">Section
2.8, "Mapping for Local Elements and Attributes"</a> in the C++/Tree Mapping
User Manual. The above application produces the following output:</p>
@@ -1930,7 +1930,7 @@ ps.push_back (std::move (jane_p)); // assumes ownership
the mapping of built-in XML Schema types to C++ types and how
to work with them. This section provides an overview
of the built-in types. For more detailed information refer
- to <a href="http://www.codesynthesis.com/projects/xsd/documentation/cxx/tree/manual/#2.5">Section
+ to <a href="https://www.codesynthesis.com/projects/xsd/documentation/cxx/tree/manual/#2.5">Section
2.5, "Mapping for Built-in Data Types"</a> in the C++/Tree Mapping
User Manual.</p>
@@ -2232,7 +2232,7 @@ ps.push_back (std::move (jane_p)); // assumes ownership
fundamental or standard C++ types to map to. As a result,
these types are implemented from scratch in the XSD runtime.
For more information on their interfaces refer to
- <a href="http://www.codesynthesis.com/projects/xsd/documentation/cxx/tree/manual/#2.5">Section
+ <a href="https://www.codesynthesis.com/projects/xsd/documentation/cxx/tree/manual/#2.5">Section
2.5, "Mapping for Built-in Data Types"</a> in the C++/Tree Mapping
User Manual.</p>
@@ -2252,14 +2252,14 @@ ps.push_back (std::move (jane_p)); // assumes ownership
to generate types for root elements instead of parsing and serialization
functions. This may be useful if your XML vocabulary has multiple
root elements. For more information on element types refer to
- <a href="http://www.codesynthesis.com/projects/xsd/documentation/cxx/tree/manual/#2.9">Section
+ <a href="https://www.codesynthesis.com/projects/xsd/documentation/cxx/tree/manual/#2.9">Section
2.9, "Mapping for Global Elements"</a> in the C++/Tree Mapping User
Manual.</p>
<p>In this section we will discuss the most commonly used versions of
the parsing functions. For a comprehensive description of parsing
- refer to <a href="http://www.codesynthesis.com/projects/xsd/documentation/cxx/tree/manual/#3">Chapter
+ refer to <a href="https://www.codesynthesis.com/projects/xsd/documentation/cxx/tree/manual/#3">Chapter
3, "Parsing"</a> in the C++/Tree Mapping User Manual. For the <code>people</code>
global element from our person record vocabulary, we will concentrate
on the following three parsing functions:</p>
@@ -2474,7 +2474,7 @@ catch (const xml_schema::exception&amp; e)
error or warning message for each entry. For more information
about this and other exceptions that can be thrown during
parsing, refer to
- <a href="http://www.codesynthesis.com/projects/xsd/documentation/cxx/tree/manual/#3.3">Section
+ <a href="https://www.codesynthesis.com/projects/xsd/documentation/cxx/tree/manual/#3.3">Section
3.3, "Error Handling"</a> in the C++/Tree Mapping
User Manual.</p>
@@ -2536,7 +2536,7 @@ catch (const std::ifstream::failure&amp;)
generate types for root elements instead of parsing and serialization
functions. This may be useful if your XML vocabulary has multiple
root elements. For more information on element types refer to
- <a href="http://www.codesynthesis.com/projects/xsd/documentation/cxx/tree/manual/#2.9">Section
+ <a href="https://www.codesynthesis.com/projects/xsd/documentation/cxx/tree/manual/#2.9">Section
2.9, "Mapping for Global Elements"</a> in the C++/Tree Mapping User
Manual.</p>
@@ -2544,7 +2544,7 @@ catch (const std::ifstream::failure&amp;)
<p>In this section we will discuss the most commonly
used version of serialization functions. For a comprehensive description
of serialization refer to
- <a href="http://www.codesynthesis.com/projects/xsd/documentation/cxx/tree/manual/#4">Chapter
+ <a href="https://www.codesynthesis.com/projects/xsd/documentation/cxx/tree/manual/#4">Chapter
4, "Serialization"</a> in the C++/Tree Mapping User Manual. For the
<code>people</code> global element from our person record vocabulary,
we will concentrate on the following serialization function:</p>
@@ -2679,7 +2679,7 @@ catch (const xml_schema::exception&amp; e)
error or warning message for each entry. For more information
about this and other exceptions that can be thrown during
serialization, refer to
- <a href="http://www.codesynthesis.com/projects/xsd/documentation/cxx/tree/manual/#4.4">Section
+ <a href="https://www.codesynthesis.com/projects/xsd/documentation/cxx/tree/manual/#4.4">Section
4.4, "Error Handling"</a> in the C++/Tree Mapping
User Manual.</p>