Sophie

Sophie

distrib > Fedora > 13 > i386 > by-pkgid > 7dbb97048ebf07a07f14d36d61024b23 > files > 54

wsdlpull-doc-1.23-3.fc13.noarch.rpm

<!-- This comment will put IE 6, 7 and 8 in quirks mode -->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<title>wsdlpull: /builddir/build/BUILD/wsdlpull-1.23/src/schemaparser/SchemaValidator.cpp Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javaScript" src="search/search.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
</head>
<body onload='searchBox.OnSelectItem(0);'>
<!-- Generated by Doxygen 1.6.2-20100208 -->
<script type="text/javascript"><!--
var searchBox = new SearchBox("searchBox", "search",false,'Search');
--></script>
<div class="navigation" id="top">
  <div class="tabs">
    <ul>
      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
      <li><a href="namespaces.html"><span>Namespaces</span></a></li>
      <li><a href="annotated.html"><span>Classes</span></a></li>
      <li class="current"><a href="files.html"><span>Files</span></a></li>
      <li><a href="dirs.html"><span>Directories</span></a></li>
      <li>
        <div id="MSearchBox" class="MSearchBoxInactive">
        <img id="MSearchSelect" src="search/search.png"
             onmouseover="return searchBox.OnSearchSelectShow()"
             onmouseout="return searchBox.OnSearchSelectHide()"
             alt=""/>
        <input type="text" id="MSearchField" value="Search" accesskey="S"
             onfocus="searchBox.OnSearchFieldFocus(true)" 
             onblur="searchBox.OnSearchFieldFocus(false)" 
             onkeyup="searchBox.OnSearchFieldChange(event)"/>
        <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
        </div>
      </li>
    </ul>
  </div>
  <div class="tabs">
    <ul>
      <li><a href="files.html"><span>File&nbsp;List</span></a></li>
      <li><a href="globals.html"><span>File&nbsp;Members</span></a></li>
    </ul>
  </div>
  <div class="navpath"><a class="el" href="dir_02f058d422e7266632662d1436e7c90d.html">src</a>&nbsp;&raquo;&nbsp;<a class="el" href="dir_aa09c601595277e3f572f9f53a7da262.html">schemaparser</a>
  </div>
