summaryrefslogtreecommitdiff
path: root/xsd/cxx/tree/elements.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-01-08 14:49:11 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-01-08 14:49:11 +0200
commit3f8c237b1abe02df8147170f2fc037edc3f384db (patch)
tree2531f2fddd4cadaab27cd37eb37ebcac3481acec /xsd/cxx/tree/elements.hxx
parent0153d99ab976ac88f432099ddfe840e15d4f6a8e (diff)
Add support for default/fixed values of QName type
Diffstat (limited to 'xsd/cxx/tree/elements.hxx')
-rw-r--r--xsd/cxx/tree/elements.hxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/xsd/cxx/tree/elements.hxx b/xsd/cxx/tree/elements.hxx
index 563f47c..0af42c9 100644
--- a/xsd/cxx/tree/elements.hxx
+++ b/xsd/cxx/tree/elements.hxx
@@ -150,12 +150,6 @@ namespace CXX
renamed_type (SemanticGraph::Type const&, String& name) const;
public:
- // Return true if this type is-a QName.
- //
- Boolean
- is_qname (SemanticGraph::Type&);
-
- public:
// Performs a number of processing steps, including forcing a new
// line after 80 characters as well as "commentizing" the text by
// adding '* ' after each newline.