Sophie

Sophie

distrib > Fedora > 14 > i386 > by-pkgid > 5b6c31d6428e1f6ea754ea6f7b1aed6e > files > 382

soprano-apidocs-2.6.0-2.fc14.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"/>
<title>Soprano: Class Members - Functions</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<!-- Generated by Doxygen 1.7.3 -->
<script type="text/javascript">
function hasClass(ele,cls) {
  return ele.className.match(new RegExp('(\\s|^)'+cls+'(\\s|$)'));
}

function addClass(ele,cls) {
  if (!this.hasClass(ele,cls)) ele.className += " "+cls;
}

function removeClass(ele,cls) {
  if (hasClass(ele,cls)) {
    var reg = new RegExp('(\\s|^)'+cls+'(\\s|$)');
    ele.className=ele.className.replace(reg,' ');
  }
}

function toggleVisibility(linkObj) {
 var base = linkObj.getAttribute('id');
 var summary = document.getElementById(base + '-summary');
 var content = document.getElementById(base + '-content');
 var trigger = document.getElementById(base + '-trigger');
 if ( hasClass(linkObj,'closed') ) {
   summary.style.display = 'none';
   content.style.display = 'block';
   trigger.src = 'open.png';
   removeClass(linkObj,'closed');
   addClass(linkObj,'opened');
 } else if ( hasClass(linkObj,'opened') ) {
   summary.style.display = 'block';
   content.style.display = 'none';
   trigger.src = 'closed.png';
   removeClass(linkObj,'opened');
   addClass(linkObj,'closed');
 }
 return false;
}
</script>
<div id="top">
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
 <tbody>
 <tr style="height: 56px;">
  <td style="padding-left: 0.5em;">
   <div id="projectname">Soprano&#160;<span id="projectnumber">2.6.0</span></div>
  </td>
 </tr>
 </tbody>
</table>
</div>
  <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><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>
    </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="inherits.html"><span>Class&#160;Hierarchy</span></a></li>
      <li class="current"><a href="functions.html"><span>Class&#160;Members</span></a></li>
    </ul>
  </div>
  <div id="navrow3" class="tabs2">
    <ul class="tablist">
      <li><a href="functions.html"><span>All</span></a></li>
      <li class="current"><a href="functions_func.html"><span>Functions</span></a></li>
      <li><a href="functions_vars.html"><span>Variables</span></a></li>
      <li><a href="functions_enum.html"><span>Enumerations</span></a></li>
      <li><a href="functions_eval.html"><span>Enumerator</span></a></li>
    </ul>
  </div>
  <div id="navrow4" class="tabs3">
    <ul class="tablist">
      <li><a href="functions_func.html#index_a"><span>a</span></a></li>
      <li><a href="functions_func_0x62.html#index_b"><span>b</span></a></li>
      <li><a href="functions_func_0x63.html#index_c"><span>c</span></a></li>
      <li><a href="functions_func_0x64.html#index_d"><span>d</span></a></li>
      <li><a href="functions_func_0x65.html#index_e"><span>e</span></a></li>
      <li><a href="functions_func_0x66.html#index_f"><span>f</span></a></li>
      <li><a href="functions_func_0x67.html#index_g"><span>g</span></a></li>
      <li><a href="functions_func_0x69.html#index_i"><span>i</span></a></li>
      <li class="current"><a href="functions_func_0x6c.html#index_l"><span>l</span></a></li>
      <li><a href="functions_func_0x6d.html#index_m"><span>m</span></a></li>
      <li><a href="functions_func_0x6e.html#index_n"><span>n</span></a></li>
      <li><a href="functions_func_0x6f.html#index_o"><span>o</span></a></li>
      <li><a href="functions_func_0x70.html#index_p"><span>p</span></a></li>
      <li><a href="functions_func_0x71.html#index_q"><span>q</span></a></li>
      <li><a href="functions_func_0x72.html#index_r"><span>r</span></a></li>
      <li><a href="functions_func_0x73.html#index_s"><span>s</span></a></li>
      <li><a href="functions_func_0x74.html#index_t"><span>t</span></a></li>
      <li><a href="functions_func_0x75.html#index_u"><span>u</span></a></li>
      <li><a href="functions_func_0x76.html#index_v"><span>v</span></a></li>
      <li><a href="functions_func_0x77.html#index_w"><span>w</span></a></li>
      <li><a href="functions_func_0x7e.html#index_0x7e"><span>~</span></a></li>
    </ul>
  </div>
