Sophie

Sophie

distrib > Mageia > 6 > armv5tl > media > core-updates > by-pkgid > 21683c2052716543063aae9960d9aef7 > files > 547

xerces-c-doc-3.1.4-2.1.mga6.noarch.rpm

<!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"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.5"/>
<title>Xerces-C++: DOMTypeInfo Class Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
 <tbody>
 <tr style="height: 56px;">
  <td style="padding-left: 0.5em;">
   <div id="projectname">Xerces-C++
   &#160;<span id="projectnumber">3.1.4</span>
   </div>
  </td>
 </tr>
 </tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.5 -->
  <div id="navrow1" class="tabs">
    <ul class="tablist">
      <li><a href="index.html"><span>Main&#160;Page</span></a></li>
      <li><a href="pages.html"><span>Related&#160;Pages</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>
    </ul>
  </div>
  <div id="navrow2" class="tabs2">
    <ul class="tablist">
      <li><a href="annotated.html"><span>Class&#160;List</span></a></li>
      <li><a href="classes.html"><span>Class&#160;Index</span></a></li>
      <li><a href="hierarchy.html"><span>Class&#160;Hierarchy</span></a></li>
      <li><a href="functions.html"><span>Class&#160;Members</span></a></li>
    </ul>
  </div>
</div><!-- top -->
<div class="header">
  <div class="summary">
<a href="classDOMTypeInfo-members.html">List of all members</a>  </div>
  <div class="headertitle">
<div class="title">DOMTypeInfo Class Reference<span class="mlabels"><span class="mlabel">abstract</span></span></div>  </div>
</div><!--header-->
<div class="contents">

<p>The <code><a class="el" href="classDOMTypeInfo.html" title="The DOMTypeInfo interface represent a type used by DOMElement or DOMAttr nodes, specified in the sche...">DOMTypeInfo</a></code> interface represent a type used by <code><a class="el" href="classDOMElement.html" title="By far the vast majority of objects (apart from text) that authors encounter when traversing a docume...">DOMElement</a></code> or <code><a class="el" href="classDOMAttr.html" title="The DOMAttr class refers to an attribute of an XML element. ">DOMAttr</a></code> nodes, specified in the schemas associated with the document.  
 <a href="classDOMTypeInfo.html#details">More...</a></p>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-types"></a>
Public Types</h2></td></tr>
<tr><td colspan="2"><div class="groupHeader">Public Contants</div></td></tr>
<tr class="memitem:abfb1e33745b4b3145cc67963c819b42e"><td class="memItemLeft" align="right" valign="top">enum &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classDOMTypeInfo.html#abfb1e33745b4b3145cc67963c819b42e">DerivationMethods</a> { <a class="el" href="classDOMTypeInfo.html#abfb1e33745b4b3145cc67963c819b42ea27da63c4f38899b9d927da3681d435c8">DERIVATION_RESTRICTION</a> = 0x001, 
<a class="el" href="classDOMTypeInfo.html#abfb1e33745b4b3145cc67963c819b42ea577016af1351f9cf24ee5f73b069d14f">DERIVATION_EXTENSION</a> = 0x002, 
<a class="el" href="classDOMTypeInfo.html#abfb1e33745b4b3145cc67963c819b42ea14ea74a03f08fa19a426fc69c629ede9">DERIVATION_UNION</a> = 0x004, 
<a class="el" href="classDOMTypeInfo.html#abfb1e33745b4b3145cc67963c819b42ead862c8eadd436a3e1a7784a993da57fd">DERIVATION_LIST</a> = 0x008
 }</td></tr>
