~ubuntu-branches/debian/sid/redland-bindings/sid

« back to all changes in this revision

Viewing changes to docs/rdoc/classes/Redland.html

  • Committer: Package Import Robot
  • Author(s): Dave Beckett
  • Date: 2013-01-22 16:03:44 UTC
  • mfrom: (0.1.10)
  • Revision ID: package-import@ubuntu.com-20130122160344-vxrnfl0xynfzbze7
Tags: 1.0.16.1-1
* New upstream release
* Add dpkg-buildflags to configure for hardening

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="utf-8"?>
2
 
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3
 
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4
 
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
5
 
<head>
6
 
<title>Redland RDF Application Framework - Ruby RDoc - Module: Redland</title>
7
 
<link rel="stylesheet" href=".././rdoc-style.css" type="text/css" media="screen" />
8
 
<script type="text/javascript">
9
 
  // <![CDATA[
10
 
 
11
 
  function popupCode( url ) {
12
 
    window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400")
13
 
  }
14
 
 
15
 
  function toggleCode( id ) {
16
 
    if ( document.getElementById )
17
 
      elem = document.getElementById( id );
18
 
    else if ( document.all )
19
 
      elem = eval( "document.all." + id );
20
 
    else
21
 
      return false;
22
 
 
23
 
    elemStyle = elem.style;
24
 
    
25
 
    if ( elemStyle.display != "block" ) {
26
 
      elemStyle.display = "block"
27
 
    } else {
28
 
      elemStyle.display = "none"
29
 
    }
30
 
 
31
 
    return true;
32
 
  }
33
 
  
34
 
  // Make codeblocks hidden by default
35
 
  document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }<\/style>" )
36
 
  
37
 
  // ]]>
38
 
</script>
39
 
</head>
40
 
<body>
41
 
<div class="outerBlock">
42
 
 
43
 
<div class="outerHeader">
44
 
Go to <a href="/" target="_parent">Redland Home</a> - 
45
 
<a href="/bindings/" target="_parent">Language Bindings Home</a> - 
46
 
<a href="/docs/ruby.html" target="_parent">Ruby API Home</a>
47
 
</div>
48
 
 
49
 
<div id="classHeader">
50
 
<table class="header-table">
51
 
<tr class="top-aligned-row">
52
 
<td><strong>Module</strong></td>
53
 
<td class="class-name-in-header">Redland</td>
54
 
</tr>
55
 
<tr class="top-aligned-row">
56
 
<td><strong>In:</strong></td>
57
 
<td><a href="../files/rdf/redland/stream_rb.html">rdf/redland/stream.rb</a><br />
58
 
<a href="../files/rdf/redland/parser_rb.html">rdf/redland/parser.rb</a><br />
59
 
<a href="../files/rdf/redland/statement_rb.html">rdf/redland/statement.rb</a><br />
60
 
<a href="../files/rdf/redland/resource_rb.html">rdf/redland/resource.rb</a><br />
61
 
<a href="../files/rdf/redland/model_rb.html">rdf/redland/model.rb</a><br />
62
 
<a href="../files/rdf/redland/queryresults_rb.html">rdf/redland/queryresults.rb</a><br />
63
 
<a href="../files/rdf/redland/serializer_rb.html">rdf/redland/serializer.rb</a><br />
64
 
<a href="../files/rdf/redland/node_rb.html">rdf/redland/node.rb</a><br />
65
 
<a href="../files/rdf/redland/uri_rb.html">rdf/redland/uri.rb</a><br />
66
 
<a href="../files/rdf/redland/query_rb.html">rdf/redland/query.rb</a><br />
67
 
<a href="../files/rdf/redland/util_rb.html">rdf/redland/util.rb</a><br />
68
 
<a href="../files/rdf/redland/store_rb.html">rdf/redland/store.rb</a><br />
69
 
<a href="../files/rdf/redland_rb.html">rdf/redland.rb</a><br /></td>
70
 
