Sophie

Sophie

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

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: Schema::SchemaValidator Class Reference</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 class="current"><a href="annotated.html"><span>Classes</span></a></li>
      <li><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="annotated.html"><span>Class&nbsp;List</span></a></li>
      <li><a href="classes.html"><span>Class&nbsp;Index</span></a></li>
      <li><a href="hierarchy.html"><span>Class&nbsp;Hierarchy</span></a></li>
      <li><a href="functions.html"><span>Class&nbsp;Members</span></a></li>
    </ul>
  </div>
  <div class="navpath"><a class="el" href="namespaceSchema.html">Schema</a>::<a class="el" href="classSchema_1_1SchemaValidator.html">SchemaValidator</a>
  </div>
</div>
<div class="contents">
<h1>Schema::SchemaValidator Class Reference</h1><!-- doxytag: class="Schema::SchemaValidator" -->
<p><code>#include &lt;<a class="el" href="SchemaValidator_8h_source.html">SchemaValidator.h</a>&gt;</code></p>

<p><a href="classSchema_1_1SchemaValidator-members.html">List of all members.</a></p>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td colspan="2"><h2>Public Member Functions</h2></td></tr>
<tr><td colspan="2"><div class="groupHeader">Constructors and Destructors</div></td></tr>
<tr><td colspan="2"><div class="groupText"><p><a class="anchor" id="amgrp64fb2b8a2107864a2f56d3f7cc47f3aa"></a> </p>
</div></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classSchema_1_1SchemaValidator.html#a351be7b6a1c107774c53669135cfbc23">SchemaValidator</a> (const <a class="el" href="classSchema_1_1SchemaParser.html">SchemaParser</a> *sp, std::ostream &amp;os=std::cout)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classSchema_1_1SchemaValidator.html#adbc11cc54abc875166d2037fba8d5983">~SchemaValidator</a> ()</td></tr>
<tr><td colspan="2"><div class="groupHeader">validate</div></td></tr>
<tr><td colspan="2"><div class="groupText"><p><a class="anchor" id="amgrpf9ab05454998236921a6b0e281fae632"></a>This is the main function to validate any type with its instance</p>
<dl><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em><a class="el" href="classXmlPullParser.html">XmlPullParser</a></em>&nbsp;</td><td>instance of the xml stream containing the instance of the schema type </td></tr>
    <tr><td valign="top"></td><td valign="top"><em>pointer</em>&nbsp;</td><td>to the type whose instance must be validated </td></tr>
    <tr><td valign="top"></td><td valign="top"><em>type</em>&nbsp;</td><td>container to be used (can be null) </td></tr>
  </table>
  </dd>
</dl>
<dl class="return"><dt><b>Returns:</b></dt><dd>type container containing an instance of the schema type </dd></dl>
</div></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="classSchema_1_1TypeContainer.html">TypeContainer</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classSchema_1_1SchemaValidator.html#a408b10148dfbcc921dabf7893e11ae36">validate</a> (<a class="el" href="classXmlPullParser.html">XmlPullParser</a> *xpp, int typeId, <a class="el" href="classSchema_1_1TypeContainer.html">TypeContainer</a> *ipTc=0)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="classSchema_1_1TypeContainer.html">TypeContainer</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classSchema_1_1SchemaValidator.html#ae2db1441664df8711af948121d1cad1e">validate</a> (const std::string &amp;val, int typeId, <a class="el" href="classSchema_1_1TypeContainer.html">TypeContainer</a> *ipTc=0, <a class="el" href="classXmlPullParser.html">XmlPullParser</a> *xpp=0)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="classSchema_1_1TypeContainer.html">TypeContainer</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classSchema_1_1SchemaValidator.html#ad449ba92f860d529866639da0c256673">validate</a> (void *value, int typeId, <a class="el" href="classSchema_1_1TypeContainer.html">TypeContainer</a> *ipTc=0, <a class="el" href="classXmlPullParser.html">XmlPullParser</a> *xpp=0)</td></tr>
<tr><td colspan="2"><div class="groupHeader">instance</div></td></tr>
<tr><td colspan="2"><div class="groupText"><p><a class="anchor" id="amgrp7123a699d77db6479a1d8ece2c4f1c16"></a>This method generates instance of a type</p>
<dl><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>The</em>&nbsp;</td><td>tag name of the root element </td></tr>
    <tr><td valign="top"></td><td valign="top"><em>type</em>&nbsp;</td><td>id of the element </td></tr>
  </table>
  </dd>