<tr class="memdesc:abfb1e33745b4b3145cc67963c819b42e"><td class="mdescLeft">&#160;</td><td class="mdescRight">These are the available values for the derivationMethod parameter used by the method <code><a class="el" href="classDOMTypeInfo.html#a41c10bd911862fd6814fc25b821e278e" title="This method returns if there is a derivation between the reference type definition, i.e. ">DOMTypeInfo::isDerivedFrom()</a></code>.  <a href="classDOMTypeInfo.html#abfb1e33745b4b3145cc67963c819b42e">More...</a><br/></td></tr>
<tr class="separator:abfb1e33745b4b3145cc67963c819b42e"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-methods"></a>
Public Member Functions</h2></td></tr>
<tr><td colspan="2"><div class="groupHeader">Destructor</div></td></tr>
<tr class="memitem:a85da285b933ea46f6ce655ff67b183fa"><td class="memItemLeft" align="right" valign="top">virtual&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classDOMTypeInfo.html#a85da285b933ea46f6ce655ff67b183fa">~DOMTypeInfo</a> ()</td></tr>
<tr class="memdesc:a85da285b933ea46f6ce655ff67b183fa"><td class="mdescLeft">&#160;</td><td class="mdescRight">Destructor.  <a href="#a85da285b933ea46f6ce655ff67b183fa">More...</a><br/></td></tr>
<tr class="separator:a85da285b933ea46f6ce655ff67b183fa"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr><td colspan="2"><div class="groupHeader"></div></td></tr>
<tr class="memitem:a12b17db4327771d3d98c42924beaafa5"><td class="memItemLeft" align="right" valign="top">virtual const <a class="el" href="Xerces__autoconf__config_8borland_8hpp.html#a8cb107980a360c490ad7661f5d27cc0e">XMLCh</a> *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classDOMTypeInfo.html#a12b17db4327771d3d98c42924beaafa5">getTypeName</a> () const =0</td></tr>
<tr class="memdesc:a12b17db4327771d3d98c42924beaafa5"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns The name of a type declared for the associated <code><a class="el" href="classDOMElement.html" title="By far the vast majority of objects (apart from text) that authors encounter when traversing a docume...">DOMElement</a></code> or <code><a class="el" href="classDOMAttr.html" title="The DOMAttr class refers to an attribute of an XML element. ">DOMAttr</a></code>, or null if unknown.  <a href="#a12b17db4327771d3d98c42924beaafa5">More...</a><br/></td></tr>
<tr class="separator:a12b17db4327771d3d98c42924beaafa5"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a7919693074a7a4cfb78ab944f9a19a54"><td class="memItemLeft" align="right" valign="top">virtual const <a class="el" href="Xerces__autoconf__config_8borland_8hpp.html#a8cb107980a360c490ad7661f5d27cc0e">XMLCh</a> *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classDOMTypeInfo.html#a7919693074a7a4cfb78ab944f9a19a54">getTypeNamespace</a> () const =0</td></tr>
<tr class="memdesc:a7919693074a7a4cfb78ab944f9a19a54"><td class="mdescLeft">&#160;</td><td class="mdescRight">The namespace of the type declared for the associated <code><a class="el" href="classDOMElement.html" title="By far the vast majority of objects (apart from text) that authors encounter when traversing a docume...">DOMElement</a></code> or <code><a class="el" href="classDOMAttr.html" title="The DOMAttr class refers to an attribute of an XML element. ">DOMAttr</a></code> or null if the <code><a class="el" href="classDOMElement.html" title="By far the vast majority of objects (apart from text) that authors encounter when traversing a docume...">DOMElement</a></code> does not have declaration or if no namespace information is available.  <a href="#a7919693074a7a4cfb78ab944f9a19a54">More...</a><br/></td></tr>
<tr class="separator:a7919693074a7a4cfb78ab944f9a19a54"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr><td colspan="2"><div class="groupHeader"></div></td></tr>
<tr class="memitem:a41c10bd911862fd6814fc25b821e278e"><td class="memItemLeft" align="right" valign="top">virtual bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classDOMTypeInfo.html#a41c10bd911862fd6814fc25b821e278e">isDerivedFrom</a> (const <a class="el" href="Xerces__autoconf__config_8borland_8hpp.html#a8cb107980a360c490ad7661f5d27cc0e">XMLCh</a> *typeNamespaceArg, const <a class="el" href="Xerces__autoconf__config_8borland_8hpp.html#a8cb107980a360c490ad7661f5d27cc0e">XMLCh</a> *typeNameArg, <a class="el" href="classDOMTypeInfo.html#abfb1e33745b4b3145cc67963c819b42e">DerivationMethods</a> derivationMethod) const =0</td></tr>
<tr class="memdesc:a41c10bd911862fd6814fc25b821e278e"><td class="mdescLeft">&#160;</td><td class="mdescRight">This method returns if there is a derivation between the reference type definition, i.e.  <a href="#a41c10bd911862fd6814fc25b821e278e">More...</a><br/></td></tr>
<tr class="separator:a41c10bd911862fd6814fc25b821e278e"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pro-methods"></a>
Protected Member Functions</h2></td></tr>
<tr><td colspan="2"><div class="groupHeader">Hidden constructors</div></td></tr>
<tr class="memitem:a8af4db599eae5186c194d86959dea44c"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classDOMTypeInfo.html#a8af4db599eae5186c194d86959dea44c">DOMTypeInfo</a> ()</td></tr>
<tr class="separator:a8af4db599eae5186c194d86959dea44c"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>The <code><a class="el" href="classDOMTypeInfo.html" title="The DOMTypeInfo interface represent a type used by DOMElement or DOMAttr nodes, specified in the sche...">DOMTypeInfo</a></code> interface represent a type used by <code><a class="el" href="classDOMElement.html" title="By far the vast majority of objects (apart from text) that authors encounter when traversing a docume...">DOMElement</a></code> or <code><a class="el" href="classDOMAttr.html" title="The DOMAttr class refers to an attribute of an XML element. ">DOMAttr</a></code> nodes, specified in the schemas associated with the document. </p>
<p>The type is a pair of a namespace URI and name properties, and depends on the document's schema. </p>
</div><h2 class="groupheader">Member Enumeration Documentation</h2>
<a class="anchor" id="abfb1e33745b4b3145cc67963c819b42e"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">enum <a class="el" href="classDOMTypeInfo.html#abfb1e33745b4b3145cc67963c819b42e">DOMTypeInfo::DerivationMethods</a></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>These are the available values for the derivationMethod parameter used by the method <code><a class="el" href="classDOMTypeInfo.html#a41c10bd911862fd6814fc25b821e278e" title="This method returns if there is a derivation between the reference type definition, i.e. ">DOMTypeInfo::isDerivedFrom()</a></code>. </p>
<p>It is a set of possible types of derivation, and the values represent bit positions. If a bit in the derivationMethod parameter is set to 1, the corresponding type of derivation will be taken into account when evaluating the derivation between the reference type definition and the other type definition. When using the isDerivedFrom method, combining all of them in the derivationMethod parameter is equivalent to invoking the method for each of them separately and combining the results with the OR boolean function. This specification only defines the type of derivation for XML Schema.</p>
<p>In addition to the types of derivation listed below, please note that:</p>
<ul>
<li>any type derives from xsd:anyType.</li>
<li>any simple type derives from xsd:anySimpleType by restriction.</li>
<li>any complex type does not derive from xsd:anySimpleType by restriction.</li>
</ul>
<p><code>DERIVATION_EXTENSION:</code> If the document's schema is an XML Schema [XML Schema Part 1], this constant represents the derivation by extension. The reference type definition is derived by extension from the other type definition if the other type definition can be reached recursively following the {base type definition} property from the reference type definition, and at least one of the derivation methods involved is an extension.</p>
<p><code>DERIVATION_LIST:</code> If the document's schema is an XML Schema [XML Schema Part 1], this constant represents the list. The reference type definition is derived by list from the other type definition if there exists two type definitions T1 and T2 such as the reference type definition is derived from T1 by DERIVATION_RESTRICTION or DERIVATION_EXTENSION, T2 is derived from the other type definition by DERIVATION_RESTRICTION, T1 has {variety} list, and T2 is the {item type definition}. Note that T1 could be the same as the reference type definition, and T2 could be the same as the other type definition.</p>
<p><code>DERIVATION_RESTRICTION:</code> If the document's schema is an XML Schema [XML Schema Part 1], this constant represents the derivation by restriction if complex types are involved, or a restriction if simple types are involved. The reference type definition is derived by restriction from the other type definition if the other type definition is the same as the reference type definition, or if the other type definition can be reached recursively following the {base type definition} property from the reference type definition, and all the derivation methods involved are restriction.</p>
<p><code>DERIVATION_UNION:</code> If the document's schema is an XML Schema [XML Schema Part 1], this constant represents the union if simple types are involved. The reference type definition is derived by union from the other type definition if there exists two type definitions T1 and T2 such as the reference type definition is derived from T1 by DERIVATION_RESTRICTION or DERIVATION_EXTENSION, T2 is derived from the other type definition by DERIVATION_RESTRICTION, T1 has {variety} union, and one of the {member type definitions} is T2. Note that T1 could be the same as the reference type definition, and T2 could be the same as the other type definition.</p>
<dl class="section since"><dt>Since</dt><dd>DOM Level 3 </dd></dl>
<table class="fieldtable">
<tr><th colspan="2">Enumerator</th></tr><tr><td class="fieldname"><em><a class="anchor" id="abfb1e33745b4b3145cc67963c819b42ea27da63c4f38899b9d927da3681d435c8"></a>DERIVATION_RESTRICTION</em>&nbsp;</td><td class="fielddoc">
</td></tr>
<tr><td class="fieldname"><em><a class="anchor" id="abfb1e33745b4b3145cc67963c819b42ea577016af1351f9cf24ee5f73b069d14f"></a>DERIVATION_EXTENSION</em>&nbsp;</td><td class="fielddoc">
</td></tr>
<tr><td class="fieldname"><em><a class="anchor" id="abfb1e33745b4b3145cc67963c819b42ea14ea74a03f08fa19a426fc69c629ede9"></a>DERIVATION_UNION</em>&nbsp;</td><td class="fielddoc">
</td></tr>
<tr><td class="fieldname"><em><a class="anchor" id="abfb1e33745b4b3145cc67963c819b42ead862c8eadd436a3e1a7784a993da57fd"></a>DERIVATION_LIST</em>&nbsp;</td><td class="fielddoc">
</td></tr>
</table>