</div>
<div class="contents">
&#160;

<h3><a class="anchor" id="index_l"></a>- l -</h3><ul>
<li>language()
: <a class="el" href="classSoprano_1_1LiteralValue.html#a89387ce6886881e638a0d5ff67f6c1c3">Soprano::LiteralValue</a>
, <a class="el" href="classSoprano_1_1Node.html#ad5df680fcdfcd9d9a5e32c956f383201">Soprano::Node</a>
</li>
<li>LanguageTag()
: <a class="el" href="classSoprano_1_1LanguageTag.html#ae2563e75b0855b8bc05a90b878798bf5">Soprano::LanguageTag</a>
</li>
<li>lastError()
: <a class="el" href="classSoprano_1_1Error_1_1ErrorCache.html#a3251b8052cdf932d59a523ca215d21c9">Soprano::Error::ErrorCache</a>
</li>
<li>line()
: <a class="el" href="classSoprano_1_1Error_1_1Locator.html#a9268a5ae0949d9e4715def07ed73edb1">Soprano::Error::Locator</a>
</li>
<li>listContexts()
: <a class="el" href="classSoprano_1_1Util_1_1DummyModel.html#a488f4fe206205be2326950d5e9829d37">Soprano::Util::DummyModel</a>
, <a class="el" href="classSoprano_1_1Util_1_1MutexModel.html#ae216792d698712c2d0e3b2aef30b7e67">Soprano::Util::MutexModel</a>
, <a class="el" href="classSoprano_1_1Util_1_1ReadOnlyModel.html#a1e421a84a358088bc398bd127f97c16e">Soprano::Util::ReadOnlyModel</a>
, <a class="el" href="classSoprano_1_1Client_1_1DBusModel.html#a8bf2c45a0fc173fc2875d480c421538e">Soprano::Client::DBusModel</a>
, <a class="el" href="classSoprano_1_1Client_1_1SparqlModel.html#aaab1422b7f979623e98c42cfaaefb027">Soprano::Client::SparqlModel</a>
, <a class="el" href="classSoprano_1_1FilterModel.html#a79edd3a6f31bffc706c28641d04952eb">Soprano::FilterModel</a>
, <a class="el" href="classSoprano_1_1Graph.html#a97e60f0483d6770f9c2a017211d0dff7">Soprano::Graph</a>
, <a class="el" href="classSoprano_1_1Model.html#ad530cc7d159fdb0d05f66902b9594020">Soprano::Model</a>
, <a class="el" href="classSoprano_1_1Util_1_1AsyncModel.html#a96e75d77663bc37a498ea7ce597ba59f">Soprano::Util::AsyncModel</a>
</li>
<li>listContextsAsync()
: <a class="el" href="classSoprano_1_1Util_1_1AsyncModel.html#aaf2c1a27a73292aab5809d694ca52e69">Soprano::Util::AsyncModel</a>
, <a class="el" href="classSoprano_1_1Client_1_1SparqlModel.html#a329ff68dba5a823738fa011fc66e6a0d">Soprano::Client::SparqlModel</a>
</li>
<li>listen()
: <a class="el" href="classSoprano_1_1Server_1_1ServerCore.html#ac4f1d3911ee454430e754d1cda058fe5">Soprano::Server::ServerCore</a>
</li>
<li>listStatements()
: <a class="el" href="classSoprano_1_1Util_1_1DummyModel.html#aff252dea7e6bbbf069f45a7a5d181972">Soprano::Util::DummyModel</a>
, <a class="el" href="classSoprano_1_1Util_1_1MutexModel.html#ab31105e88e8107fd9488573da44e3c13">Soprano::Util::MutexModel</a>
, <a class="el" href="classSoprano_1_1Util_1_1ReadOnlyModel.html#ab072935a6fb7725916176ad83d095db5">Soprano::Util::ReadOnlyModel</a>
, <a class="el" href="classSoprano_1_1Client_1_1DBusModel.html#a4577199220e2e0be57b0556eb53ad16a">Soprano::Client::DBusModel</a>
, <a class="el" href="classSoprano_1_1Client_1_1SparqlModel.html#a4a46b04ecae1342da0a3f396eb77ddc2">Soprano::Client::SparqlModel</a>
, <a class="el" href="classSoprano_1_1FilterModel.html#af046c0ab7f49cd2aa0d1783d0dee8903">Soprano::FilterModel</a>
, <a class="el" href="classSoprano_1_1Graph.html#aa1430334af2ceb9c2dd92909efe096bb">Soprano::Graph</a>
, <a class="el" href="classSoprano_1_1Model.html#a7f50dc6483e0bed7830877182c7906ac">Soprano::Model</a>
, <a class="el" href="classSoprano_1_1Util_1_1AsyncModel.html#ae27f005490b80a79c551642d7b1f5b08">Soprano::Util::AsyncModel</a>
</li>
<li>listStatementsAsync()
: <a class="el" href="classSoprano_1_1Util_1_1AsyncModel.html#a69d783d226fcbeedec9a6d150eea086c">Soprano::Util::AsyncModel</a>
, <a class="el" href="classSoprano_1_1Client_1_1SparqlModel.html#aad38937cca2bc2cdae8ecd7447894f5f">Soprano::Client::SparqlModel</a>
</li>
<li>listStatementsInContext()
: <a class="el" href="classSoprano_1_1Model.html#a3a52a3f299b378ae5e1563cbc7fc3ee4">Soprano::Model</a>
, <a class="el" href="classSoprano_1_1Util_1_1DummyModel.html#acfdfc0ce812601dceba5477a41950f5a">Soprano::Util::DummyModel</a>
, <a class="el" href="classSoprano_1_1Graph.html#a627ce6c44215cc2cc8fe45f02b70451d">Soprano::Graph</a>
</li>
<li>literal()
: <a class="el" href="classSoprano_1_1Node.html#a80fbd3843f9271486a1fcd9a917ad872">Soprano::Node</a>
</li>
<li>literalToN3()
: <a class="el" href="classSoprano_1_1Node.html#aa66acf156e82b866114d90cd0c9ce13c">Soprano::Node</a>
</li>
<li>LiteralValue()
: <a class="el" href="classSoprano_1_1LiteralValue.html#a7d314389bdd60b55901cf8788cc6f078">Soprano::LiteralValue</a>
</li>
<li>loadCustomBackend()
: <a class="el" href="classSoprano_1_1PluginManager.html#a8b4b0499a9e47f0982c44fb11014fd1a">Soprano::PluginManager</a>
</li>
<li>loadCustomParser()
: <a class="el" href="classSoprano_1_1PluginManager.html#abb5a8377d1605e794a96251d6738e2c0">Soprano::PluginManager</a>
</li>
<li>loadCustomPlugin()
: <a class="el" href="classSoprano_1_1PluginManager.html#a0fd4bd00c1b151c396e1dd305f8510c0">Soprano::PluginManager</a>
</li>
<li>loadCustomSerializer()
: <a class="el" href="classSoprano_1_1PluginManager.html#ab7eae34da5afc29fab2e019199c6eb4d">Soprano::PluginManager</a>
</li>
<li>LocalSocketClient()
: <a class="el" href="classSoprano_1_1Client_1_1LocalSocketClient.html#ab63bb8b972f228e4dbe76360f89eaef9">Soprano::Client::LocalSocketClient</a>
</li>
<li>Locator()
: <a class="el" href="classSoprano_1_1Error_1_1Locator.html#a1ab0b51e9b6eca0a9a513e7a0750eb40">Soprano::Error::Locator</a>
</li>
<li>locator()
: <a class="el" href="classSoprano_1_1Error_1_1ParserError.html#ace804409843405d0436c46b2c4d9ca6a">Soprano::Error::ParserError</a>
</li>
<li>lookup()
: <a class="el" href="classSoprano_1_1LanguageTag.html#a009bfb880fbb96e26359381da2ed2807">Soprano::LanguageTag</a>
</li>
</ul>
</div>
<hr class="footer"/><address class="footer"><small>Generated on Fri Mar 11 2011 for Soprano by&#160;
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.3 </small></address>
</body>
</html>