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

« back to all changes in this revision

Viewing changes to docs/pod/RDF/Redland/Stream.html

  • Committer: Bazaar Package Importer
  • Author(s): Dave Beckett
  • Date: 2009-04-07 00:24:21 UTC
  • mfrom: (0.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20090407002421-dce2r4otm5vqtheg
Tags: 1.0.8.1-2
* Use new sections ruby, php for librdf-ruby and php5-librdf respectively.
* Merge features from ubuntu packaging.  Thanks to Matthias Klose
  (not taking linker -Wl,--as-needed since that makes dyloading fail
  to pull in raptor symbols):
  debian/rules:
  - get python lib dir from distutils
  - make dh_pycentral use symlinks
  debian/python-librdf.examples:
  - add data/dc.rdf to examples dir and adjust example.py
    to point to it (Closes: #402612)
* Patch python/Makefile.in so it can allow the include dir to be
  overridden by the particular python version build in debian/rules
  using PYTHON_INCLUDES

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?xml version="1.0" encoding="iso-8859-1"?>
2
2
<?xml version="1.0"?>
3
 
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
4
 
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
5
3
<html xmlns="http://www.w3.org/1999/xhtml">
6
4
<head>
7
5
<title>Redland RDF Application Framework - Perl RDF::Redland::Stream Class</title>
11
9
<h1 style="text-align:center">Redland RDF Application Framework - Perl RDF::Redland::Stream Class</h1>
12
10
 
13
11
 
 
12
<!-- INDEX BEGIN -->
 
13
<div name="index">
14
14
<p><a name="__index__"></a></p>
15
 
<!-- INDEX BEGIN -->
16
15
<!--
17
16
 
18
17
<ul>
25
24
        <li><a href="#see_also">SEE ALSO</a></li>
26
25
        <li><a href="#author">AUTHOR</a></li>
27
26
</ul>
28
 
-->
 
27
 
 
28
--></div>
29
29
<!-- INDEX END -->
30
30
 
31
 
<h2><a name="name" id="name">NAME</a></h2>
 
31
<h2><a name="name">NAME</a></h2>
32
32
<p>RDF::Redland::Stream - Redland RDF Stream of RDF::Redland::Statement objects Class</p>
33
33
 
34
 
<h2><a name="synopsis" id="synopsis">SYNOPSIS</a></h2>
 
34
<h2><a name="synopsis">SYNOPSIS</a></h2>
35
35
<pre>
36
36
  use RDF::Redland;
37
37
</pre>
45
45
  }
46
46
</pre>
47
47
 
48
 
<h2><a name="description" id="description">DESCRIPTION</a></h2>
 
48
<h2><a name="description">DESCRIPTION</a></h2>
49
49
<p>Represents a sequence of RDF::Redland::Statement objects passed between various Redland objects.</p>
50
50
 
51
 
<h2><a name="constructors" id="constructors">CONSTRUCTORS</a></h2>
 
51
<h2><a name="constructors">CONSTRUCTORS</a></h2>
52
52
<p>No public constructors - are created and returned from various methods of classes including RDF::Redland::Model and RDF::Redland::Parser</p>
53
53
 
54
 
<h2><a name="methods" id="methods">METHODS</a></h2>
 
54
<h2><a name="methods">METHODS</a></h2>
55
55
<dl>
56
 
<dt><strong><a name="item_end" id="item_end">end</a></strong></dt>
 
56
<dt><strong><a name="end" class="item">end</a></strong></dt>
57
57
<dd>
58
58
<p>Returns non 0 if the stream is finished.</p>
59
59
</dd>
60
 
</dl>
61
 
<div style="margin-left: 2em">
62
 
<dl>
63
 
<dt><strong><a name="item_current" id="item_current">current</a></strong></dt>
64
 
</dl>
65
 
</div>
 
60
<dt><strong><a name="current" class="item">current</a></strong></dt>
 
61
<dd>
66
62
<p>Returns the current RDF::Redland::Statement object in the stream or undef if the stream is finished.</p>
67
 
<div style="margin-left: 2em">
68
 
<dl>
69
 
<dt><strong><a name="item_next" id="item_next">next</a></strong></dt>
70
 
</dl>
71
 
</div>
 
63
</dd>
 
64
<dt><strong><a name="next" class="item">next</a></strong></dt>
 
65
<dd>
72
66
<p>Moves to the next RDF::Redland::Statement object in the stream. Returns non-zero if the stream is finished.</p>
73
 
<div style="margin-left: 2em">
74
 
<dl>
75
 
<dt><strong><a name="item_context" id="item_context">context</a></strong></dt>
76
 
</dl>
77
 
</div>
 
67
</dd>
 
68
<dt><strong><a name="context" class="item">context</a></strong></dt>
 
69
<dd>
78
70
<p>Returns the context RDF::Redland::Node object in the stream or undef if the stream is finished.</p>
 
71
</dd>
 
72
</dl>
79
73
 
80
 
<h2><a name="see_also" id="see_also">SEE ALSO</a></h2>
 
74
<h2><a name="see_also">SEE ALSO</a></h2>
81
75
<p><a href="Model.html">the RDF::Redland::Model manpage</a> and <a href="Parser.html">the RDF::Redland::Parser manpage</a></p>
82
76
 
83
 
<h2><a name="author" id="author">AUTHOR</a></h2>
84
 
<p>Dave Beckett - <a href="http://purl.org/net/dajobe/">http://purl.org/net/dajobe/</a></p>
 
77
<h2><a name="author">AUTHOR</a></h2>
 
78
<p>Dave Beckett - <a href="http://www.dajobe.org/">http://www.dajobe.org/</a></p>
85
79
<hr />
86
80
 
87
 
<p>(C) Copyright 2000-2007 <a href="http://purl.org/net/dajobe/">Dave Beckett</a>, (C) Copyright 2000-2005 <a href="http://www.bristol.ac.uk/">University of Bristol</a></p>
 
81
<p>(C) Copyright 2000-2008 <a href="http://www.dajobe.org/">Dave Beckett</a>, (C) Copyright 2000-2005 <a href="http://www.bristol.ac.uk/">University of Bristol</a></p>
88
82
 
89
83
</body>
90
84
</html>