</dl>
</div></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">bool&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classSchema_1_1SchemaValidator.html#a26d9d6cd0c4d9065b769b4cc85da7ede">instance</a> (const std::string &amp;tag, <a class="el" href="namespaceSchema.html#acbe1398d097409fb3c2f948fa876711d">Schema::Type</a> type_id)</td></tr>
</table>
<hr/><a name="_details"></a><h2>Detailed Description</h2>

<p>Definition at line <a class="el" href="SchemaValidator_8h_source.html#l00034">34</a> of file <a class="el" href="SchemaValidator_8h_source.html">SchemaValidator.h</a>.</p>
<hr/><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" id="a351be7b6a1c107774c53669135cfbc23"></a><!-- doxytag: member="Schema::SchemaValidator::SchemaValidator" ref="a351be7b6a1c107774c53669135cfbc23" args="(const SchemaParser *sp, std::ostream &amp;os=std::cout)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">Schema::SchemaValidator::SchemaValidator </td>
          <td>(</td>
          <td class="paramtype">const <a class="el" href="classSchema_1_1SchemaParser.html">SchemaParser</a> *&nbsp;</td>
          <td class="paramname"> <em>sp</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">std::ostream &amp;&nbsp;</td>
          <td class="paramname"> <em>os</em> = <code>std::cout</code></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>The constructor for <a class="el" href="classSchema_1_1SchemaValidator.html">SchemaValidator</a> </p>
<dl><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>pointer</em>&nbsp;</td><td>to the schema parser instance for the schema </td></tr>
    <tr><td valign="top"></td><td valign="top"><em>output</em>&nbsp;</td><td>stream to write generated instances </td></tr>
  </table>
  </dd>
</dl>

<p>Definition at line <a class="el" href="SchemaValidator_8cpp_source.html#l00031">31</a> of file <a class="el" href="SchemaValidator_8cpp_source.html">SchemaValidator.cpp</a>.</p>

</div>
</div>
<a class="anchor" id="adbc11cc54abc875166d2037fba8d5983"></a><!-- doxytag: member="Schema::SchemaValidator::~SchemaValidator" ref="adbc11cc54abc875166d2037fba8d5983" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">Schema::SchemaValidator::~SchemaValidator </td>
          <td>(</td>
          <td class="paramname"></td>
          <td>&nbsp;)&nbsp;</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>The constructor for <a class="el" href="classSchema_1_1SchemaValidator.html">SchemaValidator</a> </p>
<dl><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>pointer</em>&nbsp;</td><td>to the schema parser instance for the schema </td></tr>
    <tr><td valign="top"></td><td valign="top"><em>output</em>&nbsp;</td><td>stream to write generated instances </td></tr>
  </table>
  </dd>
</dl>

<p>Definition at line <a class="el" href="SchemaValidator_8cpp_source.html#l00040">40</a> of file <a class="el" href="SchemaValidator_8cpp_source.html">SchemaValidator.cpp</a>.</p>

</div>
</div>
<hr/><h2>Member Function Documentation</h2>
<a class="anchor" id="a408b10148dfbcc921dabf7893e11ae36"></a><!-- doxytag: member="Schema::SchemaValidator::validate" ref="a408b10148dfbcc921dabf7893e11ae36" args="(XmlPullParser *xpp, int typeId, TypeContainer *ipTc=0)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="classSchema_1_1TypeContainer.html">TypeContainer</a> * Schema::SchemaValidator::validate </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="classXmlPullParser.html">XmlPullParser</a> *&nbsp;</td>
          <td class="paramname"> <em>xpp</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">int&nbsp;</td>
          <td class="paramname"> <em>typeId</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="classSchema_1_1TypeContainer.html">TypeContainer</a> *&nbsp;</td>
          <td class="paramname"> <em>ipTc</em> = <code>0</code></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="SchemaValidator_8cpp_source.html#l00055">55</a> of file <a class="el" href="SchemaValidator_8cpp_source.html">SchemaValidator.cpp</a>.</p>

<p>References <a class="el" href="SchemaParserException_8h_source.html#l00034">Schema::SchemaParserException::col</a>, <a class="el" href="Schema_8h_source.html#l00047">Schema::Complex</a>, <a class="el" href="XmlPullParser_8h_source.html#l00130">XmlPullParser::END_TAG</a>, <a class="el" href="XmlPullParser_8h_source.html#l00133">XmlPullParser::ENTITY_REF</a>, <a class="el" href="ComplexType_8cpp_source.html#l00080">Schema::ComplexType::getAttribute()</a>, <a class="el" href="TypeContainer_8cpp_source.html#l00094">Schema::TypeContainer::getAttributeContainer()</a>, <a class="el" href="XmlPullParser_8h_source.html#l00088">XmlPullParser::getAttributeCount()</a>, <a class="el" href="XmlPullParser_8cpp_source.html#l01110">XmlPullParser::getAttributeName()</a>, <a class="el" href="XmlPullParser_8cpp_source.html#l01102">XmlPullParser::getAttributeNamespace()</a>, <a class="el" href="XmlPullParser_8cpp_source.html#l01126">XmlPullParser::getAttributeValue()</a>, <a class="el" href="TypeContainer_8cpp_source.html#l00202">Schema::TypeContainer::getBaseTypeContainer()</a>, <a class="el" href="XSDType_8h_source.html#l00185">Schema::XSDType::getBaseTypeId()</a>, <a class="el" href="TypeContainer_8cpp_source.html#l00127">Schema::TypeContainer::getChildContainer()</a>, <a class="el" href="XmlPullParser_8h_source.html#l00068">XmlPullParser::getColumnNumber()</a>, <a class="el" href="XSDType_8h_source.html#l00164">Schema::XSDType::getContentModel()</a>, <a class="el" href="ComplexType_8h_source.html#l00155">Schema::ComplexType::getContents()</a>, <a class="el" href="ComplexType_8h_source.html#l00104">Schema::ComplexType::getContentType()</a>, <a class="el" href="XmlPullParser_8h_source.html#l00105">XmlPullParser::getEventType()</a>, <a class="el" href="SchemaParser_8h_source.html#l00429">Schema::SchemaParser::getImportedSchemaParser()</a>, <a class="el" href="XmlPullParser_8h_source.html#l00064">XmlPullParser::getLineNumber()</a>, <a class="el" href="XmlPullParser_8h_source.html#l00079">XmlPullParser::getName()</a>, <a class="el" href="SchemaParser_8cpp_source.html#l01888">Schema::SchemaParser::getNamespace()</a>, <a class="el" href="XSDType_8h_source.html#l00236">Schema::XSDType::getNamespace()</a>, <a class="el" href="XSDType_8h_source.html#l00155">Schema::XSDType::getQname()</a>, <a class="el" href="XmlPullParser_8cpp_source.html#l01065">XmlPullParser::getText()</a>, <a class="el" href="Attribute_8h_source.html#l00090">Schema::Attribute::getType()</a>, <a class="el" href="SchemaParser_8cpp_source.html#l01902">Schema::SchemaParser::getType()</a>, <a class="el" href="TypeContainer_8h_source.html#l00230">Schema::TypeContainer::getTypeId()</a>, <a class="el" href="SchemaParser_8cpp_source.html#l01595">Schema::SchemaParser::isBasicType()</a>, <a class="el" href="SchemaParser_8h_source.html#l00423">Schema::SchemaParser::isImported()</a>, <a class="el" href="classSchema_1_1XSDType.html#a6f87708ce2ba5f5ec7a7b3f5e7e0007b">Schema::XSDType::isSimple()</a>, <a class="el" href="SchemaParserException_8h_source.html#l00034">Schema::SchemaParserException::line</a>, <a class="el" href="XmlPullParser_8cpp_source.html#l01191">XmlPullParser::nextTag()</a>, <a class="el" href="XmlPullParser_8cpp_source.html#l01173">XmlPullParser::nextToken()</a>, <a class="el" href="SchemaParser_8cpp_source.html#l00148">Schema::SchemaParser::parseSchemaTag()</a>, <a class="el" href="Schema_8h_source.html#l00046">Schema::Simple</a>, <a class="el" href="XmlPullParser_8cpp_source.html#l01271">XmlPullParser::skipSubTree()</a>, <a class="el" href="XmlPullParser_8h_source.html#l00131">XmlPullParser::TEXT</a>, <a class="el" href="Schema_8h_source.html#l00087">Schema::XSD_ANY</a>, <a class="el" href="Schema_8h_source.html#l00088">Schema::XSD_ANYTYPE</a>, and <a class="el" href="Schema_8h_source.html#l00062">Schema::XSD_SCHEMA</a>.</p>

<p>Referenced by <a class="el" href="Soap_8cpp_source.html#l00147">WsdlPull::Soap::handleElement()</a>, <a class="el" href="schema_8cpp_source.html#l00049">main()</a>, <a class="el" href="WsdlInvoker_8cpp_source.html#l00794">WsdlPull::WsdlInvoker::setInputValue()</a>, and <a class="el" href="SchemaValidator_8cpp_source.html#l00609">validate()</a>.</p>

</div>
</div>
<a class="anchor" id="ae2db1441664df8711af948121d1cad1e"></a><!-- doxytag: member="Schema::SchemaValidator::validate" ref="ae2db1441664df8711af948121d1cad1e" args="(const std::string &amp;val, int typeId, TypeContainer *ipTc=0, XmlPullParser *xpp=0)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="classSchema_1_1TypeContainer.html">TypeContainer</a> * Schema::SchemaValidator::validate </td>
          <td>(</td>
          <td class="paramtype">const std::string &amp;&nbsp;</td>
          <td class="paramname"> <em>val</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">int&nbsp;</td>
          <td class="paramname"> <em>typeId</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="classSchema_1_1TypeContainer.html">TypeContainer</a> *&nbsp;</td>
          <td class="paramname"> <em>ipTc</em> = <code>0</code>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="classXmlPullParser.html">XmlPullParser</a> *&nbsp;</td>
          <td class="paramname"> <em>xpp</em> = <code>0</code></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="SchemaValidator_8cpp_source.html#l00609">609</a> of file <a class="el" href="SchemaValidator_8cpp_source.html">SchemaValidator.cpp</a>.</p>

<p>References <a class="el" href="XSDType_8h_source.html#l00185">Schema::XSDType::getBaseTypeId()</a>, <a class="el" href="SchemaParser_8cpp_source.html#l02110">Schema::SchemaParser::getBasicContentType()</a>, <a class="el" href="XSDType_8h_source.html#l00164">Schema::XSDType::getContentModel()</a>, <a class="el" href="ComplexType_8h_source.html#l00104">Schema::ComplexType::getContentType()</a>, <a class="el" href="SchemaParser_8cpp_source.html#l01902">Schema::SchemaParser::getType()</a>, <a class="el" href="SchemaParser_8cpp_source.html#l01595">Schema::SchemaParser::isBasicType()</a>, <a class="el" href="SimpleType_8h_source.html#l00141">Schema::SimpleType::isList()</a>, <a class="el" href="classSchema_1_1XSDType.html#a6f87708ce2ba5f5ec7a7b3f5e7e0007b">Schema::XSDType::isSimple()</a>, <a class="el" href="SimpleType_8h_source.html#l00148">Schema::SimpleType::isUnion()</a>, <a class="el" href="TypeContainer_8h_source.html#l00260">Schema::TypeContainer::isValueValid()</a>, <a class="el" href="TypeContainer_8h_source.html#l00244">Schema::TypeContainer::setValAsString()</a>, <a class="el" href="Schema_8h_source.html#l00046">Schema::Simple</a>, <a class="el" href="SchemaValidator_8cpp_source.html#l00055">validate()</a>, and <a class="el" href="Schema_8h_source.html#l00061">Schema::XSD_INVALID</a>.</p>

</div>
</div>
<a class="anchor" id="ad449ba92f860d529866639da0c256673"></a><!-- doxytag: member="Schema::SchemaValidator::validate" ref="ad449ba92f860d529866639da0c256673" args="(void *value, int typeId, TypeContainer *ipTc=0, XmlPullParser *xpp=0)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="classSchema_1_1TypeContainer.html">TypeContainer</a> * Schema::SchemaValidator::validate </td>
          <td>(</td>
          <td class="paramtype">void *&nbsp;</td>
          <td class="paramname"> <em>value</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">int&nbsp;</td>
          <td class="paramname"> <em>typeId</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="classSchema_1_1TypeContainer.html">TypeContainer</a> *&nbsp;</td>
          <td class="paramname"> <em>ipTc</em> = <code>0</code>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="classXmlPullParser.html">XmlPullParser</a> *&nbsp;</td>
          <td class="paramname"> <em>xpp</em> = <code>0</code></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="SchemaValidator_8cpp_source.html#l00491">491</a> of file <a class="el" href="SchemaValidator_8cpp_source.html">SchemaValidator.cpp</a>.</p>

<p>References <a class="el" href="SchemaParser_8cpp_source.html#l02110">Schema::SchemaParser::getBasicContentType()</a>, <a class="el" href="SchemaParser_8cpp_source.html#l01902">Schema::SchemaParser::getType()</a>, <a class="el" href="SimpleType_8h_source.html#l00141">Schema::SimpleType::isList()</a>, <a class="el" href="classSchema_1_1XSDType.html#a6f87708ce2ba5f5ec7a7b3f5e7e0007b">Schema::XSDType::isSimple()</a>, <a class="el" href="SimpleType_8h_source.html#l00148">Schema::SimpleType::isUnion()</a>, <a class="el" href="SimpleType_8cpp_source.html#l00242">Schema::SimpleType::isValidFloat()</a>, <a class="el" href="SimpleType_8cpp_source.html#l00172">Schema::SimpleType::isValidInt()</a>, <a class="el" href="SimpleType_8cpp_source.html#l00251">Schema::SimpleType::isValidString()</a>, <a class="el" href="TypeContainer_8h_source.html#l00146">Schema::TypeContainer::setValue()</a>, <a class="el" href="Schema_8h_source.html#l00076">Schema::XSD_BOOLEAN</a>, <a class="el" href="Schema_8h_source.html#l00066">Schema::XSD_BYTE</a>, <a class="el" href="Schema_8h_source.html#l00073">Schema::XSD_DECIMAL</a>, <a class="el" href="Schema_8h_source.html#l00075">Schema::XSD_DOUBLE</a>, <a class="el" href="Schema_8h_source.html#l00074">Schema::XSD_FLOAT</a>, <a class="el" href="Schema_8h_source.html#l00065">Schema::XSD_INT</a>, <a class="el" href="Schema_8h_source.html#l00064">Schema::XSD_INTEGER</a>, <a class="el" href="Schema_8h_source.html#l00069">Schema::XSD_LONG</a>, <a class="el" href="Schema_8h_source.html#l00067">Schema::XSD_POSINT</a>, <a class="el" href="Schema_8h_source.html#l00081">Schema::XSD_QNAME</a>, <a class="el" href="Schema_8h_source.html#l00063">Schema::XSD_STRING</a>, and <a class="el" href="Schema_8h_source.html#l00070">Schema::XSD_ULONG</a>.</p>

</div>
</div>
<a class="anchor" id="a26d9d6cd0c4d9065b769b4cc85da7ede"></a><!-- doxytag: member="Schema::SchemaValidator::instance" ref="a26d9d6cd0c4d9065b769b4cc85da7ede" args="(const std::string &amp;tag, Schema::Type type_id)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">bool Schema::SchemaValidator::instance </td>
          <td>(</td>
          <td class="paramtype">const std::string &amp;&nbsp;</td>
          <td class="paramname"> <em>tag</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="namespaceSchema.html#acbe1398d097409fb3c2f948fa876711d">Schema::Type</a>&nbsp;</td>
          <td class="paramname"> <em>type_id</em></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="SchemaValidator_8cpp_source.html#l00894">894</a> of file <a class="el" href="SchemaValidator_8cpp_source.html">SchemaValidator.cpp</a>.</p>

<p>References <a class="el" href="SchemaParser_8cpp_source.html#l01888">Schema::SchemaParser::getNamespace()</a>, <a class="el" href="Schema_8h_source.html#l00093">Schema::SchemaInstaceUri</a>, <a class="el" href="XmlSerializer_8cpp_source.html#l00269">XmlSerializer::setPrefix()</a>, and <a class="el" href="XmlSerializer_8cpp_source.html#l00290">XmlSerializer::startDocument()</a>.</p>

<p>Referenced by <a class="el" href="schema_8cpp_source.html#l00049">main()</a>.</p>

</div>
</div>
<hr/>The documentation for this class was generated from the following files:<ul>
<li>/builddir/build/BUILD/wsdlpull-1.23/src/schemaparser/<a class="el" href="SchemaValidator_8h_source.html">SchemaValidator.h</a></li>
<li>/builddir/build/BUILD/wsdlpull-1.23/src/schemaparser/<a class="el" href="SchemaValidator_8cpp_source.html">SchemaValidator.cpp</a></li>
</ul>
</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>