</tr>
71
 
</table>
72
 
</div>
73
 
<!-- banner header -->
74
 
<div id="bodyContent">
75
 
<div id="contextContent">
76
 
<div id="description">
77
 
<p>This module initialises the <a href="Redland.html">Redland</a> library and references all resources from it.</p>
78
 
</div>
79
 
</div>
80
 
</div>
81
 
<!-- if includes -->
82
 
<div id="section">
83
 
<div id="class-list">
84
 
<h3 class="section-bar">Classes and Modules</h3>
85
 
Module <a href="Redland/OWL.html" class="link">Redland::OWL</a><br />
86
 
Module <a href="Redland/RDFS.html" class="link">Redland::RDFS</a><br />
87
 
Module <a href="Redland/Util.html" class="link">Redland::Util</a><br />
88
 
Class <a href="Redland/BNode.html" class="link">Redland::BNode</a><br />
89
 
Class <a href="Redland/ContextParser.html" class="link">Redland::ContextParser</a><br />
90
 
Class <a href="Redland/FileStore.html" class="link">Redland::FileStore</a><br />
91
 
Class <a href="Redland/HashOpen.html" class="link">Redland::HashOpen</a><br />
92
 
Class <a href="Redland/HashStore.html" class="link">Redland::HashStore</a><br />
93
 
Class <a href="Redland/Literal.html" class="link">Redland::Literal</a><br />
94
 
Class <a href="Redland/MemoryStore.html" class="link">Redland::MemoryStore</a><br />
95
 
Class <a href="Redland/MergedModel.html" class="link">Redland::MergedModel</a><br />
96
 
Class <a href="Redland/Model.html" class="link">Redland::Model</a><br />
97
 
Class <a href="Redland/Namespace.html" class="link">Redland::Namespace</a><br />
98
 
Class <a href="Redland/Node.html" class="link">Redland::Node</a><br />
99
 
Class <a href="Redland/NodeIterator.html" class="link">Redland::NodeIterator</a><br />
100
 
Class <a href="Redland/NodeTypeError.html" class="link">Redland::NodeTypeError</a><br />
101
 
Class <a href="Redland/Parser.html" class="link">Redland::Parser</a><br />
102
 
Class <a href="Redland/Query.html" class="link">Redland::Query</a><br />
103
 
Class <a href="Redland/QueryResults.html" class="link">Redland::QueryResults</a><br />
104
 
Class <a href="Redland/RedlandError.html" class="link">Redland::RedlandError</a><br />
105
 
Class <a href="Redland/Resource.html" class="link">Redland::Resource</a><br />
106
 
Class <a href="Redland/Serializer.html" class="link">Redland::Serializer</a><br />
107
 
Class <a href="Redland/Statement.html" class="link">Redland::Statement</a><br />
108
 
Class <a href="Redland/Stream.html" class="link">Redland::Stream</a><br />
109
 
Class <a href="Redland/TripleStore.html" class="link">Redland::TripleStore</a><br />
110
 
Class <a href="Redland/Uri.html" class="link">Redland::Uri</a><br />
111
 
Class <a href="Redland/World.html" class="link">Redland::World</a><br /></div>
112
 
<!-- if method_list --></div>
113
 
<hr />
114
 
 
115
 
<div class="outerHeader">
116
 
Go to <a href="/" target="_parent">Redland Home</a> - 
117
 
<a href="/bindings/" target="_parent">Language Bindings Home</a> - 
118
 
<a href="/docs/ruby.html" target="_parent">Ruby API Home</a>
119
 
</div>
120
 
 
121
 
<p>(C) Copyright 2004-2011 <a href="http://www.dajobe.org/" target="_parent">Dave Beckett</a>, (C) Copyright 2004-2005 <a href="http://www.bristol.ac.uk/" target="_parent">University of Bristol</a></p>
122
 
 
123
 
</div> <!-- end outerBlock -->
124
 
 
125
 
</body>
126
 
</html>