</div>
</div>
<h2 class="groupheader">Constructor &amp; Destructor Documentation</h2>
<a class="anchor" id="a8af4db599eae5186c194d86959dea44c"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname">DOMTypeInfo::DOMTypeInfo </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td></td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">protected</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

</div>
</div>
<a class="anchor" id="a85da285b933ea46f6ce655ff67b183fa"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname">virtual DOMTypeInfo::~DOMTypeInfo </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td></td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">virtual</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

<p>Destructor. </p>

</div>
</div>
<h2 class="groupheader">Member Function Documentation</h2>
<a class="anchor" id="a12b17db4327771d3d98c42924beaafa5"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname">virtual const <a class="el" href="Xerces__autoconf__config_8borland_8hpp.html#a8cb107980a360c490ad7661f5d27cc0e">XMLCh</a>* DOMTypeInfo::getTypeName </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td> const</td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">pure virtual</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

<p>Returns The name of a type declared for the associated <code><a class="el" href="classDOMElement.html" title="By far the vast majority of objects (apart from text) that authors encounter when traversing a docume...">DOMElement</a></code> or <code><a class="el" href="classDOMAttr.html" title="The DOMAttr class refers to an attribute of an XML element. ">DOMAttr</a></code>, or null if unknown. </p>
<dl class="section return"><dt>Returns</dt><dd>The name of a type declared for the associated <code><a class="el" href="classDOMElement.html" title="By far the vast majority of objects (apart from text) that authors encounter when traversing a docume...">DOMElement</a></code> or <code>DOMAttribute</code>, or null if unknown. </dd></dl>
<dl class="section since"><dt>Since</dt><dd>DOM level 3 </dd></dl>