</div>
<div class="contents">
<h1>SchemaValidator.cpp</h1><a href="SchemaValidator_8cpp.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/* </span>
<a name="l00002"></a>00002 <span class="comment"> * wsdlpull - A C++ parser  for WSDL  (Web services description language)</span>
<a name="l00003"></a>00003 <span class="comment"> * Copyright (C) 2005-2007 Vivek Krishna</span>
<a name="l00004"></a>00004 <span class="comment"> *</span>
<a name="l00005"></a>00005 <span class="comment"> * This library is free software; you can redistribute it and/or</span>
<a name="l00006"></a>00006 <span class="comment"> * modify it under the terms of the GNU Library General Public</span>
<a name="l00007"></a>00007 <span class="comment"> * License as published by the Free Software Foundation; either</span>
<a name="l00008"></a>00008 <span class="comment"> * version 2 of the License, or (at your option) any later version.</span>
<a name="l00009"></a>00009 <span class="comment"> *</span>
<a name="l00010"></a>00010 <span class="comment"> * This library is distributed in the hope that it will be useful,</span>
<a name="l00011"></a>00011 <span class="comment"> * but WITHOUT ANY WARRANTY; without even the implied warranty of</span>
<a name="l00012"></a>00012 <span class="comment"> * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU</span>
<a name="l00013"></a>00013 <span class="comment"> * Library General Public License for more details.</span>
<a name="l00014"></a>00014 <span class="comment"> *</span>
<a name="l00015"></a>00015 <span class="comment"> * You should have received a copy of the GNU Library General Public</span>
<a name="l00016"></a>00016 <span class="comment"> * License along with this library; if not, write to the Free</span>
<a name="l00017"></a>00017 <span class="comment"> * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.</span>
<a name="l00018"></a>00018 <span class="comment"> *</span>
<a name="l00019"></a>00019 <span class="comment"> *</span>
<a name="l00020"></a>00020 <span class="comment"> */</span>
<a name="l00021"></a>00021 <span class="preprocessor">#include &lt;sstream&gt;</span>
<a name="l00022"></a>00022 <span class="preprocessor">#include &quot;<a class="code" href="SchemaValidator_8h.html">schemaparser/SchemaValidator.h</a>&quot;</span>
<a name="l00023"></a>00023 <span class="keyword">using namespace </span>std;
<a name="l00024"></a>00024 
<a name="l00025"></a>00025 <span class="keyword">namespace </span>Schema {
<a name="l00026"></a>00026 <span class="comment">/*</span>
<a name="l00027"></a>00027 <span class="comment">  This class validates an incoming Xml instance against a given type</span>
<a name="l00028"></a>00028 <span class="comment">  whose schema has been processed by a given SchemaParser instance</span>
<a name="l00029"></a>00029 <span class="comment"></span>
<a name="l00030"></a>00030 <span class="comment">*/</span>
<a name="l00031"></a><a class="code" href="classSchema_1_1SchemaValidator.html#a351be7b6a1c107774c53669135cfbc23">00031</a> <a class="code" href="classSchema_1_1SchemaValidator.html#a351be7b6a1c107774c53669135cfbc23">SchemaValidator::SchemaValidator</a>(<span class="keyword">const</span> <a class="code" href="classSchema_1_1SchemaParser.html">SchemaParser</a> * sp,
<a name="l00032"></a>00032                                  std::ostream&amp; os)
<a name="l00033"></a>00033   :ostr_(os),
<a name="l00034"></a>00034    sParser_(sp)
<a name="l00035"></a>00035 {
<a name="l00036"></a>00036 
<a name="l00037"></a>00037   
<a name="l00038"></a>00038 }
<a name="l00039"></a>00039 
<a name="l00040"></a><a class="code" href="classSchema_1_1SchemaValidator.html#adbc11cc54abc875166d2037fba8d5983">00040</a> <a class="code" href="classSchema_1_1SchemaValidator.html#adbc11cc54abc875166d2037fba8d5983">SchemaValidator::~SchemaValidator</a>()
<a name="l00041"></a>00041 {
<a name="l00042"></a>00042 }
<a name="l00043"></a>00043 
<a name="l00044"></a>00044 
<a name="l00045"></a>00045 <span class="comment">/*</span>
<a name="l00046"></a>00046 <span class="comment">  Main entry method for validation</span>
<a name="l00047"></a>00047 <span class="comment">  Inputs</span>
<a name="l00048"></a>00048 <span class="comment">  1. XmlStream ,xpp.getName() muct return the name of the  type</span>
<a name="l00049"></a>00049 <span class="comment">  which must be validated</span>
<a name="l00050"></a>00050 <span class="comment">  2. typeId of the type against which this stream must be</span>
<a name="l00051"></a>00051 <span class="comment">  validated against</span>
<a name="l00052"></a>00052 <span class="comment">  3.An Input type container  (default  0)</span>
<a name="l00053"></a>00053 <span class="comment">*/</span>
<a name="l00054"></a>00054 <a class="code" href="classSchema_1_1TypeContainer.html">TypeContainer</a> *
<a name="l00055"></a><a class="code" href="classSchema_1_1SchemaValidator.html#a408b10148dfbcc921dabf7893e11ae36">00055</a> <a class="code" href="classSchema_1_1SchemaValidator.html#a408b10148dfbcc921dabf7893e11ae36">SchemaValidator::validate</a>(<a class="code" href="classXmlPullParser.html">XmlPullParser</a> * xpp, 
<a name="l00056"></a>00056                           <span class="keywordtype">int</span> typeId,
<a name="l00057"></a>00057                           <a class="code" href="classSchema_1_1TypeContainer.html">TypeContainer</a> * ipTc)
<a name="l00058"></a>00058 {
<a name="l00059"></a>00059   <a class="code" href="classSchema_1_1TypeContainer.html">TypeContainer</a> *t=0;
<a name="l00060"></a>00060 
<a name="l00061"></a>00061   <span class="keywordflow">try</span>{  
<a name="l00062"></a>00062     <span class="keywordtype">string</span> elemName = xpp-&gt;<a class="code" href="classXmlPullParser.html#a861f8c8b5b08ab96fb7c33756f7cc94d">getName</a>();
<a name="l00063"></a>00063     <span class="keyword">const</span> <a class="code" href="classSchema_1_1SchemaParser.html">SchemaParser</a> * s1Parser = sParser_;
<a name="l00064"></a>00064     <span class="keywordtype">int</span> typeId1= typeId;
<a name="l00065"></a>00065 
<a name="l00066"></a>00066     <span class="keywordflow">if</span> (!ipTc)
<a name="l00067"></a>00067       t = <span class="keyword">new</span> <a class="code" href="classSchema_1_1TypeContainer.html">TypeContainer</a>(typeId, sParser_);
<a name="l00068"></a>00068     <span class="keywordflow">else</span>
<a name="l00069"></a>00069       t = ipTc;
<a name="l00070"></a>00070 
<a name="l00071"></a>00071 
<a name="l00072"></a>00072 
<a name="l00073"></a>00073     <span class="keywordflow">if</span> (t-&gt;<a class="code" href="classSchema_1_1TypeContainer.html#a4cea64b5f7008d5af44d150d66d5b50a">getTypeId</a>() != typeId)
<a name="l00074"></a>00074       error(<span class="stringliteral">&quot;Fatal error ,container&#39;s type is not same as the validated type&quot;</span>,xpp);
<a name="l00075"></a>00075 
<a name="l00076"></a>00076     <span class="comment">// a schema definition inside an instance</span>
<a name="l00077"></a>00077     <span class="keywordflow">if</span> (typeId == <a class="code" href="namespaceSchema.html#acbe1398d097409fb3c2f948fa876711da80431102c2c828dc1842e7f9a4ef62c1">Schema::XSD_SCHEMA</a>){
<a name="l00078"></a>00078       
<a name="l00079"></a>00079       <a class="code" href="classSchema_1_1SchemaParser.html">SchemaParser</a> * ssParser_ = <span class="keyword">new</span> <a class="code" href="classSchema_1_1SchemaParser.html">SchemaParser</a>(xpp);
<a name="l00080"></a>00080       <span class="keywordflow">if</span> (!ssParser_-&gt;<a class="code" href="classSchema_1_1SchemaParser.html#a6f1dddf50bcb4dec24df5334971400c0">parseSchemaTag</a>()){
<a name="l00081"></a>00081 
<a name="l00082"></a>00082         <span class="keyword">delete</span> ssParser_;
<a name="l00083"></a>00083         <span class="keywordflow">return</span> 0;
<a name="l00084"></a>00084       }
<a name="l00085"></a>00085       <span class="keyword">delete</span> ssParser_;
<a name="l00086"></a>00086       <span class="keywordflow">return</span> t;
<a name="l00087"></a>00087     }
<a name="l00088"></a>00088 
<a name="l00089"></a>00089     <span class="comment">//ignore ANY</span>
<a name="l00090"></a>00090     <span class="keywordflow">if</span> (typeId == <a class="code" href="namespaceSchema.html#acbe1398d097409fb3c2f948fa876711daf98e1b46502181ba445f7331b6b38de3">Schema::XSD_ANY</a>){
<a name="l00091"></a>00091       
<a name="l00092"></a>00092       xpp-&gt;<a class="code" href="classXmlPullParser.html#af98af0a7750bd4460a30e5b7765ce5e7">skipSubTree</a>();
<a name="l00093"></a>00093       <span class="keywordflow">return</span> t;
<a name="l00094"></a>00094     }
<a name="l00095"></a>00095 
<a name="l00096"></a>00096     <span class="comment">// check if this type belongs to the current schema, if not we need to switch contexts</span>
<a name="l00097"></a>00097     <span class="keywordflow">if</span> (!sParser_-&gt;<a class="code" href="classSchema_1_1SchemaParser.html#adea72dec2bf6296659459642d4291b86">isBasicType</a>(typeId)){
<a name="l00098"></a>00098       
<a name="l00099"></a>00099       <span class="keyword">const</span> <a class="code" href="classSchema_1_1XSDType.html">XSDType</a> * pType = sParser_-&gt;<a class="code" href="classSchema_1_1SchemaParser.html#a8f4e9997d8d4d84f37e33e425e3185c1">getType</a>(typeId);
<a name="l00100"></a>00100       
<a name="l00101"></a>00101       <span class="keywordflow">if</span> (sParser_-&gt;<a class="code" href="classSchema_1_1SchemaParser.html#a17245eefe108e357a5ded372a5edcb07">isImported</a>(pType-&gt;<a class="code" href="classSchema_1_1XSDType.html#a0f61cf178c30a0afd00ef29ba82bcc98">getNamespace</a>())) {
<a name="l00102"></a>00102         
<a name="l00103"></a>00103         sParser_ = sParser_-&gt;<a class="code" href="classSchema_1_1SchemaParser.html#a07fe7c99618de89ad703a9a7872f68e6">getImportedSchemaParser</a>(pType-&gt;<a class="code" href="classSchema_1_1XSDType.html#a0f61cf178c30a0afd00ef29ba82bcc98">getNamespace</a>());
<a name="l00104"></a>00104         typeId = <span class="keyword">const_cast&lt;</span><a class="code" href="classSchema_1_1SchemaParser.html">SchemaParser</a>*<span class="keyword">&gt;</span>(sParser_)-&gt;getTypeId(pType-&gt;<a class="code" href="classSchema_1_1XSDType.html#a1507aa11786107ff84ef88f16584af22">getQname</a>());
<a name="l00105"></a>00105         
<a name="l00106"></a>00106         t-&gt;sParser_ = sParser_;
<a name="l00107"></a>00107         t-&gt;typeId_ = (<a class="code" href="namespaceSchema.html#acbe1398d097409fb3c2f948fa876711d">Schema::Type</a>)typeId;
<a name="l00108"></a>00108 
<a name="l00109"></a>00109       }
<a name="l00110"></a>00110     }
<a name="l00111"></a>00111 
<a name="l00112"></a>00112     
<a name="l00113"></a>00113     <span class="keywordflow">if</span> (sParser_-&gt;<a class="code" href="classSchema_1_1SchemaParser.html#a8f4e9997d8d4d84f37e33e425e3185c1">getType</a>(typeId) == 0
<a name="l00114"></a>00114         || sParser_-&gt;<a class="code" href="classSchema_1_1SchemaParser.html#a8f4e9997d8d4d84f37e33e425e3185c1">getType</a>(typeId)-&gt;<a class="code" href="classSchema_1_1XSDType.html#a6f87708ce2ba5f5ec7a7b3f5e7e0007b">isSimple</a>()) {
<a name="l00115"></a>00115 
<a name="l00116"></a>00116       <span class="comment">//simple type validation</span>
<a name="l00117"></a>00117       <span class="keywordtype">string</span> val;
<a name="l00118"></a>00118       xpp-&gt;<a class="code" href="classXmlPullParser.html#a74c8bdd7edc2f341a8ed4eb8fed7c950">nextToken</a>();
<a name="l00119"></a>00119       <span class="keywordflow">if</span> (xpp-&gt;<a class="code" href="classXmlPullParser.html#a707466b0d0f10ead2266a750ad84278f">getEventType</a>() == <a class="code" href="classXmlPullParser.html#ad5db81dea47b59d1aab8e24ca78baf45a28fe6e9574a4acff8df907ecb51c1b7d">XmlPullParser::TEXT</a> ||
<a name="l00120"></a>00120           xpp-&gt;<a class="code" href="classXmlPullParser.html#a707466b0d0f10ead2266a750ad84278f">getEventType</a>() == <a class="code" href="classXmlPullParser.html#ad5db81dea47b59d1aab8e24ca78baf45af467c480ce0e4e3974ed145264b7e56c">XmlPullParser::ENTITY_REF</a>){
<a name="l00121"></a>00121 
<a name="l00122"></a>00122         val = xpp-&gt;<a class="code" href="classXmlPullParser.html#accc6edbb7f8944ce801d3170a06da404">getText</a>();
<a name="l00123"></a>00123 
<a name="l00124"></a>00124         xpp-&gt;<a class="code" href="classXmlPullParser.html#a74c8bdd7edc2f341a8ed4eb8fed7c950">nextToken</a>();
<a name="l00125"></a>00125         <span class="keywordflow">while</span> (xpp-&gt;<a class="code" href="classXmlPullParser.html#a707466b0d0f10ead2266a750ad84278f">getEventType</a>() == <a class="code" href="classXmlPullParser.html#ad5db81dea47b59d1aab8e24ca78baf45af467c480ce0e4e3974ed145264b7e56c">XmlPullParser::ENTITY_REF</a> ||
<a name="l00126"></a>00126                xpp-&gt;<a class="code" href="classXmlPullParser.html#a707466b0d0f10ead2266a750ad84278f">getEventType</a>() == <a class="code" href="classXmlPullParser.html#ad5db81dea47b59d1aab8e24ca78baf45a28fe6e9574a4acff8df907ecb51c1b7d">XmlPullParser::TEXT</a>){
<a name="l00127"></a>00127 
<a name="l00128"></a>00128           val += xpp-&gt;<a class="code" href="classXmlPullParser.html#accc6edbb7f8944ce801d3170a06da404">getText</a>();
<a name="l00129"></a>00129           xpp-&gt;<a class="code" href="classXmlPullParser.html#a74c8bdd7edc2f341a8ed4eb8fed7c950">nextToken</a>();
<a name="l00130"></a>00130             
<a name="l00131"></a>00131         }
<a name="l00132"></a>00132         <a class="code" href="classSchema_1_1SchemaValidator.html#a408b10148dfbcc921dabf7893e11ae36">validate</a>(val, typeId, t,xpp);
<a name="l00133"></a>00133       }
<a name="l00134"></a>00134       <span class="keywordflow">else</span>{
<a name="l00135"></a>00135         <span class="comment">//text was probably empty,nevertheless create  a type container </span>
<a name="l00136"></a>00136         <a class="code" href="classSchema_1_1SchemaValidator.html#a408b10148dfbcc921dabf7893e11ae36">validate</a>(val, typeId, t, xpp);
<a name="l00137"></a>00137       }
<a name="l00138"></a>00138       <span class="keywordflow">if</span> (xpp-&gt;<a class="code" href="classXmlPullParser.html#a707466b0d0f10ead2266a750ad84278f">getEventType</a>() == <a class="code" href="classXmlPullParser.html#ad5db81dea47b59d1aab8e24ca78baf45a01175879185048fcb8f34df520b2bfdb">XmlPullParser::END_TAG</a>)
<a name="l00139"></a>00139         {
<a name="l00140"></a>00140           <span class="keywordflow">if</span> (xpp-&gt;<a class="code" href="classXmlPullParser.html#a861f8c8b5b08ab96fb7c33756f7cc94d">getName</a>() != elemName)
<a name="l00141"></a>00141             error(<span class="stringliteral">&quot;Syntax error &quot;</span>+elemName,xpp);
<a name="l00142"></a>00142         }
<a name="l00143"></a>00143       <span class="keywordflow">else</span>
<a name="l00144"></a>00144         error(<span class="stringliteral">&quot;Expected a closing tag for &quot;</span> + elemName,xpp);
<a name="l00145"></a>00145     }
<a name="l00146"></a>00146     <span class="keywordflow">else</span> {
<a name="l00147"></a>00147 
<a name="l00148"></a>00148       <span class="comment">/*</span>
<a name="l00149"></a>00149 <span class="comment">        Perform Validation of Complex types</span>
<a name="l00150"></a>00150 <span class="comment">        Check for</span>
<a name="l00151"></a>00151 <span class="comment">        1.Is the tag name correct (this has to be right !!)</span>
<a name="l00152"></a>00152 <span class="comment">        2.Attributes ,if any should be valid</span>
<a name="l00153"></a>00153 <span class="comment">        3.Are there any mandatory (#required) attributes</span>
<a name="l00154"></a>00154 <span class="comment">        4. Validate its content model </span>
<a name="l00155"></a>00155 <span class="comment">        6.Return the type container which has the</span>
<a name="l00156"></a>00156 <span class="comment">        correctly filled in values</span>
<a name="l00157"></a>00157 <span class="comment"></span>
<a name="l00158"></a>00158 <span class="comment">      */</span>
<a name="l00159"></a>00159       <span class="keyword">const</span> <a class="code" href="classSchema_1_1ComplexType.html">ComplexType</a> *ct =
<a name="l00160"></a>00160         <span class="keyword">static_cast&lt;</span><span class="keyword">const </span><a class="code" href="classSchema_1_1ComplexType.html">ComplexType</a> *<span class="keyword">&gt;</span>(sParser_-&gt;<a class="code" href="classSchema_1_1SchemaParser.html#a8f4e9997d8d4d84f37e33e425e3185c1">getType</a>(typeId));
<a name="l00161"></a>00161         
<a name="l00162"></a>00162       <span class="keyword">const</span> <a class="code" href="classSchema_1_1ComplexType.html">ComplexType</a> * bt = 0;
<a name="l00163"></a>00163       <a class="code" href="classSchema_1_1TypeContainer.html">TypeContainer</a> * btCnt = 0;
<a name="l00164"></a>00164       <span class="keywordflow">if</span> (ct-&gt;<a class="code" href="classSchema_1_1XSDType.html#ae423450dc2aaf5c60070b56340b48e2e">getBaseTypeId</a>()!=<a class="code" href="namespaceSchema.html#acbe1398d097409fb3c2f948fa876711da36f13e661b35c242dcdbab96af0696c8">Schema::XSD_ANYTYPE</a>) {
<a name="l00165"></a>00165 
<a name="l00166"></a>00166         bt = <span class="keyword">static_cast&lt;</span><span class="keyword">const </span><a class="code" href="classSchema_1_1ComplexType.html">ComplexType</a>*<span class="keyword">&gt;</span>
<a name="l00167"></a>00167           (sParser_-&gt;<a class="code" href="classSchema_1_1SchemaParser.html#a8f4e9997d8d4d84f37e33e425e3185c1">getType</a>(ct-&gt;<a class="code" href="classSchema_1_1XSDType.html#ae423450dc2aaf5c60070b56340b48e2e">getBaseTypeId</a>()));
<a name="l00168"></a>00168         btCnt = t-&gt;<a class="code" href="classSchema_1_1TypeContainer.html#a203247a0f9eb9760904755a4826c4445">getBaseTypeContainer</a>(<span class="keyword">true</span>);
<a name="l00169"></a>00169       }
<a name="l00170"></a>00170         
<a name="l00171"></a>00171       <span class="keywordtype">int</span> attcnt = xpp-&gt;<a class="code" href="classXmlPullParser.html#afa91180fecdf4078ad07884f481eed86">getAttributeCount</a>();
<a name="l00172"></a>00172         
<a name="l00173"></a>00173       <span class="keywordflow">for</span> (<span class="keywordtype">int</span> i = 0; i &lt; attcnt; i++) {
<a name="l00174"></a>00174           
<a name="l00175"></a>00175         std::string attName = xpp-&gt;<a class="code" href="classXmlPullParser.html#aeae0b53785bfb92acaa86b9bf11a29de">getAttributeName</a>(i);
<a name="l00176"></a>00176         std::string attVal = xpp-&gt;<a class="code" href="classXmlPullParser.html#abcadde67a15be58a4eac0b4592b2e645">getAttributeValue</a>(<span class="stringliteral">&quot;&quot;</span>, attName);
<a name="l00177"></a>00177         std::string attNsp = xpp-&gt;<a class="code" href="classXmlPullParser.html#adc0e22132b843b7a34452a8bacb56efb">getAttributeNamespace</a>(i);
<a name="l00178"></a>00178         <span class="keywordflow">if</span> (!attNsp.empty() &amp;&amp; attNsp != sParser_-&gt;<a class="code" href="classSchema_1_1SchemaParser.html#a64e1a1534e45266a717fd1c52cbb337c">getNamespace</a>())
<a name="l00179"></a>00179           <span class="keywordflow">continue</span>;
<a name="l00180"></a>00180 
<a name="l00181"></a>00181         <span class="keyword">const</span> <a class="code" href="classSchema_1_1Attribute.html">Attribute</a>*at = 0;
<a name="l00182"></a>00182         <a class="code" href="classSchema_1_1TypeContainer.html">TypeContainer</a> *atCnt = 0;
<a name="l00183"></a>00183         at = ct-&gt;<a class="code" href="classSchema_1_1ComplexType.html#a434a6364bf3b9107e4a0a7e697c0e0b3">getAttribute</a>(attName);
<a name="l00184"></a>00184 
<a name="l00185"></a>00185         <span class="keywordflow">if</span> (!at &amp;&amp; bt){
<a name="l00186"></a>00186           at  = bt-&gt;<a class="code" href="classSchema_1_1ComplexType.html#a434a6364bf3b9107e4a0a7e697c0e0b3">getAttribute</a>(attName);
<a name="l00187"></a>00187           <span class="keywordflow">if</span> (at)
<a name="l00188"></a>00188             atCnt = btCnt-&gt;<a class="code" href="classSchema_1_1TypeContainer.html#a2795e649d1a0c7be359447d0281a6288">getAttributeContainer</a>(attName, <span class="keyword">true</span>);
<a name="l00189"></a>00189         }
<a name="l00190"></a>00190         <span class="keywordflow">else</span>{
<a name="l00191"></a>00191           atCnt = t-&gt;<a class="code" href="classSchema_1_1TypeContainer.html#a2795e649d1a0c7be359447d0281a6288">getAttributeContainer</a>(attName, <span class="keyword">true</span>);
<a name="l00192"></a>00192         }
<a name="l00193"></a>00193 
<a name="l00194"></a>00194         <span class="keywordflow">if</span> (!at)
<a name="l00195"></a>00195           error(<span class="stringliteral">&quot;Unknown attribute \&quot;&quot;</span> + attName +  <span class="stringliteral">&quot;\&quot;&quot;</span>,xpp);
<a name="l00196"></a>00196 
<a name="l00197"></a>00197         <a class="code" href="classSchema_1_1SchemaValidator.html#a408b10148dfbcc921dabf7893e11ae36">validate</a>(attVal, at-&gt;<a class="code" href="classSchema_1_1Attribute.html#a1eb8f589aa98a2d5aed3614ef79b9c65">getType</a>(), atCnt, xpp);
<a name="l00198"></a>00198       }
<a name="l00199"></a>00199         
<a name="l00200"></a>00200       <span class="comment">//see if some required attributes are missing</span>
<a name="l00201"></a>00201       checkAttributeOccurence(ct,xpp);
<a name="l00202"></a>00202       <span class="keywordflow">if</span> (bt)
<a name="l00203"></a>00203         checkAttributeOccurence(bt,xpp);
<a name="l00204"></a>00204 
<a name="l00205"></a>00205 
<a name="l00206"></a>00206       <span class="keywordflow">if</span> (ct-&gt;<a class="code" href="classSchema_1_1XSDType.html#a4e1831007feec63c1a279cf16415e987">getContentModel</a>() == <a class="code" href="namespaceSchema.html#a84b8523395bb986be4b87ff834308103ac32a5decc6e36a85f67c84470f71967f">Schema::Simple</a>)
<a name="l00207"></a>00207         {
<a name="l00208"></a>00208           <span class="comment">//complex types with a simple content model</span>
<a name="l00209"></a>00209 
<a name="l00210"></a>00210           <span class="keywordtype">string</span> val;
<a name="l00211"></a>00211           xpp-&gt;<a class="code" href="classXmlPullParser.html#a74c8bdd7edc2f341a8ed4eb8fed7c950">nextToken</a>();
<a name="l00212"></a>00212           <span class="keywordflow">if</span> (xpp-&gt;<a class="code" href="classXmlPullParser.html#a707466b0d0f10ead2266a750ad84278f">getEventType</a>() == xpp-&gt;<a class="code" href="classXmlPullParser.html#ad5db81dea47b59d1aab8e24ca78baf45a28fe6e9574a4acff8df907ecb51c1b7d">TEXT</a>){
<a name="l00213"></a>00213             val = xpp-&gt;<a class="code" href="classXmlPullParser.html#accc6edbb7f8944ce801d3170a06da404">getText</a>();
<a name="l00214"></a>00214             <a class="code" href="classSchema_1_1SchemaValidator.html#a408b10148dfbcc921dabf7893e11ae36">validate</a>(val, ct-&gt;<a class="code" href="classSchema_1_1ComplexType.html#a436ce9ff7dae1815505bf179306b0938">getContentType</a>(), t, xpp);
<a name="l00215"></a>00215             xpp-&gt;<a class="code" href="classXmlPullParser.html#a12e19fdc259b06078316b861cfaac791">nextTag</a>();
<a name="l00216"></a>00216           }
<a name="l00217"></a>00217           <span class="keywordflow">else</span>{
<a name="l00218"></a>00218             <span class="comment">//text was probably empty,nevertheless create  a type container </span>
<a name="l00219"></a>00219             <a class="code" href="classSchema_1_1SchemaValidator.html#a408b10148dfbcc921dabf7893e11ae36">validate</a>(val, ct-&gt;<a class="code" href="classSchema_1_1ComplexType.html#a436ce9ff7dae1815505bf179306b0938">getContentType</a>(), t, xpp);
<a name="l00220"></a>00220           }
<a name="l00221"></a>00221 
<a name="l00222"></a>00222           <span class="keywordflow">if</span> (xpp-&gt;<a class="code" href="classXmlPullParser.html#a707466b0d0f10ead2266a750ad84278f">getEventType</a>() == <a class="code" href="classXmlPullParser.html#ad5db81dea47b59d1aab8e24ca78baf45a01175879185048fcb8f34df520b2bfdb">XmlPullParser::END_TAG</a>)
<a name="l00223"></a>00223             {
<a name="l00224"></a>00224               <span class="keywordflow">if</span> (xpp-&gt;<a class="code" href="classXmlPullParser.html#a861f8c8b5b08ab96fb7c33756f7cc94d">getName</a>() != elemName)
<a name="l00225"></a>00225                 error(<span class="stringliteral">&quot;Syntax error&quot;</span>,xpp);
<a name="l00226"></a>00226             }
<a name="l00227"></a>00227           <span class="keywordflow">else</span>
<a name="l00228"></a>00228             error(<span class="stringliteral">&quot;Expected a closing tag for &quot;</span> + elemName,xpp);
<a name="l00229"></a>00229         }
<a name="l00230"></a>00230       <span class="keywordflow">else</span> <span class="keywordflow">if</span> (ct-&gt;<a class="code" href="classSchema_1_1XSDType.html#a4e1831007feec63c1a279cf16415e987">getContentModel</a>() == <a class="code" href="namespaceSchema.html#a84b8523395bb986be4b87ff834308103afd82bbac2e953f816f3ea3462f08929b">Schema::Complex</a>){
<a name="l00231"></a>00231         <span class="comment">//a complex type with complex content model</span>
<a name="l00232"></a>00232         <a class="code" href="classSchema_1_1ContentModel.html">ContentModel</a>* cm=ct-&gt;<a class="code" href="classSchema_1_1ComplexType.html#a1a76250fcf51c807803c1fb929fdf628">getContents</a>();
<a name="l00233"></a>00233         <a class="code" href="classSchema_1_1ContentModel.html">ContentModel</a> * bCm = 0;
<a name="l00234"></a>00234         <span class="keywordflow">if</span> (bt)
<a name="l00235"></a>00235           bCm = bt -&gt;<a class="code" href="classSchema_1_1ComplexType.html#a1a76250fcf51c807803c1fb929fdf628">getContents</a>();
<a name="l00236"></a>00236         <span class="keywordflow">if</span>(cm)
<a name="l00237"></a>00237           validateContentModel(xpp,
<a name="l00238"></a>00238                                cm,
<a name="l00239"></a>00239                                t-&gt;<a class="code" href="classSchema_1_1TypeContainer.html#a11f8e88656fed7cb1549dd962042301e">getChildContainer</a>(cm,<span class="keyword">true</span>),
<a name="l00240"></a>00240                                elemName,
<a name="l00241"></a>00241                                <span class="keyword">false</span>,
<a name="l00242"></a>00242                                btCnt);
<a name="l00243"></a>00243         <span class="keywordflow">else</span> <span class="keywordflow">if</span> (bCm)
<a name="l00244"></a>00244           validateContentModel(xpp,
<a name="l00245"></a>00245                                bCm,
<a name="l00246"></a>00246                                btCnt-&gt;<a class="code" href="classSchema_1_1TypeContainer.html#a11f8e88656fed7cb1549dd962042301e">getChildContainer</a>(bCm,<span class="keyword">true</span>),
<a name="l00247"></a>00247                                elemName);
<a name="l00248"></a>00248         <span class="keywordflow">else</span>
<a name="l00249"></a>00249           xpp-&gt;<a class="code" href="classXmlPullParser.html#a12e19fdc259b06078316b861cfaac791">nextTag</a>();
<a name="l00250"></a>00250       }
<a name="l00251"></a>00251       <span class="keywordflow">else</span>{
<a name="l00252"></a>00252         <span class="comment">// a complex type with mixed content model.no support yet</span>
<a name="l00253"></a>00253       }
<a name="l00254"></a>00254     }
<a name="l00255"></a>00255     typeId = typeId1;
<a name="l00256"></a>00256     sParser_ = s1Parser;
<a name="l00257"></a>00257     <span class="keywordflow">return</span> t;
<a name="l00258"></a>00258     
<a name="l00259"></a>00259   }<span class="keywordflow">catch</span> (<a class="code" href="classSchema_1_1SchemaParserException.html">SchemaParserException</a> spe){
<a name="l00260"></a>00260    
<a name="l00261"></a>00261     <span class="keywordflow">if</span> (!ipTc &amp;&amp; t) <span class="keyword">delete</span> t;
<a name="l00262"></a>00262     
<a name="l00263"></a>00263     <span class="keywordflow">if</span>(xpp){
<a name="l00264"></a>00264     
<a name="l00265"></a>00265       spe.<a class="code" href="classSchema_1_1SchemaParserException.html#a962a143b653375a0149bfcd2e373d7e7">line</a>=xpp-&gt;<a class="code" href="classXmlPullParser.html#a85f448552915586aa04c44a7d16e8e48">getLineNumber</a>();
<a name="l00266"></a>00266       spe.<a class="code" href="classSchema_1_1SchemaParserException.html#acba399209c103bd6fda937a6e0e4dff8">col</a>=xpp-&gt;<a class="code" href="classXmlPullParser.html#a81379b1abbe24acb76739836c51563b1">getColumnNumber</a>();    
<a name="l00267"></a>00267       <span class="keywordflow">throw</span> spe;
<a name="l00268"></a>00268     }
<a name="l00269"></a>00269   }
<a name="l00270"></a>00270   <span class="keywordflow">return</span> 0;
<a name="l00271"></a>00271 }
<a name="l00272"></a>00272 
<a name="l00273"></a>00273 <a class="code" href="classSchema_1_1TypeContainer.html">TypeContainer</a>*
<a name="l00274"></a>00274 SchemaValidator::validateContentModel(<a class="code" href="classXmlPullParser.html">XmlPullParser</a> * xpp, 
<a name="l00275"></a>00275                                       <a class="code" href="classSchema_1_1ContentModel.html">ContentModel</a>* cm,
<a name="l00276"></a>00276                                       <a class="code" href="classSchema_1_1TypeContainer.html">TypeContainer</a> * ipTc,
<a name="l00277"></a>00277                                       <span class="keyword">const</span> <span class="keywordtype">string</span> &amp; elemName,
<a name="l00278"></a>00278                                       <span class="keywordtype">bool</span> nested,
<a name="l00279"></a>00279                                       <a class="code" href="classSchema_1_1TypeContainer.html">TypeContainer</a> * btCnt)
<a name="l00280"></a>00280 {
<a name="l00281"></a>00281   <a class="code" href="classSchema_1_1ContentModel.html#aa9cf695e363a4535c0ccc41870aeaada">ContentModel::ContentsIterator</a> cit_b=cm-&gt;<a class="code" href="classSchema_1_1ContentModel.html#a1166eb4700e09a650a5f9cc61f3f3e78">begin</a>();
<a name="l00282"></a>00282   <a class="code" href="classSchema_1_1ContentModel.html#aa9cf695e363a4535c0ccc41870aeaada">ContentModel::ContentsIterator</a> cit_e=cm-&gt;<a class="code" href="classSchema_1_1ContentModel.html#a5803621eed500493c49a3aa8d40fb0da">end</a>();
<a name="l00283"></a>00283   <a class="code" href="classSchema_1_1ContentModel.html#aa9cf695e363a4535c0ccc41870aeaada">ContentModel::ContentsIterator</a> ci=cit_e;
<a name="l00284"></a>00284 
<a name="l00285"></a>00285   <a class="code" href="classSchema_1_1ContentModel.html#aa9cf695e363a4535c0ccc41870aeaada">ContentModel::ContentsIterator</a> bci;<span class="comment">//base content model iterator</span>
<a name="l00286"></a>00286   <a class="code" href="classSchema_1_1ContentModel.html">ContentModel</a> * bCm=0;
<a name="l00287"></a>00287 
<a name="l00288"></a>00288   
<a name="l00289"></a>00289   <span class="keywordflow">for</span> (ci=cit_b;ci!=cit_e;ci++){
<a name="l00290"></a>00290     <span class="keywordflow">if</span>(ci-&gt;second==<a class="code" href="classSchema_1_1ContentModel.html#aedaa0c76908d1e71d9f9a265e6be7999a5d69e35d405e0b487cfb5e6dbdd607e8">ContentModel::Particle</a>)
<a name="l00291"></a>00291       ci-&gt;first.e-&gt;nOccurrences=0;
<a name="l00292"></a>00292   }
<a name="l00293"></a>00293   ci=cit_b;
<a name="l00294"></a>00294 
<a name="l00295"></a>00295   <span class="keywordflow">if</span> (btCnt) {
<a name="l00296"></a>00296     <span class="keywordtype">int</span> t = btCnt-&gt;<a class="code" href="classSchema_1_1TypeContainer.html#a4cea64b5f7008d5af44d150d66d5b50a">getTypeId</a>();
<a name="l00297"></a>00297     <span class="keyword">const</span> ComplexType* ct = <span class="keyword">static_cast&lt;</span><span class="keyword">const </span>ComplexType*<span class="keyword">&gt;</span>(btCnt-&gt;<a class="code" href="classSchema_1_1TypeContainer.html#a25669e4f46867cc7235e0b199ca56401">schemaParser</a>()-&gt;getType(t));
<a name="l00298"></a>00298     bCm = ct-&gt;getContents();
<a name="l00299"></a>00299     bci =bCm-&gt;<a class="code" href="classSchema_1_1ContentModel.html#a1166eb4700e09a650a5f9cc61f3f3e78">begin</a>();
<a name="l00300"></a>00300   }
<a name="l00301"></a>00301 
<a name="l00302"></a>00302   <span class="keywordflow">switch</span> (cm-&gt;<a class="code" href="classSchema_1_1ContentModel.html#aca4698f198b6b3bdf3aa951ce2e1efb1">getCompositor</a>()) {
<a name="l00303"></a>00303     
<a name="l00304"></a>00304   <span class="keywordflow">case</span> <a class="code" href="namespaceSchema.html#a1adfaf18fd7d826648b3d01d953a434cad72664c314f8671075e550b614c63990">Schema::All</a>:
<a name="l00305"></a>00305     {
<a name="l00306"></a>00306       <span class="keywordflow">do</span>
<a name="l00307"></a>00307         {
<a name="l00308"></a>00308           <span class="keywordflow">if</span> (!nested)
<a name="l00309"></a>00309             xpp-&gt;<a class="code" href="classXmlPullParser.html#a12e19fdc259b06078316b861cfaac791">nextTag</a>();
<a name="l00310"></a>00310           <span class="keywordflow">if</span> (xpp-&gt;<a class="code" href="classXmlPullParser.html#a707466b0d0f10ead2266a750ad84278f">getEventType</a>() == <a class="code" href="classXmlPullParser.html#ad5db81dea47b59d1aab8e24ca78baf45a01175879185048fcb8f34df520b2bfdb">XmlPullParser::END_TAG</a>)
<a name="l00311"></a>00311             {
<a name="l00312"></a>00312               <span class="keywordflow">if</span> (xpp-&gt;<a class="code" href="classXmlPullParser.html#a861f8c8b5b08ab96fb7c33756f7cc94d">getName</a>() == elemName)
<a name="l00313"></a>00313                 <span class="keywordflow">break</span>;
<a name="l00314"></a>00314               <span class="keywordflow">while</span> (xpp-&gt;<a class="code" href="classXmlPullParser.html#a707466b0d0f10ead2266a750ad84278f">getEventType</a>() != <a class="code" href="classXmlPullParser.html#ad5db81dea47b59d1aab8e24ca78baf45a9b3020c88a2935db197d7a72cf36067c">XmlPullParser::START_TAG</a>)
<a name="l00315"></a>00315                 xpp-&gt;<a class="code" href="classXmlPullParser.html#a12e19fdc259b06078316b861cfaac791">nextTag</a>();
<a name="l00316"></a>00316             }
<a name="l00317"></a>00317           <span class="comment">//All cannot have another content model inside like group/choice etc</span>
<a name="l00318"></a>00318  
<a name="l00319"></a>00319           <span class="keywordflow">if</span>(!findElement(cit_b,cit_e,xpp-&gt;<a class="code" href="classXmlPullParser.html#a861f8c8b5b08ab96fb7c33756f7cc94d">getName</a>(),ci))
<a name="l00320"></a>00320             error(<span class="stringliteral">&quot;Could not find element &quot;</span> +xpp-&gt;<a class="code" href="classXmlPullParser.html#a861f8c8b5b08ab96fb7c33756f7cc94d">getName</a>()+<span class="stringliteral">&quot; in &quot;</span>+elemName,xpp);
<a name="l00321"></a>00321           ci-&gt;first.e-&gt;nOccurrences++;
<a name="l00322"></a>00322 
<a name="l00323"></a>00323           <a class="code" href="classSchema_1_1SchemaValidator.html#a408b10148dfbcc921dabf7893e11ae36">validate</a>(xpp, ci-&gt;first.e-&gt;getType(),
<a name="l00324"></a>00324                    ipTc-&gt;<a class="code" href="classSchema_1_1TypeContainer.html#a11f8e88656fed7cb1549dd962042301e">getChildContainer</a>(ci-&gt;first.e-&gt;getName(), <span class="keyword">true</span>));
<a name="l00325"></a>00325           <span class="comment">//ipTc-&gt;getChildContainer(xpp-&gt;getName(), true));</span>
<a name="l00326"></a>00326         }
<a name="l00327"></a>00327       <span class="keywordflow">while</span> (<span class="keyword">true</span>);
<a name="l00328"></a>00328 
<a name="l00329"></a>00329       <span class="comment">/*</span>
<a name="l00330"></a>00330 <span class="comment">        check for occurrence constraints</span>
<a name="l00331"></a>00331 <span class="comment">      */</span>
<a name="l00332"></a>00332       <span class="keywordflow">for</span> (ci=cit_b;ci!=cit_e;ci++){
<a name="l00333"></a>00333         <span class="keywordflow">if</span>(ci-&gt;second==<a class="code" href="classSchema_1_1ContentModel.html#aedaa0c76908d1e71d9f9a265e6be7999a5d69e35d405e0b487cfb5e6dbdd607e8">ContentModel::Particle</a> &amp;&amp; 
<a name="l00334"></a>00334            (ci-&gt;first.e-&gt;nOccurrences&lt;ci-&gt;first.e-&gt;getMin()||
<a name="l00335"></a>00335             ci-&gt;first.e-&gt;nOccurrences&gt;ci-&gt;first.e-&gt;getMax()))
<a name="l00336"></a>00336           error(ci-&gt;first.e-&gt;getName()+<span class="stringliteral">&quot; did not meet occurrence constraints&quot;</span>,xpp);
<a name="l00337"></a>00337       }
<a name="l00338"></a>00338         
<a name="l00339"></a>00339       <span class="keywordflow">break</span>;
<a name="l00340"></a>00340     }
<a name="l00341"></a>00341   <span class="keywordflow">case</span> <a class="code" href="namespaceSchema.html#a1adfaf18fd7d826648b3d01d953a434ca24a2a381feadbd50e8005da5f7dbffca">Schema::Sequence</a>:
<a name="l00342"></a>00342     {
<a name="l00343"></a>00343       <span class="keywordflow">do</span>
<a name="l00344"></a>00344         {
<a name="l00345"></a>00345           <span class="keywordflow">if</span> (!nested)
<a name="l00346"></a>00346             xpp-&gt;<a class="code" href="classXmlPullParser.html#a12e19fdc259b06078316b861cfaac791">nextTag</a>();
<a name="l00347"></a>00347             
<a name="l00348"></a>00348           <span class="keywordflow">if</span>(xpp-&gt;<a class="code" href="classXmlPullParser.html#a707466b0d0f10ead2266a750ad84278f">getEventType</a>() == <a class="code" href="classXmlPullParser.html#ad5db81dea47b59d1aab8e24ca78baf45a01175879185048fcb8f34df520b2bfdb">XmlPullParser::END_TAG</a>){
<a name="l00349"></a>00349 
<a name="l00350"></a>00350             <span class="keywordflow">if</span> (xpp-&gt;<a class="code" href="classXmlPullParser.html#a861f8c8b5b08ab96fb7c33756f7cc94d">getName</a>() == elemName)
<a name="l00351"></a>00351               <span class="keywordflow">break</span>;
<a name="l00352"></a>00352             <span class="keywordflow">if</span>(ci==cit_e)
<a name="l00353"></a>00353               <span class="keywordflow">break</span>;
<a name="l00354"></a>00354 
<a name="l00355"></a>00355             <span class="comment">//position the xml parser to the next element</span>
<a name="l00356"></a>00356             <span class="keywordflow">while</span> ((xpp-&gt;<a class="code" href="classXmlPullParser.html#a707466b0d0f10ead2266a750ad84278f">getEventType</a>() != <a class="code" href="classXmlPullParser.html#ad5db81dea47b59d1aab8e24ca78baf45a9b3020c88a2935db197d7a72cf36067c">XmlPullParser::START_TAG</a>)&amp;&amp;
<a name="l00357"></a>00357                    ((xpp-&gt;<a class="code" href="classXmlPullParser.html#a707466b0d0f10ead2266a750ad84278f">getEventType</a>() != <a class="code" href="classXmlPullParser.html#ad5db81dea47b59d1aab8e24ca78baf45a01175879185048fcb8f34df520b2bfdb">XmlPullParser::END_TAG</a>)||
<a name="l00358"></a>00358                     (xpp-&gt;<a class="code" href="classXmlPullParser.html#a861f8c8b5b08ab96fb7c33756f7cc94d">getName</a>() != elemName)))
<a name="l00359"></a>00359               xpp-&gt;<a class="code" href="classXmlPullParser.html#a12e19fdc259b06078316b861cfaac791">nextTag</a>();
<a name="l00360"></a>00360           }
<a name="l00361"></a>00361           <span class="comment">//loop through all the contents inside</span>
<a name="l00362"></a>00362           <span class="comment">//the child elements in the content model must be in the same</span>
<a name="l00363"></a>00363           <span class="comment">//order as defined in the &lt;sequence&gt; tag of the schema</span>
<a name="l00364"></a>00364 
<a name="l00365"></a>00365           <span class="keywordflow">if</span>(ci-&gt;second==<a class="code" href="classSchema_1_1ContentModel.html#aedaa0c76908d1e71d9f9a265e6be7999a478214665d38e02ede589a1ac2708032">ContentModel::Container</a>){
<a name="l00366"></a>00366             
<a name="l00367"></a>00367             <span class="keywordflow">if</span> ((xpp-&gt;<a class="code" href="classXmlPullParser.html#a707466b0d0f10ead2266a750ad84278f">getEventType</a>() == xpp-&gt;<a class="code" href="classXmlPullParser.html#ad5db81dea47b59d1aab8e24ca78baf45a01175879185048fcb8f34df520b2bfdb">END_TAG</a>)&amp;&amp;
<a name="l00368"></a>00368                 (xpp-&gt;<a class="code" href="classXmlPullParser.html#a861f8c8b5b08ab96fb7c33756f7cc94d">getName</a>() == elemName))
<a name="l00369"></a>00369               <span class="keywordflow">break</span>;
<a name="l00370"></a>00370             <span class="comment">//nested content model</span>
<a name="l00371"></a>00371             validateContentModel(xpp,ci-&gt;first.c,
<a name="l00372"></a>00372                                  ipTc-&gt;<a class="code" href="classSchema_1_1TypeContainer.html#a11f8e88656fed7cb1549dd962042301e">getChildContainer</a>(ci-&gt;first.c,<span class="keyword">true</span>),
<a name="l00373"></a>00373                                  elemName,<span class="keyword">true</span>,btCnt);
<a name="l00374"></a>00374             ci++;
<a name="l00375"></a>00375           }
<a name="l00376"></a>00376           <span class="keywordflow">else</span>{
<a name="l00377"></a>00377 
<a name="l00378"></a>00378            
<a name="l00379"></a>00379             <span class="keywordflow">if</span>(cm-&gt;<a class="code" href="classSchema_1_1ContentModel.html#ab53cf19d4b38e535b2dcbcd1fd55b692">anyContents</a>() || 
<a name="l00380"></a>00380                findElement(ci,cit_e,xpp-&gt;<a class="code" href="classXmlPullParser.html#a861f8c8b5b08ab96fb7c33756f7cc94d">getName</a>(), ci)){
<a name="l00381"></a>00381 
<a name="l00382"></a>00382               ci-&gt;first.e-&gt;nOccurrences++;
<a name="l00383"></a>00383               <a class="code" href="classSchema_1_1SchemaValidator.html#a408b10148dfbcc921dabf7893e11ae36">validate</a>(xpp,ci-&gt;first.e-&gt;getType(),
<a name="l00384"></a>00384                        ipTc-&gt;<a class="code" href="classSchema_1_1TypeContainer.html#a11f8e88656fed7cb1549dd962042301e">getChildContainer</a>(ci-&gt;first.e-&gt;getName(), <span class="keyword">true</span>));
<a name="l00385"></a>00385               
<a name="l00386"></a>00386             }<span class="keywordflow">else</span> <span class="keywordflow">if</span> (bCm &amp;&amp; (bCm-&gt;<a class="code" href="classSchema_1_1ContentModel.html#ab53cf19d4b38e535b2dcbcd1fd55b692">anyContents</a>() ||
<a name="l00387"></a>00387                       findElement(bCm-&gt;<a class="code" href="classSchema_1_1ContentModel.html#a1166eb4700e09a650a5f9cc61f3f3e78">begin</a>(),bCm-&gt;<a class="code" href="classSchema_1_1ContentModel.html#a5803621eed500493c49a3aa8d40fb0da">end</a>(),xpp-&gt;<a class="code" href="classXmlPullParser.html#a861f8c8b5b08ab96fb7c33756f7cc94d">getName</a>(), bci))){
<a name="l00388"></a>00388 
<a name="l00389"></a>00389               TypeContainer * t = btCnt-&gt;<a class="code" href="classSchema_1_1TypeContainer.html#a11f8e88656fed7cb1549dd962042301e">getChildContainer</a>(bCm,<span class="keyword">true</span>);
<a name="l00390"></a>00390               <a class="code" href="classSchema_1_1SchemaValidator.html#a408b10148dfbcc921dabf7893e11ae36">validate</a>(xpp,bci-&gt;first.e-&gt;getType(),t-&gt;getChildContainer(bci-&gt;first.e-&gt;getName(),<span class="keyword">true</span>));
<a name="l00391"></a>00391 
<a name="l00392"></a>00392             } <span class="keywordflow">else</span> {
<a name="l00393"></a>00393 
<a name="l00394"></a>00394               error(<span class="stringliteral">&quot;Could not find element &quot;</span> +xpp-&gt;<a class="code" href="classXmlPullParser.html#a861f8c8b5b08ab96fb7c33756f7cc94d">getName</a>()+<span class="stringliteral">&quot; in &quot;</span>+elemName,xpp);           
<a name="l00395"></a>00395             }
<a name="l00396"></a>00396 
<a name="l00397"></a>00397           }
<a name="l00398"></a>00398         }
<a name="l00399"></a>00399       <span class="keywordflow">while</span> (<span class="keyword">true</span>);
<a name="l00400"></a>00400 
<a name="l00401"></a>00401       <span class="comment">/*</span>
<a name="l00402"></a>00402 <span class="comment">        check for occurrence constraints</span>
<a name="l00403"></a>00403 <span class="comment">      */</span>
<a name="l00404"></a>00404       <span class="keywordflow">for</span> (ci=cit_b;ci!=cit_e;ci++){
<a name="l00405"></a>00405         <span class="keywordflow">if</span>(ci-&gt;second==<a class="code" href="classSchema_1_1ContentModel.html#aedaa0c76908d1e71d9f9a265e6be7999a5d69e35d405e0b487cfb5e6dbdd607e8">ContentModel::Particle</a> &amp;&amp; 
<a name="l00406"></a>00406            (ci-&gt;first.e-&gt;nOccurrences&lt;ci-&gt;first.e-&gt;getMin()||
<a name="l00407"></a>00407             ci-&gt;first.e-&gt;nOccurrences&gt;ci-&gt;first.e-&gt;getMax()))
<a name="l00408"></a>00408           error(ci-&gt;first.e-&gt;getName()+<span class="stringliteral">&quot; did not meet occurrence constraints&quot;</span>,xpp);
<a name="l00409"></a>00409       }
<a name="l00410"></a>00410       <span class="keywordflow">break</span>;
<a name="l00411"></a>00411     }      
<a name="l00412"></a>00412   <span class="keywordflow">case</span> <a class="code" href="namespaceSchema.html#a1adfaf18fd7d826648b3d01d953a434cab1b96c47de244209c2c1ed736cb08869">Schema::Choice</a>:
<a name="l00413"></a>00413     {
<a name="l00414"></a>00414 
<a name="l00415"></a>00415       <span class="keywordflow">if</span> (!nested)
<a name="l00416"></a>00416         xpp-&gt;<a class="code" href="classXmlPullParser.html#a12e19fdc259b06078316b861cfaac791">nextTag</a>();
<a name="l00417"></a>00417         
<a name="l00418"></a>00418         
<a name="l00419"></a>00419       <span class="keywordflow">if</span>(findElement(ci,cit_e,xpp-&gt;<a class="code" href="classXmlPullParser.html#a861f8c8b5b08ab96fb7c33756f7cc94d">getName</a>(), ci)) {
<a name="l00420"></a>00420         
<a name="l00421"></a>00421         std::string choiceElem = xpp-&gt;<a class="code" href="classXmlPullParser.html#a861f8c8b5b08ab96fb7c33756f7cc94d">getName</a>();
<a name="l00422"></a>00422         <span class="keywordflow">do</span> {
<a name="l00423"></a>00423         <span class="comment">//see if one of the choices is a particle and it occurs in the instance</span>
<a name="l00424"></a>00424         ci-&gt;first.e-&gt;nOccurrences++;
<a name="l00425"></a>00425         <a class="code" href="classSchema_1_1SchemaValidator.html#a408b10148dfbcc921dabf7893e11ae36">validate</a>(xpp, ci-&gt;first.e-&gt;getType(),
<a name="l00426"></a>00426                  ipTc-&gt;<a class="code" href="classSchema_1_1TypeContainer.html#a11f8e88656fed7cb1549dd962042301e">getChildContainer</a>(ci-&gt;first.e-&gt;getName(), <span class="keyword">true</span>));
<a name="l00427"></a>00427         xpp-&gt;<a class="code" href="classXmlPullParser.html#a12e19fdc259b06078316b861cfaac791">nextTag</a>();
<a name="l00428"></a>00428         }<span class="keywordflow">while</span>(xpp-&gt;<a class="code" href="classXmlPullParser.html#a861f8c8b5b08ab96fb7c33756f7cc94d">getName</a>() == choiceElem);
<a name="l00429"></a>00429         xpp-&gt;<a class="code" href="classXmlPullParser.html#af0fca96f39774ed9cf4e16169a392875">prevTag</a>();  
<a name="l00430"></a>00430         <span class="keywordflow">break</span>;
<a name="l00431"></a>00431       } 
<a name="l00432"></a>00432       <span class="keywordflow">else</span> {
<a name="l00433"></a>00433         <span class="comment">//its a choice which has a content model</span>
<a name="l00434"></a>00434         ci++;
<a name="l00435"></a>00435       }
<a name="l00436"></a>00436       <span class="keywordflow">if</span> (ci-&gt;second == <a class="code" href="classSchema_1_1ContentModel.html#aedaa0c76908d1e71d9f9a265e6be7999a478214665d38e02ede589a1ac2708032">ContentModel::Container</a>){
<a name="l00437"></a>00437         
<a name="l00438"></a>00438         <span class="keywordflow">try</span> {
<a name="l00439"></a>00439           validateContentModel(xpp,ci-&gt;first.c,
<a name="l00440"></a>00440                                ipTc-&gt;<a class="code" href="classSchema_1_1TypeContainer.html#a11f8e88656fed7cb1549dd962042301e">getChildContainer</a>(ci-&gt;first.c,<span class="keyword">true</span>),
<a name="l00441"></a>00441                                elemName,<span class="keyword">true</span>,btCnt);
<a name="l00442"></a>00442         }
<a name="l00443"></a>00443         <span class="keywordflow">catch</span> (SchemaParserException spe){
<a name="l00444"></a>00444 
<a name="l00445"></a>00445           ci++;
<a name="l00446"></a>00446           <span class="comment">//try the other content model</span>
<a name="l00447"></a>00447           validateContentModel(xpp,ci-&gt;first.c,
<a name="l00448"></a>00448                                ipTc-&gt;<a class="code" href="classSchema_1_1TypeContainer.html#a11f8e88656fed7cb1549dd962042301e">getChildContainer</a>(ci-&gt;first.c,<span class="keyword">true</span>),
<a name="l00449"></a>00449                                elemName,<span class="keyword">true</span>,btCnt);
<a name="l00450"></a>00450         }
<a name="l00451"></a>00451       }
<a name="l00452"></a>00452       <span class="keywordflow">else</span>{
<a name="l00453"></a>00453         
<a name="l00454"></a>00454         error(<span class="stringliteral">&quot;Could not find element &quot;</span> +xpp-&gt;<a class="code" href="classXmlPullParser.html#a861f8c8b5b08ab96fb7c33756f7cc94d">getName</a>()+<span class="stringliteral">&quot; in &quot;</span>+elemName,xpp);
<a name="l00455"></a>00455       }
<a name="l00456"></a>00456          
<a name="l00457"></a>00457       <span class="comment">/*</span>
<a name="l00458"></a>00458 <span class="comment">       * Only one of the choices is allowed</span>
<a name="l00459"></a>00459 <span class="comment">       */</span>
<a name="l00460"></a>00460         
<a name="l00461"></a>00461       <span class="comment">/*</span>
<a name="l00462"></a>00462 <span class="comment">       * check for occurrence constraints</span>
<a name="l00463"></a>00463 <span class="comment">       */</span>
<a name="l00464"></a>00464       <span class="keywordflow">if</span>(ci-&gt;second==<a class="code" href="classSchema_1_1ContentModel.html#aedaa0c76908d1e71d9f9a265e6be7999a5d69e35d405e0b487cfb5e6dbdd607e8">ContentModel::Particle</a> &amp;&amp; 
<a name="l00465"></a>00465          (ci-&gt;first.e-&gt;nOccurrences&lt;ci-&gt;first.e-&gt;getMin()||
<a name="l00466"></a>00466           ci-&gt;first.e-&gt;nOccurrences&gt;ci-&gt;first.e-&gt;getMax()))
<a name="l00467"></a>00467         error(ci-&gt;first.e-&gt;getName()+<span class="stringliteral">&quot;did not meet occurrence constraints&quot;</span>,xpp);
<a name="l00468"></a>00468       
<a name="l00469"></a>00469       <span class="keywordflow">break</span>;
<a name="l00470"></a>00470     }
<a name="l00471"></a>00471   }
<a name="l00472"></a>00472   <span class="comment">/*</span>
<a name="l00473"></a>00473 <span class="comment">   * reset occurence ocunters</span>
<a name="l00474"></a>00474 <span class="comment">   */</span>
<a name="l00475"></a>00475   <span class="keywordflow">for</span> (ci=cit_b;ci!=cit_e;ci++){
<a name="l00476"></a>00476     
<a name="l00477"></a>00477     <span class="keywordflow">if</span>(ci-&gt;second==<a class="code" href="classSchema_1_1ContentModel.html#aedaa0c76908d1e71d9f9a265e6be7999a5d69e35d405e0b487cfb5e6dbdd607e8">ContentModel::Particle</a>)
<a name="l00478"></a>00478       ci-&gt;first.e-&gt;nOccurrences=0;
<a name="l00479"></a>00479   }
<a name="l00480"></a>00480   <span class="keywordflow">return</span> ipTc;
<a name="l00481"></a>00481 }
<a name="l00482"></a>00482   
<a name="l00483"></a>00483 
<a name="l00484"></a>00484 
<a name="l00485"></a>00485 <span class="comment">/*</span>
<a name="l00486"></a>00486 <span class="comment"> *  This method validates all supported simple types</span>
<a name="l00487"></a>00487 <span class="comment"> *  Both native atomic types and schema defined </span>
<a name="l00488"></a>00488 <span class="comment"> */</span>
<a name="l00489"></a>00489 
<a name="l00490"></a>00490 TypeContainer * 
<a name="l00491"></a><a class="code" href="classSchema_1_1SchemaValidator.html#ad449ba92f860d529866639da0c256673">00491</a> <a class="code" href="classSchema_1_1SchemaValidator.html#a408b10148dfbcc921dabf7893e11ae36">SchemaValidator::validate</a>(<span class="keywordtype">void</span>* value ,
<a name="l00492"></a>00492                           <span class="keywordtype">int</span> typeId,
<a name="l00493"></a>00493                           <a class="code" href="classSchema_1_1TypeContainer.html">TypeContainer</a> * ipTc,
<a name="l00494"></a>00494                           <a class="code" href="classXmlPullParser.html">XmlPullParser</a> * xpp)
<a name="l00495"></a>00495 {
<a name="l00496"></a>00496   
<a name="l00497"></a>00497   <span class="keywordtype">int</span> basetype = sParser_-&gt;<a class="code" href="classSchema_1_1SchemaParser.html#a9ae0bb284b527910e9c5a7373ebb2b24">getBasicContentType</a>(typeId);
<a name="l00498"></a>00498   
<a name="l00499"></a>00499   <span class="keyword">const</span> <a class="code" href="classSchema_1_1XSDType.html">XSDType</a> * pType = sParser_-&gt;<a class="code" href="classSchema_1_1SchemaParser.html#a8f4e9997d8d4d84f37e33e425e3185c1">getType</a>(typeId);
<a name="l00500"></a>00500   <span class="keywordflow">if</span> (pType &amp;&amp; !pType-&gt;<a class="code" href="classSchema_1_1XSDType.html#a6f87708ce2ba5f5ec7a7b3f5e7e0007b">isSimple</a>()){
<a name="l00501"></a>00501     
<a name="l00502"></a>00502     <span class="keywordflow">return</span> 0;
<a name="l00503"></a>00503   }
<a name="l00504"></a>00504   <span class="keyword">const</span> <a class="code" href="classSchema_1_1SimpleType.html">SimpleType</a>  *st = <span class="keyword">static_cast&lt;</span><span class="keyword">const </span><a class="code" href="classSchema_1_1SimpleType.html">SimpleType</a>*<span class="keyword">&gt;</span>(pType);
<a name="l00505"></a>00505   
<a name="l00506"></a>00506   <span class="comment">//check for the validity of the value</span>
<a name="l00507"></a>00507   <span class="comment">//if available also check against restrictions in the schema</span>
<a name="l00508"></a>00508 
<a name="l00509"></a>00509   <span class="keywordflow">if</span> (!ipTc)
<a name="l00510"></a>00510     ipTc = <span class="keyword">new</span> <a class="code" href="classSchema_1_1TypeContainer.html">TypeContainer</a>(typeId, sParser_);
<a name="l00511"></a>00511 
<a name="l00512"></a>00512   <span class="keywordflow">if</span> (st &amp;&amp; (st-&gt;<a class="code" href="classSchema_1_1SimpleType.html#a66bc42a690d0a11f77d258663a2f93e0">isList</a>() || st-&gt;<a class="code" href="classSchema_1_1SimpleType.html#ab98dbe6066799f921d64785e4e459293">isUnion</a>())){
<a name="l00513"></a>00513             
<a name="l00514"></a>00514     std::string val = *((std::string*)value);
<a name="l00515"></a>00515     ipTc-&gt;<a class="code" href="classSchema_1_1TypeContainer.html#ae418e37ca3e894b71ab4d57592aac93c">setValue</a>(val,validateListOrUnion(st,val,xpp));
<a name="l00516"></a>00516     <span class="keywordflow">return</span> ipTc;
<a name="l00517"></a>00517   }
<a name="l00518"></a>00518   <span class="keywordflow">switch</span> (basetype)
<a name="l00519"></a>00519     {
<a name="l00520"></a>00520     <span class="keywordflow">case</span> <a class="code" href="namespaceSchema.html#acbe1398d097409fb3c2f948fa876711dacc7a1718552dde21bddd498c3fddf607">Schema::XSD_INTEGER</a>:
<a name="l00521"></a>00521     <span class="keywordflow">case</span> <a class="code" href="namespaceSchema.html#acbe1398d097409fb3c2f948fa876711dace0d9fcda1eaa004da0856b10051629c">Schema::XSD_INT</a>:
<a name="l00522"></a>00522       {
<a name="l00523"></a>00523         <span class="keywordtype">int</span> x= *((<span class="keywordtype">int</span>*)value);
<a name="l00524"></a>00524         <span class="keywordflow">if</span> (!st) {
<a name="l00525"></a>00525           ipTc-&gt;<a class="code" href="classSchema_1_1TypeContainer.html#ae418e37ca3e894b71ab4d57592aac93c">setValue</a>(x);
<a name="l00526"></a>00526         }
<a name="l00527"></a>00527         <span class="keywordflow">else</span>{
<a name="l00528"></a>00528 
<a name="l00529"></a>00529           ipTc-&gt;<a class="code" href="classSchema_1_1TypeContainer.html#ae418e37ca3e894b71ab4d57592aac93c">setValue</a>(x,st-&gt;<a class="code" href="classSchema_1_1SimpleType.html#a8910bf1b02e2f28a2114ba52591318ef">isValidInt</a>(x));
<a name="l00530"></a>00530         }
<a name="l00531"></a>00531         <span class="keywordflow">break</span>;
<a name="l00532"></a>00532       }
<a name="l00533"></a>00533     <span class="keywordflow">case</span> <a class="code" href="namespaceSchema.html#acbe1398d097409fb3c2f948fa876711dac7c0452b3f670817554e7e3ac5ef5f3c">Schema::XSD_BYTE</a>:
<a name="l00534"></a>00534       {
<a name="l00535"></a>00535         <span class="keywordtype">char</span> c= *((<span class="keywordtype">char</span>*)value);
<a name="l00536"></a>00536         ipTc-&gt;<a class="code" href="classSchema_1_1TypeContainer.html#ae418e37ca3e894b71ab4d57592aac93c">setValue</a>(c);
<a name="l00537"></a>00537       }
<a name="l00538"></a>00538       <span class="keywordflow">break</span>;
<a name="l00539"></a>00539     <span class="keywordflow">case</span> <a class="code" href="namespaceSchema.html#acbe1398d097409fb3c2f948fa876711daa36831316345d2bed515dd515b590e53">Schema::XSD_FLOAT</a>:
<a name="l00540"></a>00540       {
<a name="l00541"></a>00541         <span class="keywordtype">float</span> f = *((<span class="keywordtype">float</span>*)value);
<a name="l00542"></a>00542         <span class="keywordflow">if</span> (!st) {
<a name="l00543"></a>00543           
<a name="l00544"></a>00544           ipTc-&gt;<a class="code" href="classSchema_1_1TypeContainer.html#ae418e37ca3e894b71ab4d57592aac93c">setValue</a>(f);
<a name="l00545"></a>00545           
<a name="l00546"></a>00546         }<span class="keywordflow">else</span>{
<a name="l00547"></a>00547           
<a name="l00548"></a>00548           ipTc-&gt;<a class="code" href="classSchema_1_1TypeContainer.html#ae418e37ca3e894b71ab4d57592aac93c">setValue</a>(f,st-&gt;<a class="code" href="classSchema_1_1SimpleType.html#aabbe967351806973be04d7ddb2d1ab88">isValidFloat</a>(f));
<a name="l00549"></a>00549         }
<a name="l00550"></a>00550         <span class="keywordflow">break</span>;
<a name="l00551"></a>00551       }
<a name="l00552"></a>00552     <span class="keywordflow">case</span> <a class="code" href="namespaceSchema.html#acbe1398d097409fb3c2f948fa876711da413181a94e33167239cd6aa70b81bf6b">Schema::XSD_DOUBLE</a>:
<a name="l00553"></a>00553     <span class="keywordflow">case</span> <a class="code" href="namespaceSchema.html#acbe1398d097409fb3c2f948fa876711daa48346b7ba017498f867438f9a45c35b">Schema::XSD_DECIMAL</a>:
<a name="l00554"></a>00554       {
<a name="l00555"></a>00555         <span class="keywordtype">double</span> db = *((<span class="keywordtype">double</span>*)value);
<a name="l00556"></a>00556         ipTc-&gt;<a class="code" href="classSchema_1_1TypeContainer.html#ae418e37ca3e894b71ab4d57592aac93c">setValue</a>(db);
<a name="l00557"></a>00557       }
<a name="l00558"></a>00558       <span class="keywordflow">break</span>;
<a name="l00559"></a>00559     <span class="keywordflow">case</span> <a class="code" href="namespaceSchema.html#acbe1398d097409fb3c2f948fa876711da432939e44867d531aa51d38e3c10ebdc">Schema::XSD_LONG</a>:
<a name="l00560"></a>00560       {
<a name="l00561"></a>00561         <span class="keywordtype">long</span> l = *((<span class="keywordtype">long</span>*)value);
<a name="l00562"></a>00562         ipTc-&gt;<a class="code" href="classSchema_1_1TypeContainer.html#ae418e37ca3e894b71ab4d57592aac93c">setValue</a>(l);
<a name="l00563"></a>00563       }
<a name="l00564"></a>00564       <span class="keywordflow">break</span>;
<a name="l00565"></a>00565     <span class="keywordflow">case</span> <a class="code" href="namespaceSchema.html#acbe1398d097409fb3c2f948fa876711da0a67a843b58043e064143f48f64b9305">Schema::XSD_POSINT</a>:
<a name="l00566"></a>00566     <span class="keywordflow">case</span> <a class="code" href="namespaceSchema.html#acbe1398d097409fb3c2f948fa876711dacb01838d593cbf1db0db3201149afbc5">Schema::XSD_ULONG</a>:
<a name="l00567"></a>00567       {
<a name="l00568"></a>00568         <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span>  ul= *((<span class="keywordtype">unsigned</span>  <span class="keywordtype">long</span>*)value);
<a name="l00569"></a>00569         ipTc-&gt;<a class="code" href="classSchema_1_1TypeContainer.html#ae418e37ca3e894b71ab4d57592aac93c">setValue</a>(ul);
<a name="l00570"></a>00570       }
<a name="l00571"></a>00571       <span class="keywordflow">break</span>;
<a name="l00572"></a>00572     <span class="keywordflow">case</span> <a class="code" href="namespaceSchema.html#acbe1398d097409fb3c2f948fa876711daf31a02e9e18d867e2323e171d96fddb9">Schema::XSD_BOOLEAN</a>:
<a name="l00573"></a>00573       {
<a name="l00574"></a>00574         <span class="keywordtype">bool</span> b  = *((<span class="keywordtype">bool</span>*)value);
<a name="l00575"></a>00575         ipTc-&gt;<a class="code" href="classSchema_1_1TypeContainer.html#ae418e37ca3e894b71ab4d57592aac93c">setValue</a>(b);
<a name="l00576"></a>00576         <span class="keywordflow">break</span>;
<a name="l00577"></a>00577       }
<a name="l00578"></a>00578     <span class="keywordflow">case</span> <a class="code" href="namespaceSchema.html#acbe1398d097409fb3c2f948fa876711da60b90bf1ce14cc43b27e552fa672f28b">Schema::XSD_QNAME</a>:
<a name="l00579"></a>00579       {
<a name="l00580"></a>00580         <a class="code" href="classQname.html">Qname</a> q  = *((<a class="code" href="classQname.html">Qname</a>* )value);
<a name="l00581"></a>00581         ipTc-&gt;<a class="code" href="classSchema_1_1TypeContainer.html#ae418e37ca3e894b71ab4d57592aac93c">setValue</a>(q);
<a name="l00582"></a>00582       }
<a name="l00583"></a>00583       <span class="keywordflow">break</span>;
<a name="l00584"></a>00584     <span class="keywordflow">case</span> <a class="code" href="namespaceSchema.html#acbe1398d097409fb3c2f948fa876711dade7a739290840800c259f868a09a27cb">Schema::XSD_STRING</a>:
<a name="l00585"></a>00585     <span class="keywordflow">default</span>: 
<a name="l00586"></a>00586       {
<a name="l00587"></a>00587         std::string val = *((std::string* )value);
<a name="l00588"></a>00588         <span class="keywordflow">if</span> (!st) {
<a name="l00589"></a>00589           
<a name="l00590"></a>00590           ipTc-&gt;<a class="code" href="classSchema_1_1TypeContainer.html#ae418e37ca3e894b71ab4d57592aac93c">setValue</a>(val);
<a name="l00591"></a>00591         }
<a name="l00592"></a>00592         <span class="keywordflow">else</span>{
<a name="l00593"></a>00593           
<a name="l00594"></a>00594           ipTc-&gt;<a class="code" href="classSchema_1_1TypeContainer.html#ae418e37ca3e894b71ab4d57592aac93c">setValue</a>(val,st-&gt;<a class="code" href="classSchema_1_1SimpleType.html#aa3d488fab59b45700667e860d8980c96">isValidString</a>(val));
<a name="l00595"></a>00595         }
<a name="l00596"></a>00596       }
<a name="l00597"></a>00597       <span class="keywordflow">break</span>;
<a name="l00598"></a>00598     }
<a name="l00599"></a>00599 
<a name="l00600"></a>00600   <span class="keywordflow">return</span>  ipTc;
<a name="l00601"></a>00601 }
<a name="l00602"></a>00602 
<a name="l00603"></a>00603 <span class="comment">/*</span>
<a name="l00604"></a>00604 <span class="comment"> *  This method validates all supported simple types</span>
<a name="l00605"></a>00605 <span class="comment"> *  Both native atomic types and schema defined </span>
<a name="l00606"></a>00606 <span class="comment"> */</span>
<a name="l00607"></a>00607 
<a name="l00608"></a>00608 <a class="code" href="classSchema_1_1TypeContainer.html">TypeContainer</a> *
<a name="l00609"></a><a class="code" href="classSchema_1_1SchemaValidator.html#ae2db1441664df8711af948121d1cad1e">00609</a> <a class="code" href="classSchema_1_1SchemaValidator.html#a408b10148dfbcc921dabf7893e11ae36">SchemaValidator::validate</a>(<span class="keyword">const</span> <span class="keywordtype">string</span> &amp; val,
<a name="l00610"></a>00610                           <span class="keywordtype">int</span> typeId,
<a name="l00611"></a>00611                           <a class="code" href="classSchema_1_1TypeContainer.html">TypeContainer</a> *ipTc,
<a name="l00612"></a>00612                           <a class="code" href="classXmlPullParser.html">XmlPullParser</a> * xpp)
<a name="l00613"></a>00613 {
<a name="l00614"></a>00614 
<a name="l00615"></a>00615   <span class="keywordtype">int</span> basetype = sParser_-&gt;<a class="code" href="classSchema_1_1SchemaParser.html#a9ae0bb284b527910e9c5a7373ebb2b24">getBasicContentType</a>(typeId);
<a name="l00616"></a>00616   <span class="keywordflow">if</span> (basetype == <a class="code" href="namespaceSchema.html#acbe1398d097409fb3c2f948fa876711da0c01ff4fc47f2f6e148f3bc01aee7caf">Schema::XSD_INVALID</a>) {
<a name="l00617"></a>00617     
<a name="l00618"></a>00618     <span class="keywordflow">return</span> 0;
<a name="l00619"></a>00619   }
<a name="l00620"></a>00620   
<a name="l00621"></a>00621   <span class="keyword">const</span> <a class="code" href="classSchema_1_1XSDType.html">XSDType</a> * pType = sParser_-&gt;<a class="code" href="classSchema_1_1SchemaParser.html#a8f4e9997d8d4d84f37e33e425e3185c1">getType</a>(typeId);
<a name="l00622"></a>00622   <span class="keywordflow">if</span> (pType &amp;&amp; 
<a name="l00623"></a>00623       !pType-&gt;<a class="code" href="classSchema_1_1XSDType.html#a6f87708ce2ba5f5ec7a7b3f5e7e0007b">isSimple</a>() &amp;&amp; 
<a name="l00624"></a>00624       pType-&gt;<a class="code" href="classSchema_1_1XSDType.html#a4e1831007feec63c1a279cf16415e987">getContentModel</a>() != <a class="code" href="namespaceSchema.html#a84b8523395bb986be4b87ff834308103ac32a5decc6e36a85f67c84470f71967f">Schema::Simple</a>){
<a name="l00625"></a>00625     
<a name="l00626"></a>00626     <span class="keywordflow">return</span> 0;
<a name="l00627"></a>00627   }
<a name="l00628"></a>00628 
<a name="l00629"></a>00629   <span class="keywordflow">if</span> (pType &amp;&amp; !pType-&gt;<a class="code" href="classSchema_1_1XSDType.html#a6f87708ce2ba5f5ec7a7b3f5e7e0007b">isSimple</a>() &amp;&amp; 
<a name="l00630"></a>00630       pType-&gt;<a class="code" href="classSchema_1_1XSDType.html#a4e1831007feec63c1a279cf16415e987">getContentModel</a>() ==<a class="code" href="namespaceSchema.html#a84b8523395bb986be4b87ff834308103ac32a5decc6e36a85f67c84470f71967f">Schema::Simple</a>) {
<a name="l00631"></a>00631     <span class="comment">//this is a complex type but has a simple content model</span>
<a name="l00632"></a>00632     
<a name="l00633"></a>00633     <span class="keyword">const</span> <a class="code" href="classSchema_1_1ComplexType.html">ComplexType</a> * ct = <span class="keyword">static_cast&lt;</span><span class="keyword">const </span><a class="code" href="classSchema_1_1ComplexType.html">ComplexType</a>*<span class="keyword">&gt;</span>(pType);
<a name="l00634"></a>00634     <span class="keywordtype">int</span> contentType = ct-&gt;<a class="code" href="classSchema_1_1ComplexType.html#a436ce9ff7dae1815505bf179306b0938">getContentType</a>();
<a name="l00635"></a>00635     <span class="keywordflow">return</span> <a class="code" href="classSchema_1_1SchemaValidator.html#a408b10148dfbcc921dabf7893e11ae36">validate</a>(val,contentType,ipTc,xpp);
<a name="l00636"></a>00636 
<a name="l00637"></a>00637   }
<a name="l00638"></a>00638   <span class="keyword">const</span> <a class="code" href="classSchema_1_1SimpleType.html">SimpleType</a>  *st = <span class="keyword">static_cast&lt;</span><span class="keyword">const </span><a class="code" href="classSchema_1_1SimpleType.html">SimpleType</a>*<span class="keyword">&gt;</span>(pType);
<a name="l00639"></a>00639   
<a name="l00640"></a>00640   <span class="comment">//check for the validity of the value</span>
<a name="l00641"></a>00641   <span class="comment">//if available also check against restrictions in the schema</span>
<a name="l00642"></a>00642 
<a name="l00643"></a>00643   <span class="keywordflow">if</span> (!ipTc)
<a name="l00644"></a>00644     ipTc = <span class="keyword">new</span> <a class="code" href="classSchema_1_1TypeContainer.html">TypeContainer</a>(typeId, sParser_);
<a name="l00645"></a>00645   ipTc-&gt;<a class="code" href="classSchema_1_1TypeContainer.html#a8d19c8525f0271e45db6be31eaa08ef5">setValAsString</a>(val);
<a name="l00646"></a>00646 
<a name="l00647"></a>00647   <span class="keywordflow">while</span>(ipTc-&gt;<a class="code" href="classSchema_1_1TypeContainer.html#a7e28d5a7e56dda952b5f82a8191e5155">isValueValid</a>()){
<a name="l00648"></a>00648     
<a name="l00649"></a>00649     extractSimpleType(val, basetype, ipTc, st, xpp);
<a name="l00650"></a>00650 
<a name="l00651"></a>00651     
<a name="l00652"></a>00652     <span class="keywordflow">if</span>(!st || (st &amp;&amp; (st-&gt;<a class="code" href="classSchema_1_1SimpleType.html#a66bc42a690d0a11f77d258663a2f93e0">isList</a>() || st-&gt;<a class="code" href="classSchema_1_1SimpleType.html#ab98dbe6066799f921d64785e4e459293">isUnion</a>()))){
<a name="l00653"></a>00653       
<a name="l00654"></a>00654       <span class="keywordflow">break</span>;
<a name="l00655"></a>00655       <span class="comment">//if we validated an atomic type we are done</span>
<a name="l00656"></a>00656       <span class="comment">//if we just validated a list or union,there is no need </span>
<a name="l00657"></a>00657       <span class="comment">//to continue checking base types</span>
<a name="l00658"></a>00658     }
<a name="l00659"></a>00659 
<a name="l00660"></a>00660     <span class="keywordflow">if</span> (!sParser_-&gt;<a class="code" href="classSchema_1_1SchemaParser.html#adea72dec2bf6296659459642d4291b86">isBasicType</a>(st-&gt;<a class="code" href="classSchema_1_1XSDType.html#ae423450dc2aaf5c60070b56340b48e2e">getBaseTypeId</a>())){
<a name="l00661"></a>00661       
<a name="l00662"></a>00662       st=<span class="keyword">static_cast&lt;</span><span class="keyword">const </span><a class="code" href="classSchema_1_1SimpleType.html">SimpleType</a>*<span class="keyword">&gt;</span>(sParser_-&gt;<a class="code" href="classSchema_1_1SchemaParser.html#a8f4e9997d8d4d84f37e33e425e3185c1">getType</a>(st-&gt;<a class="code" href="classSchema_1_1XSDType.html#ae423450dc2aaf5c60070b56340b48e2e">getBaseTypeId</a>()));
<a name="l00663"></a>00663     }
<a name="l00664"></a>00664     <span class="keywordflow">else</span>{
<a name="l00665"></a>00665       st = 0;
<a name="l00666"></a>00666     }
<a name="l00667"></a>00667   }
<a name="l00668"></a>00668   <span class="keywordflow">return</span> ipTc;
<a name="l00669"></a>00669 }
<a name="l00670"></a>00670 
<a name="l00671"></a>00671 
<a name="l00672"></a>00672 <span class="keywordtype">void</span> 
<a name="l00673"></a>00673 SchemaValidator::extractSimpleType(<span class="keyword">const</span> std::string &amp; val,
<a name="l00674"></a>00674                                    <span class="keywordtype">int</span> basetype,
<a name="l00675"></a>00675                                    <a class="code" href="classSchema_1_1TypeContainer.html">TypeContainer</a> * ipTc,
<a name="l00676"></a>00676                                    <span class="keyword">const</span> <a class="code" href="classSchema_1_1SimpleType.html">SimpleType</a> * st,
<a name="l00677"></a>00677                                    <a class="code" href="classXmlPullParser.html">XmlPullParser</a> * xpp)
<a name="l00678"></a>00678 {
<a name="l00679"></a>00679 
<a name="l00680"></a>00680   <span class="keywordflow">if</span> (st &amp;&amp; (st-&gt;<a class="code" href="classSchema_1_1SimpleType.html#a66bc42a690d0a11f77d258663a2f93e0">isList</a>() || st-&gt;<a class="code" href="classSchema_1_1SimpleType.html#ab98dbe6066799f921d64785e4e459293">isUnion</a>())){
<a name="l00681"></a>00681             
<a name="l00682"></a>00682     ipTc-&gt;<a class="code" href="classSchema_1_1TypeContainer.html#ae418e37ca3e894b71ab4d57592aac93c">setValue</a>(val,validateListOrUnion(st,val,xpp));
<a name="l00683"></a>00683     <span class="keywordflow">return</span>;
<a name="l00684"></a>00684   }
<a name="l00685"></a>00685   
<a name="l00686"></a>00686   istringstream istr(val);
<a name="l00687"></a>00687   <span class="keywordtype">int</span> x;
<a name="l00688"></a>00688   <span class="keywordtype">double</span> db;
<a name="l00689"></a>00689   <span class="keywordtype">long</span> l;
<a name="l00690"></a>00690   <span class="keywordtype">char</span> c;
<a name="l00691"></a>00691   <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span>  ul;
<a name="l00692"></a>00692   <span class="keywordtype">float</span> f;
<a name="l00693"></a>00693 
<a name="l00694"></a>00694   <span class="keywordflow">switch</span> (basetype)
<a name="l00695"></a>00695     {
<a name="l00696"></a>00696     <span class="keywordflow">case</span> <a class="code" href="namespaceSchema.html#acbe1398d097409fb3c2f948fa876711dacc7a1718552dde21bddd498c3fddf607">Schema::XSD_INTEGER</a>:
<a name="l00697"></a>00697     <span class="keywordflow">case</span> <a class="code" href="namespaceSchema.html#acbe1398d097409fb3c2f948fa876711dace0d9fcda1eaa004da0856b10051629c">Schema::XSD_INT</a>:
<a name="l00698"></a>00698       {
<a name="l00699"></a>00699         istr &gt;&gt; x;
<a name="l00700"></a>00700         <span class="keywordflow">if</span> (!st) {
<a name="l00701"></a>00701           ipTc-&gt;<a class="code" href="classSchema_1_1TypeContainer.html#ae418e37ca3e894b71ab4d57592aac93c">setValue</a>(x,!istr.fail());
<a name="l00702"></a>00702         }
<a name="l00703"></a>00703         <span class="keywordflow">else</span>{
<a name="l00704"></a>00704 
<a name="l00705"></a>00705           ipTc-&gt;<a class="code" href="classSchema_1_1TypeContainer.html#ae418e37ca3e894b71ab4d57592aac93c">setValue</a>(x,!istr.fail() &amp;&amp; st-&gt;<a class="code" href="classSchema_1_1SimpleType.html#a8910bf1b02e2f28a2114ba52591318ef">isValidInt</a>(x));
<a name="l00706"></a>00706         }
<a name="l00707"></a>00707         <span class="keywordflow">break</span>;
<a name="l00708"></a>00708       }
<a name="l00709"></a>00709     <span class="keywordflow">case</span> <a class="code" href="namespaceSchema.html#acbe1398d097409fb3c2f948fa876711dac7c0452b3f670817554e7e3ac5ef5f3c">Schema::XSD_BYTE</a>:
<a name="l00710"></a>00710       istr &gt;&gt; c;
<a name="l00711"></a>00711       ipTc-&gt;<a class="code" href="classSchema_1_1TypeContainer.html#ae418e37ca3e894b71ab4d57592aac93c">setValue</a>(c,!istr.fail());
<a name="l00712"></a>00712       <span class="keywordflow">break</span>;
<a name="l00713"></a>00713     <span class="keywordflow">case</span> <a class="code" href="namespaceSchema.html#acbe1398d097409fb3c2f948fa876711daa36831316345d2bed515dd515b590e53">Schema::XSD_FLOAT</a>:
<a name="l00714"></a>00714       {
<a name="l00715"></a>00715         istr &gt;&gt; f;
<a name="l00716"></a>00716         <span class="keywordflow">if</span> (!st) {
<a name="l00717"></a>00717           ipTc-&gt;<a class="code" href="classSchema_1_1TypeContainer.html#ae418e37ca3e894b71ab4d57592aac93c">setValue</a>(f,!istr.fail());
<a name="l00718"></a>00718         }<span class="keywordflow">else</span>{
<a name="l00719"></a>00719           ipTc-&gt;<a class="code" href="classSchema_1_1TypeContainer.html#ae418e37ca3e894b71ab4d57592aac93c">setValue</a>(f,!istr.fail() &amp;&amp; st-&gt;<a class="code" href="classSchema_1_1SimpleType.html#aabbe967351806973be04d7ddb2d1ab88">isValidFloat</a>(f));
<a name="l00720"></a>00720         }
<a name="l00721"></a>00721         <span class="keywordflow">break</span>;
<a name="l00722"></a>00722       }
<a name="l00723"></a>00723     <span class="keywordflow">case</span> <a class="code" href="namespaceSchema.html#acbe1398d097409fb3c2f948fa876711da413181a94e33167239cd6aa70b81bf6b">Schema::XSD_DOUBLE</a>:
<a name="l00724"></a>00724     <span class="keywordflow">case</span> <a class="code" href="namespaceSchema.html#acbe1398d097409fb3c2f948fa876711daa48346b7ba017498f867438f9a45c35b">Schema::XSD_DECIMAL</a>:
<a name="l00725"></a>00725       istr &gt;&gt; db;
<a name="l00726"></a>00726       ipTc-&gt;<a class="code" href="classSchema_1_1TypeContainer.html#ae418e37ca3e894b71ab4d57592aac93c">setValue</a>(db,!istr.fail());
<a name="l00727"></a>00727       <span class="keywordflow">break</span>;
<a name="l00728"></a>00728     <span class="keywordflow">case</span> <a class="code" href="namespaceSchema.html#acbe1398d097409fb3c2f948fa876711da432939e44867d531aa51d38e3c10ebdc">Schema::XSD_LONG</a>:
<a name="l00729"></a>00729       istr &gt;&gt; l;
<a name="l00730"></a>00730       ipTc-&gt;<a class="code" href="classSchema_1_1TypeContainer.html#ae418e37ca3e894b71ab4d57592aac93c">setValue</a>(l,!istr.fail());
<a name="l00731"></a>00731       <span class="keywordflow">break</span>;
<a name="l00732"></a>00732     <span class="keywordflow">case</span> <a class="code" href="namespaceSchema.html#acbe1398d097409fb3c2f948fa876711da0a67a843b58043e064143f48f64b9305">Schema::XSD_POSINT</a>:
<a name="l00733"></a>00733     <span class="keywordflow">case</span> <a class="code" href="namespaceSchema.html#acbe1398d097409fb3c2f948fa876711dacb01838d593cbf1db0db3201149afbc5">Schema::XSD_ULONG</a>:
<a name="l00734"></a>00734       istr &gt;&gt; ul;
<a name="l00735"></a>00735       ipTc-&gt;<a class="code" href="classSchema_1_1TypeContainer.html#ae418e37ca3e894b71ab4d57592aac93c">setValue</a>(ul,!istr.fail());
<a name="l00736"></a>00736       <span class="keywordflow">break</span>;
<a name="l00737"></a>00737     <span class="keywordflow">case</span> <a class="code" href="namespaceSchema.html#acbe1398d097409fb3c2f948fa876711daf31a02e9e18d867e2323e171d96fddb9">Schema::XSD_BOOLEAN</a>:
<a name="l00738"></a>00738       {
<a name="l00739"></a>00739 
<a name="l00740"></a>00740         <span class="keywordflow">if</span>(val==<span class="stringliteral">&quot;true&quot;</span> ||
<a name="l00741"></a>00741            val==<span class="stringliteral">&quot;yes&quot;</span> ||
<a name="l00742"></a>00742            val==<span class="stringliteral">&quot;1&quot;</span>)
<a name="l00743"></a>00743         
<a name="l00744"></a>00744           ipTc-&gt;<a class="code" href="classSchema_1_1TypeContainer.html#ae418e37ca3e894b71ab4d57592aac93c">setValue</a>(<span class="keyword">true</span>);
<a name="l00745"></a>00745         <span class="keywordflow">else</span>
<a name="l00746"></a>00746           ipTc-&gt;<a class="code" href="classSchema_1_1TypeContainer.html#ae418e37ca3e894b71ab4d57592aac93c">setValue</a>(<span class="keyword">false</span>);
<a name="l00747"></a>00747         <span class="keywordflow">break</span>;
<a name="l00748"></a>00748       }
<a name="l00749"></a>00749     <span class="keywordflow">case</span> <a class="code" href="namespaceSchema.html#acbe1398d097409fb3c2f948fa876711da60b90bf1ce14cc43b27e552fa672f28b">Schema::XSD_QNAME</a>:
<a name="l00750"></a>00750       {
<a name="l00751"></a>00751         <a class="code" href="classQname.html">Qname</a> q(val);
<a name="l00752"></a>00752         <span class="keywordflow">if</span> (xpp)
<a name="l00753"></a>00753           q.setNamespace(xpp-&gt;<a class="code" href="classXmlPullParser.html#ab64f42eff37c0c049024c8267f0732e8">getNamespace</a>(q.getPrefix()));
<a name="l00754"></a>00754         ipTc-&gt;<a class="code" href="classSchema_1_1TypeContainer.html#ae418e37ca3e894b71ab4d57592aac93c">setValue</a>(q);
<a name="l00755"></a>00755         <span class="keywordflow">break</span>;
<a name="l00756"></a>00756       }
<a name="l00757"></a>00757     <span class="keywordflow">case</span> <a class="code" href="namespaceSchema.html#acbe1398d097409fb3c2f948fa876711dade7a739290840800c259f868a09a27cb">Schema::XSD_STRING</a>:
<a name="l00758"></a>00758     <span class="keywordflow">default</span>: 
<a name="l00759"></a>00759       {
<a name="l00760"></a>00760         <span class="keywordflow">if</span> (!st) {
<a name="l00761"></a>00761             
<a name="l00762"></a>00762           ipTc-&gt;<a class="code" href="classSchema_1_1TypeContainer.html#ae418e37ca3e894b71ab4d57592aac93c">setValue</a>(val);
<a name="l00763"></a>00763         }
<a name="l00764"></a>00764         <span class="keywordflow">else</span>{
<a name="l00765"></a>00765           <span class="keywordflow">if</span> (basetype == <a class="code" href="namespaceSchema.html#acbe1398d097409fb3c2f948fa876711dade7a739290840800c259f868a09a27cb">Schema::XSD_STRING</a>)
<a name="l00766"></a>00766             ipTc-&gt;<a class="code" href="classSchema_1_1TypeContainer.html#ae418e37ca3e894b71ab4d57592aac93c">setValue</a>(val,st-&gt;<a class="code" href="classSchema_1_1SimpleType.html#aa3d488fab59b45700667e860d8980c96">isValidString</a>(val));
<a name="l00767"></a>00767           <span class="keywordflow">else</span>
<a name="l00768"></a>00768             ipTc-&gt;<a class="code" href="classSchema_1_1TypeContainer.html#ae418e37ca3e894b71ab4d57592aac93c">setValue</a>(val);<span class="comment">//other types such as date for which no validation is done</span>
<a name="l00769"></a>00769         }
<a name="l00770"></a>00770       }
<a name="l00771"></a>00771       <span class="keywordflow">break</span>;
<a name="l00772"></a>00772     }
<a name="l00773"></a>00773 }
<a name="l00774"></a>00774 
<a name="l00775"></a>00775 <span class="comment">/*</span>
<a name="l00776"></a>00776 <span class="comment"> * This function validates a string as a list or union </span>
<a name="l00777"></a>00777 <span class="comment"> * for the simple type </span>
<a name="l00778"></a>00778 <span class="comment"> */</span>
<a name="l00779"></a>00779 
<a name="l00780"></a>00780 <span class="keywordtype">bool</span>
<a name="l00781"></a>00781 SchemaValidator::validateListOrUnion(<span class="keyword">const</span> SimpleType* st,
<a name="l00782"></a>00782                                      <span class="keyword">const</span> std::string &amp;val,
<a name="l00783"></a>00783                                      <a class="code" href="classXmlPullParser.html">XmlPullParser</a> * xpp)
<a name="l00784"></a>00784 {
<a name="l00785"></a>00785   <span class="keywordflow">if</span> (st-&gt;isList()){
<a name="l00786"></a>00786    
<a name="l00787"></a>00787     <span class="keywordtype">size_t</span> s = 0;
<a name="l00788"></a>00788 
<a name="l00789"></a>00789     <span class="keywordflow">while</span>(s &lt; val.length()){
<a name="l00790"></a>00790       <span class="keywordflow">while</span>(val[s]==<span class="charliteral">&#39; &#39;</span>)s++;
<a name="l00791"></a>00791       std::string t = val.substr(s,val.find(<span class="charliteral">&#39; &#39;</span>,s)-s);
<a name="l00792"></a>00792       TypeContainer * tc = <a class="code" href="classSchema_1_1SchemaValidator.html#a408b10148dfbcc921dabf7893e11ae36">validate</a>(t,st-&gt;getBaseTypeId(),0,xpp);
<a name="l00793"></a>00793       <span class="keywordflow">if</span> (!(tc &amp;&amp; tc-&gt;isValueValid()))
<a name="l00794"></a>00794         <span class="keywordflow">return</span> <span class="keyword">false</span>;
<a name="l00795"></a>00795       s+=t.length()+1;
<a name="l00796"></a>00796     }
<a name="l00797"></a>00797     <span class="keywordflow">return</span> true ;
<a name="l00798"></a>00798   
<a name="l00799"></a>00799   }<span class="keywordflow">else</span> <span class="keywordflow">if</span> (st-&gt;isUnion()){
<a name="l00800"></a>00800     
<a name="l00801"></a>00801     std::list&lt;int&gt;::const_iterator it= st-&gt;unionTypes()-&gt;begin();
<a name="l00802"></a>00802     <span class="keywordflow">while</span> (it!=st-&gt;unionTypes()-&gt;end()){
<a name="l00803"></a>00803       
<a name="l00804"></a>00804       TypeContainer * tc = <a class="code" href="classSchema_1_1SchemaValidator.html#a408b10148dfbcc921dabf7893e11ae36">validate</a>(val,*it,0,xpp);
<a name="l00805"></a>00805       
<a name="l00806"></a>00806       <span class="keywordflow">if</span> (tc &amp;&amp; tc-&gt;isValueValid())
<a name="l00807"></a>00807         <span class="keywordflow">return</span> <span class="keyword">true</span>;
<a name="l00808"></a>00808       it++;
<a name="l00809"></a>00809     }
<a name="l00810"></a>00810     <span class="keywordflow">return</span> <span class="keyword">false</span>;
<a name="l00811"></a>00811   }
<a name="l00812"></a>00812   <span class="keywordflow">else</span>{
<a name="l00813"></a>00813     <span class="keywordflow">return</span> <span class="keyword">false</span>;
<a name="l00814"></a>00814   }
<a name="l00815"></a>00815 }
<a name="l00816"></a>00816 <span class="comment">/*</span>
<a name="l00817"></a>00817 <span class="comment"> * This function searches for a child element in a complex type </span>
<a name="l00818"></a>00818 <span class="comment"> * The iterator pElem is set to point to the found element</span>
<a name="l00819"></a>00819 <span class="comment"> * rewind controls whether a search is to be done by resetting pElem </span>
<a name="l00820"></a>00820 <span class="comment"> * to the begining of the list </span>
<a name="l00821"></a>00821 <span class="comment"> * Returns true if element is found else false </span>
<a name="l00822"></a>00822 <span class="comment"> */</span>
<a name="l00823"></a>00823 
<a name="l00824"></a>00824 <span class="keywordtype">bool</span>
<a name="l00825"></a>00825 SchemaValidator::findElement(<a class="code" href="classSchema_1_1ContentModel.html#aa9cf695e363a4535c0ccc41870aeaada">ContentModel::ContentsIterator</a> start, 
<a name="l00826"></a>00826                              <a class="code" href="classSchema_1_1ContentModel.html#aa9cf695e363a4535c0ccc41870aeaada">ContentModel::ContentsIterator</a> end, 
<a name="l00827"></a>00827                              std::string name,
<a name="l00828"></a>00828                              <a class="code" href="classSchema_1_1ContentModel.html#aa9cf695e363a4535c0ccc41870aeaada">ContentModel::ContentsIterator</a> &amp; found)
<a name="l00829"></a>00829 {
<a name="l00830"></a>00830   <span class="keywordflow">for</span> (<a class="code" href="classSchema_1_1ContentModel.html#aa9cf695e363a4535c0ccc41870aeaada">ContentModel::ContentsIterator</a> ci=start;
<a name="l00831"></a>00831        ci!=end;
<a name="l00832"></a>00832        ci++){
<a name="l00833"></a>00833     
<a name="l00834"></a>00834     <span class="keywordflow">if</span>(ci-&gt;second==<a class="code" href="classSchema_1_1ContentModel.html#aedaa0c76908d1e71d9f9a265e6be7999a5d69e35d405e0b487cfb5e6dbdd607e8">ContentModel::Particle</a>){
<a name="l00835"></a>00835 <span class="preprocessor">#ifdef LOGGING</span>
<a name="l00836"></a>00836 <span class="preprocessor"></span>      std::cout&lt;&lt;<span class="stringliteral">&quot;Looking for &quot;</span>&lt;&lt; name&lt;&lt;<span class="stringliteral">&quot; found &quot;</span>&lt;&lt;ci-&gt;first.e-&gt;getName()&lt;&lt;std::endl;
<a name="l00837"></a>00837 <span class="preprocessor">#endif</span>
<a name="l00838"></a>00838 <span class="preprocessor"></span>      <span class="keywordflow">if</span>(ci-&gt;first.e-&gt;getName()==name ||
<a name="l00839"></a>00839          ci-&gt;first.e-&gt;getName() == <span class="stringliteral">&quot;*&quot;</span>)<span class="comment">//* is  a hack for soap arrays</span>
<a name="l00840"></a>00840         {
<a name="l00841"></a>00841           found=ci;
<a name="l00842"></a>00842           <span class="keywordflow">return</span> <span class="keyword">true</span>;
<a name="l00843"></a>00843         }
<a name="l00844"></a>00844     }
<a name="l00845"></a>00845   }
<a name="l00846"></a>00846   <span class="keywordflow">return</span> <span class="keyword">false</span>;
<a name="l00847"></a>00847 }
<a name="l00848"></a>00848 
<a name="l00849"></a>00849 <span class="keywordtype">void</span> SchemaValidator::error(<span class="keyword">const</span> std::string&amp; mesg,<a class="code" href="classXmlPullParser.html">XmlPullParser</a>* xpp)
<a name="l00850"></a>00850 {
<a name="l00851"></a>00851     
<a name="l00852"></a>00852   SchemaParserException spe(mesg + <span class="stringliteral">&quot;\nError validating schema instance\n&quot;</span>);
<a name="l00853"></a>00853   <span class="keywordflow">if</span>(xpp){
<a name="l00854"></a>00854     
<a name="l00855"></a>00855     spe.line=xpp-&gt;<a class="code" href="classXmlPullParser.html#a85f448552915586aa04c44a7d16e8e48">getLineNumber</a>();
<a name="l00856"></a>00856     spe.col=xpp-&gt;<a class="code" href="classXmlPullParser.html#a81379b1abbe24acb76739836c51563b1">getColumnNumber</a>();
<a name="l00857"></a>00857   }
<a name="l00858"></a>00858   <span class="keywordflow">throw</span> spe;
<a name="l00859"></a>00859 }
<a name="l00860"></a>00860 
<a name="l00861"></a>00861 
<a name="l00862"></a>00862 <span class="keywordtype">bool</span>
<a name="l00863"></a>00863 SchemaValidator::checkAttributeOccurence(<span class="keyword">const</span> ComplexType* ct ,
<a name="l00864"></a>00864                                          <a class="code" href="classXmlPullParser.html">XmlPullParser</a>* xpp)
<a name="l00865"></a>00865 {
<a name="l00866"></a>00866 
<a name="l00867"></a>00867   <span class="keywordflow">if</span> (ct-&gt;getNumAttributes() &gt; 0)
<a name="l00868"></a>00868     {
<a name="l00869"></a>00869       <span class="keywordflow">for</span> (<span class="keywordtype">int</span> i = 0; i &lt; ct-&gt;getNumAttributes(); i++)
<a name="l00870"></a>00870         {
<a name="l00871"></a>00871           <span class="keyword">const</span> Attribute*at = ct-&gt;getAttribute(i);
<a name="l00872"></a>00872               
<a name="l00873"></a>00873           <span class="comment">/*</span>
<a name="l00874"></a>00874 <span class="comment">            Check for the correctness of each attribute</span>
<a name="l00875"></a>00875 <span class="comment">          */</span>
<a name="l00876"></a>00876           <span class="keywordtype">string</span> attVal = xpp-&gt;<a class="code" href="classXmlPullParser.html#abcadde67a15be58a4eac0b4592b2e645">getAttributeValue</a>(<span class="stringliteral">&quot;&quot;</span>, at-&gt;getName());
<a name="l00877"></a>00877           <span class="keywordflow">if</span> (attVal.empty())
<a name="l00878"></a>00878             {
<a name="l00879"></a>00879               <span class="keywordflow">if</span> (at-&gt;isRequired())
<a name="l00880"></a>00880                 error(<span class="stringliteral">&quot;Required attribute \&quot;&quot;</span> + at-&gt;getName() +
<a name="l00881"></a>00881                       <span class="stringliteral">&quot;\&quot; missing or empty&quot;</span>,xpp);
<a name="l00882"></a>00882 
<a name="l00883"></a>00883               <span class="keywordflow">else</span>
<a name="l00884"></a>00884                 <span class="keywordflow">continue</span>;
<a name="l00885"></a>00885             }
<a name="l00886"></a>00886         }
<a name="l00887"></a>00887     }
<a name="l00888"></a>00888   <span class="keywordflow">return</span> <span class="keyword">true</span>;
<a name="l00889"></a>00889 }
<a name="l00890"></a>00890 
<a name="l00891"></a>00891 
<a name="l00892"></a>00892 
<a name="l00893"></a>00893 <span class="keywordtype">bool</span>
<a name="l00894"></a><a class="code" href="classSchema_1_1SchemaValidator.html#a26d9d6cd0c4d9065b769b4cc85da7ede">00894</a> <a class="code" href="classSchema_1_1SchemaValidator.html#a26d9d6cd0c4d9065b769b4cc85da7ede">SchemaValidator::instance</a>(<span class="keyword">const</span> std::string&amp; tag,
<a name="l00895"></a>00895                           <a class="code" href="namespaceSchema.html#acbe1398d097409fb3c2f948fa876711d">Schema::Type</a> type_id)
<a name="l00896"></a>00896 
<a name="l00897"></a>00897 {
<a name="l00898"></a>00898 
<a name="l00899"></a>00899   <span class="comment">//generate an instance of the given type</span>
<a name="l00900"></a>00900   std::string nsp = sParser_-&gt;<a class="code" href="classSchema_1_1SchemaParser.html#a64e1a1534e45266a717fd1c52cbb337c">getNamespace</a>();
<a name="l00901"></a>00901   xmlStream_ = <span class="keyword">new</span> <a class="code" href="classXmlSerializer.html">XmlSerializer</a>(ostr_); <span class="comment">//xml serializer</span>
<a name="l00902"></a>00902   
<a name="l00903"></a>00903   <span class="keywordflow">if</span> (!nsp.empty()) 
<a name="l00904"></a>00904     xmlStream_-&gt;<a class="code" href="classXmlSerializer.html#a581dbfaf12cb54906ec0056e4e6eff2d">setPrefix</a>(<span class="stringliteral">&quot;s&quot;</span>,nsp);
<a name="l00905"></a>00905   
<a name="l00906"></a>00906   xmlStream_-&gt;<a class="code" href="classXmlSerializer.html#a581dbfaf12cb54906ec0056e4e6eff2d">setPrefix</a>(<span class="stringliteral">&quot;xsi&quot;</span>,<a class="code" href="namespaceSchema.html#ad487ba72816770eabe894f1c6c43706b">Schema::SchemaInstaceUri</a>);
<a name="l00907"></a>00907   xmlStream_-&gt;<a class="code" href="classXmlSerializer.html#a5adbe29524bcbbaec614715dd2513b1a">startDocument</a>(<span class="stringliteral">&quot;UTF-8&quot;</span>,<span class="keyword">false</span>);
<a name="l00908"></a>00908 
<a name="l00909"></a>00909   <span class="keywordflow">return</span> instance1(tag,type_id);
<a name="l00910"></a>00910 }
<a name="l00911"></a>00911 
<a name="l00912"></a>00912 <span class="keywordtype">bool</span>
<a name="l00913"></a>00913 SchemaValidator::instance1(<span class="keyword">const</span> std::string &amp;tag,
<a name="l00914"></a>00914                            <a class="code" href="namespaceSchema.html#acbe1398d097409fb3c2f948fa876711d">Schema::Type</a> type_id)
<a name="l00915"></a>00915 {
<a name="l00916"></a>00916 
<a name="l00917"></a>00917   std::string nsp = sParser_-&gt;<a class="code" href="classSchema_1_1SchemaParser.html#a64e1a1534e45266a717fd1c52cbb337c">getNamespace</a>();
<a name="l00918"></a>00918   <span class="keyword">static</span> <span class="keywordtype">bool</span> first = <span class="keyword">false</span>;
<a name="l00919"></a>00919   xmlStream_-&gt;<a class="code" href="classXmlSerializer.html#a01adaf67998b6079320403c4ef61d747">startTag</a>(nsp,tag);
<a name="l00920"></a>00920   <span class="keywordflow">if</span> (!first){
<a name="l00921"></a>00921     xmlStream_-&gt;<a class="code" href="classXmlSerializer.html#a88d64cc9e6ee3322f4fba0453cd858fd">attribute</a>(<span class="stringliteral">&quot;&quot;</span>,
<a name="l00922"></a>00922                           <span class="stringliteral">&quot;xmlns&quot;</span>,
<a name="l00923"></a>00923                           nsp);
<a name="l00924"></a>00924     first = <span class="keyword">true</span>;
<a name="l00925"></a>00925   }
<a name="l00926"></a>00926 
<a name="l00927"></a>00927 
<a name="l00928"></a>00928   <span class="comment">//  xmlStream_-&gt;attribute(Schema::SchemaInstaceUri,</span>
<a name="l00929"></a>00929   <span class="comment">//            &quot;type&quot;,</span>
<a name="l00930"></a>00930   <span class="comment">//            &quot;s:&quot;+sParser_-&gt;getTypeName(type_id));</span>
<a name="l00931"></a>00931   <span class="keyword">const</span> XSDType * pType = sParser_-&gt;getType(type_id);
<a name="l00932"></a>00932 
<a name="l00933"></a>00933   <span class="keywordflow">if</span> ( pType== 0 ||
<a name="l00934"></a>00934        pType-&gt;isSimple()){
<a name="l00935"></a>00935 
<a name="l00936"></a>00936     xmlStream_-&gt;<a class="code" href="classXmlSerializer.html#a41f639b27ee7f69ae988b47f377976ac">text</a>(<span class="stringliteral">&quot;&quot;</span>); <span class="comment">//simple content types</span>
<a name="l00937"></a>00937     
<a name="l00938"></a>00938   }
<a name="l00939"></a>00939   <span class="keywordflow">else</span> {
<a name="l00940"></a>00940 
<a name="l00941"></a>00941     <span class="keyword">const</span> ComplexType * ct =
<a name="l00942"></a>00942       <span class="keyword">static_cast&lt;</span><span class="keyword">const </span>ComplexType*<span class="keyword">&gt;</span>(pType);
<a name="l00943"></a>00943     
<a name="l00944"></a>00944     <span class="comment">//print attributes if any</span>
<a name="l00945"></a>00945     <span class="keywordflow">if</span> (ct-&gt;getNumAttributes() &gt; 0) {
<a name="l00946"></a>00946       
<a name="l00947"></a>00947       <span class="keywordflow">for</span> (<span class="keywordtype">int</span> i = 0; i &lt; ct-&gt;getNumAttributes(); i++) {
<a name="l00948"></a>00948         
<a name="l00949"></a>00949         <span class="keyword">const</span> Attribute*at = ct-&gt;getAttribute(i);
<a name="l00950"></a>00950         xmlStream_-&gt;<a class="code" href="classXmlSerializer.html#a88d64cc9e6ee3322f4fba0453cd858fd">attribute</a>(sParser_-&gt;getNamespace(),at-&gt;getName(),<span class="stringliteral">&quot;&quot;</span>);
<a name="l00951"></a>00951       }
<a name="l00952"></a>00952     }
<a name="l00953"></a>00953   
<a name="l00954"></a>00954 
<a name="l00955"></a>00955     <span class="keywordflow">if</span> (ct-&gt;getContentModel() == <a class="code" href="namespaceSchema.html#a84b8523395bb986be4b87ff834308103ac32a5decc6e36a85f67c84470f71967f">Schema::Simple</a>) {
<a name="l00956"></a>00956       
<a name="l00957"></a>00957       xmlStream_-&gt;<a class="code" href="classXmlSerializer.html#a41f639b27ee7f69ae988b47f377976ac">text</a>(<span class="stringliteral">&quot;&quot;</span>);
<a name="l00958"></a>00958     }
<a name="l00959"></a>00959     <span class="keywordflow">else</span>{
<a name="l00960"></a>00960 
<a name="l00961"></a>00961       ContentModel* cm=ct-&gt;getContents();
<a name="l00962"></a>00962       instanceCM(cm);
<a name="l00963"></a>00963       
<a name="l00964"></a>00964     }
<a name="l00965"></a>00965   }
<a name="l00966"></a>00966   xmlStream_-&gt;<a class="code" href="classXmlSerializer.html#aaf9f5d950772c5dff828d39e30715fd0">endTag</a>(nsp,tag);
<a name="l00967"></a>00967   <span class="keywordflow">return</span>  <span class="keyword">true</span>;
<a name="l00968"></a>00968 }
<a name="l00969"></a>00969 
<a name="l00970"></a>00970 
<a name="l00971"></a>00971 
<a name="l00972"></a>00972 
<a name="l00973"></a>00973 <span class="keywordtype">void</span>
<a name="l00974"></a>00974 SchemaValidator::instanceCM(ContentModel *cm)
<a name="l00975"></a>00975         
<a name="l00976"></a>00976 {
<a name="l00977"></a>00977   
<a name="l00978"></a>00978   <a class="code" href="classSchema_1_1ContentModel.html#aa9cf695e363a4535c0ccc41870aeaada">ContentModel::ContentsIterator</a> cit_b=cm-&gt;begin();
<a name="l00979"></a>00979   <a class="code" href="classSchema_1_1ContentModel.html#aa9cf695e363a4535c0ccc41870aeaada">ContentModel::ContentsIterator</a> cit_e=cm-&gt;end();
<a name="l00980"></a>00980   <a class="code" href="classSchema_1_1ContentModel.html#aa9cf695e363a4535c0ccc41870aeaada">ContentModel::ContentsIterator</a> ci=cit_b;
<a name="l00981"></a>00981 
<a name="l00982"></a>00982   <span class="keywordflow">switch</span> (cm-&gt;getCompositor())
<a name="l00983"></a>00983     {
<a name="l00984"></a>00984     <span class="keywordflow">case</span> <a class="code" href="namespaceSchema.html#a1adfaf18fd7d826648b3d01d953a434cad72664c314f8671075e550b614c63990">Schema::All</a>:
<a name="l00985"></a>00985     <span class="keywordflow">case</span> <a class="code" href="namespaceSchema.html#a1adfaf18fd7d826648b3d01d953a434ca24a2a381feadbd50e8005da5f7dbffca">Schema::Sequence</a>:
<a name="l00986"></a>00986     <span class="keywordflow">case</span> <a class="code" href="namespaceSchema.html#a1adfaf18fd7d826648b3d01d953a434cab1b96c47de244209c2c1ed736cb08869">Schema::Choice</a>:
<a name="l00987"></a>00987       {
<a name="l00988"></a>00988         <span class="comment">// a simple logic to start with</span>
<a name="l00989"></a>00989         <span class="comment">// not taking care of all,choice ,sequence as of now</span>
<a name="l00990"></a>00990         
<a name="l00991"></a>00991         <span class="keywordflow">for</span> (ci=cit_b;ci!=cit_e;ci++){
<a name="l00992"></a>00992           
<a name="l00993"></a>00993           <span class="keywordflow">if</span>(ci-&gt;second==<a class="code" href="classSchema_1_1ContentModel.html#aedaa0c76908d1e71d9f9a265e6be7999a5d69e35d405e0b487cfb5e6dbdd607e8">ContentModel::Particle</a> &amp;&amp;
<a name="l00994"></a>00994              ci-&gt;first.e-&gt;getMax() &gt; 0){
<a name="l00995"></a>00995 
<a name="l00996"></a>00996             <span class="keyword">const</span> SchemaParser* s1Parser = sParser_;
<a name="l00997"></a>00997             <a class="code" href="namespaceSchema.html#acbe1398d097409fb3c2f948fa876711d">Schema::Type</a> t=(<a class="code" href="namespaceSchema.html#acbe1398d097409fb3c2f948fa876711d">Schema::Type</a>)ci-&gt;first.e-&gt;getType();
<a name="l00998"></a>00998             
<a name="l00999"></a>00999             <span class="keywordflow">if</span> (!ci-&gt;first.e-&gt;getTypeNamespace().empty() &amp;&amp;
<a name="l01000"></a>01000                 sParser_-&gt;isImported(ci-&gt;first.e-&gt;getTypeNamespace()) &amp;&amp;
<a name="l01001"></a>01001                 sParser_-&gt;getNamespace() != ci-&gt;first.e-&gt;getTypeNamespace()) {
<a name="l01002"></a>01002         
<a name="l01003"></a>01003               <span class="comment">//here the type of the element is defined in another imported schemaparser</span>
<a name="l01004"></a>01004               <span class="comment">//so try to get the pointer.</span>
<a name="l01005"></a>01005               t = (<a class="code" href="namespaceSchema.html#acbe1398d097409fb3c2f948fa876711d">Schema::Type</a>)sParser_-&gt;getType(t)-&gt;getTypeId();
<a name="l01006"></a>01006               sParser_ = sParser_-&gt;getImportedSchemaParser(ci-&gt;first.e-&gt;getTypeNamespace());
<a name="l01007"></a>01007             }
<a name="l01008"></a>01008            
<a name="l01009"></a>01009             instance1(ci-&gt;first.e-&gt;getName(),t);
<a name="l01010"></a>01010             sParser_ = s1Parser;
<a name="l01011"></a>01011           }
<a name="l01012"></a>01012           <span class="keywordflow">else</span> <span class="keywordflow">if</span> (ci-&gt;second==<a class="code" href="classSchema_1_1ContentModel.html#aedaa0c76908d1e71d9f9a265e6be7999a478214665d38e02ede589a1ac2708032">ContentModel::Container</a>) {
<a name="l01013"></a>01013             
<a name="l01014"></a>01014             <span class="comment">//nested xsd:sequence inside choice..nested content models</span>
<a name="l01015"></a>01015             instanceCM(ci-&gt;first.c);
<a name="l01016"></a>01016               
<a name="l01017"></a>01017           }
<a name="l01018"></a>01018           <span class="keywordflow">else</span> <span class="keywordflow">if</span> (ci-&gt;second==<a class="code" href="classSchema_1_1ContentModel.html#aedaa0c76908d1e71d9f9a265e6be7999aeda83e1ea685e158b066889e0fc97080">ContentModel::ParticleGroup</a>){
<a name="l01019"></a>01019             
<a name="l01020"></a>01020             <span class="comment">//xsd:group inside </span>
<a name="l01021"></a>01021             instanceCM(ci-&gt;first.g-&gt;getContents());
<a name="l01022"></a>01022                                 
<a name="l01023"></a>01023           }
<a name="l01024"></a>01024         }
<a name="l01025"></a>01025         <span class="keywordflow">break</span>;
<a name="l01026"></a>01026       }
<a name="l01027"></a>01027     }
<a name="l01028"></a>01028 }
<a name="l01029"></a>01029 
<a name="l01030"></a>01030 }
<a name="l01031"></a>01031 <span class="comment">//TODO validation of &lt;any&gt;</span>
<a name="l01032"></a>01032 <span class="comment">//TODO validation of base64binary,hexBinary</span>
<a name="l01033"></a>01033 <span class="comment">//TODO validation of types derived by extension/restriction of complex types</span>
</pre></div></div>
<!--- window showing the filter options -->
<div id="MSearchSelectWindow"
     onmouseover="return searchBox.OnSearchSelectShow()"
     onmouseout="return searchBox.OnSearchSelectHide()"
     onkeydown="return searchBox.OnSearchSelectKey(event)">
<a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(0)"><span class="SelectionMark">&nbsp;</span>All</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(1)"><span class="SelectionMark">&nbsp;</span>Classes</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(2)"><span class="SelectionMark">&nbsp;</span>Namespaces</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(3)"><span class="SelectionMark">&nbsp;</span>Files</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(4)"><span class="SelectionMark">&nbsp;</span>Functions</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(5)"><span class="SelectionMark">&nbsp;</span>Variables</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(6)"><span class="SelectionMark">&nbsp;</span>Typedefs</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(7)"><span class="SelectionMark">&nbsp;</span>Enumerations</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(8)"><span class="SelectionMark">&nbsp;</span>Enumerator</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(9)"><span class="SelectionMark">&nbsp;</span>Friends</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(10)"><span class="SelectionMark">&nbsp;</span>Defines</a></div>

<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="" frameborder="0" 
        name="MSearchResults" id="MSearchResults">
</iframe>
</div>

<hr class="footer"/><address style="text-align: right;"><small>Generated by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.2-20100208 </small></address>
</body>
</html>