From 1a4099b78717b16f632b0e7e0980a27811221e52 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 3 Jul 2014 09:57:09 +0200 Subject: Implement anyType and anySimpleType content representation anyType as a DOM fragment, similar to wildcards. anySimpleType as a text string. --- libxsd/xsd/cxx/tree/elements.txx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'libxsd/xsd/cxx/tree/elements.txx') diff --git a/libxsd/xsd/cxx/tree/elements.txx b/libxsd/xsd/cxx/tree/elements.txx index 7389a86..4a8ca6e 100644 --- a/libxsd/xsd/cxx/tree/elements.txx +++ b/libxsd/xsd/cxx/tree/elements.txx @@ -27,8 +27,8 @@ namespace xsd // simple_type // - template - simple_type:: + template + simple_type:: simple_type (const simple_type& other, flags f, container* c) @@ -36,8 +36,8 @@ namespace xsd { } - template - simple_type* simple_type:: + template + simple_type* simple_type:: _clone (flags f, container* c) const { return new simple_type (*this, f, c); -- cgit v1.1