</div>
</div>
<a class="anchor" id="a7919693074a7a4cfb78ab944f9a19a54"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname">virtual const <a class="el" href="Xerces__autoconf__config_8borland_8hpp.html#a8cb107980a360c490ad7661f5d27cc0e">XMLCh</a>* DOMTypeInfo::getTypeNamespace </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td> const</td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">pure virtual</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

<p>The namespace of the type declared for the associated <code><a class="el" href="classDOMElement.html" title="By far the vast majority of objects (apart from text) that authors encounter when traversing a docume...">DOMElement</a></code> or <code><a class="el" href="classDOMAttr.html" title="The DOMAttr class refers to an attribute of an XML element. ">DOMAttr</a></code> or null if the <code><a class="el" href="classDOMElement.html" title="By far the vast majority of objects (apart from text) that authors encounter when traversing a docume...">DOMElement</a></code> does not have declaration or if no namespace information is available. </p>
<dl class="section return"><dt>Returns</dt><dd>The namespace of the type declared for the associated <code><a class="el" href="classDOMElement.html" title="By far the vast majority of objects (apart from text) that authors encounter when traversing a docume...">DOMElement</a></code> or <code><a class="el" href="classDOMAttr.html" title="The DOMAttr class refers to an attribute of an XML element. ">DOMAttr</a></code> or null if the <code><a class="el" href="classDOMElement.html" title="By far the vast majority of objects (apart from text) that authors encounter when traversing a docume...">DOMElement</a></code> does not have declaration or if no namespace information is available. </dd></dl>
<dl class="section since"><dt>Since</dt><dd>DOM level 3 </dd></dl>

