summaryrefslogtreecommitdiff
path: root/documentation/xsd.xhtml
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-01-22 15:40:12 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-01-22 15:40:12 +0200
commitf60df03e3cedb86508645357e17003eb9281f31a (patch)
treed65c9cd62a6500b7d0f8303caf64797d08f508c0 /documentation/xsd.xhtml
parent55ffb84acf75d3fa475dfe21d053e404eb753e5a (diff)
Add support for detaching subtrees in C++/Tree
New option: --generate-detach. New test: cxx/tree/detach.
Diffstat (limited to 'documentation/xsd.xhtml')
-rw-r--r--documentation/xsd.xhtml7
1 files changed, 7 insertions, 0 deletions
diff --git a/documentation/xsd.xhtml b/documentation/xsd.xhtml
index 46e8c1a..1330509 100644
--- a/documentation/xsd.xhtml
+++ b/documentation/xsd.xhtml
@@ -711,6 +711,13 @@
<dd>Generate constructors that expect an instance of a base type
followed by all required members.</dd>
+ <dt><code><b>--generate-detach</b></code></dt>
+ <dd>Generate detach functions for required elements and attributes
+ (detach functions for optional and sequence cardinalities are
+ provided by the respective containers). These functions, for
+ example, allow you to move sub-trees in the object model either
+ within the same tree or between different trees.</dd>
+
<dt><code><b>--generate-wildcard</b></code></dt>
<dd>Generate accessors and modifiers as well as parsing and serialization
code for XML Schema wildcards (<code><b>any</b></code> and