</div>
</div>
<a class="anchor" id="a41c10bd911862fd6814fc25b821e278e"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname">virtual bool DOMTypeInfo::isDerivedFrom </td>
          <td>(</td>
          <td class="paramtype">const <a class="el" href="Xerces__autoconf__config_8borland_8hpp.html#a8cb107980a360c490ad7661f5d27cc0e">XMLCh</a> *&#160;</td>
          <td class="paramname"><em>typeNamespaceArg</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const <a class="el" href="Xerces__autoconf__config_8borland_8hpp.html#a8cb107980a360c490ad7661f5d27cc0e">XMLCh</a> *&#160;</td>
          <td class="paramname"><em>typeNameArg</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="classDOMTypeInfo.html#abfb1e33745b4b3145cc67963c819b42e">DerivationMethods</a>&#160;</td>
          <td class="paramname"><em>derivationMethod</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td> const</td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">pure virtual</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

<p>This method returns if there is a derivation between the reference type definition, i.e. </p>
<p>the <a class="el" href="classDOMTypeInfo.html" title="The DOMTypeInfo interface represent a type used by DOMElement or DOMAttr nodes, specified in the sche...">DOMTypeInfo</a> on which the method is being called, and the other type definition, i.e. the one passed as parameters.</p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">typeNamespaceArg</td><td>The namespace of the other type definition. </td></tr>
    <tr><td class="paramname">typeNameArg</td><td>The name of the other type definition. </td></tr>
    <tr><td class="paramname">derivationMethod</td><td>The type of derivation and conditions applied between two types, as described in the list of constants provided in this interface. </td></tr>
  </table>
  </dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>If the document's schema is a DTD or no schema is associated with the document, this method will always return false. If the document's schema is an XML Schema, the method will true if the reference type definition is derived from the other type definition according to the derivation parameter. If the value of the parameter is 0 (no bit is set to 1 for the derivationMethod parameter), the method will return true if the other type definition can be reached by recursing any combination of {base type definition}, {item type definition}, or {member type definitions} from the reference type definition. </dd></dl>
<dl class="section since"><dt>Since</dt><dd>DOM level 3 </dd></dl>

</div>
</div>
<hr/>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="DOMTypeInfo_8hpp_source.html">DOMTypeInfo.hpp</a></li>
</ul>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.5
</small></address>
</body>
</html>