~ubuntu-branches/ubuntu/natty/raptor/natty-updates

« back to all changes in this revision

Viewing changes to docs/html/tutorial-serializer-runtime-info.html

  • Committer: Bazaar Package Importer
  • Author(s): Dave Beckett
  • Date: 2008-04-01 22:06:01 UTC
  • mfrom: (1.1.8 upstream) (2.1.3 lenny)
  • Revision ID: james.westby@ubuntu.com-20080401220601-4h1tzxtwyziurokj
Tags: 1.4.17-1
* New upstream release
* Rebuild against libcurl4-gnutls-dev rather than libcurl4-openssl-dev
  (Closes: #463344)
* debian/control: depend on libtool 1.5 rather than older debian specific
  release
* debian/copyright: 2008
* debian/libraptor1-doc.doc-base: Use a correct Section:

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2
2
<html>
3
3
<head>
4
 
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 
4
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
<title>Querying serializer run-time information</title>
6
6
<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
7
7
<link rel="start" href="index.html" title="Raptor RDF Syntax Parsing and Serializing Library Manual">
8
8
<link rel="up" href="tutorial-serializing.html" title="Serializing RDF triples to a syntax">
9
9
<link rel="prev" href="tutorial-serializer-send-triples.html" title="Send RDF Triples to serializer">
10
10
<link rel="next" href="tutorial-serializer-destroy.html" title="Destroy the serializer">
11
 
<meta name="generator" content="GTK-Doc V1.8 (XML mode)">
 
11
<meta name="generator" content="GTK-Doc V1.10 (XML mode)">
12
12
<link rel="stylesheet" href="style.css" type="text/css">
13
13
<link rel="chapter" href="introduction.html" title="Raptor Overview">
14
 
<link rel="part" href="tutorial.html" title="Part&#160;I.&#160;Raptor Tutorial">
 
14
<link rel="part" href="tutorial.html" title="Part I. Raptor Tutorial">
15
15
<link rel="chapter" href="tutorial-initialising-finishing.html" title="Initialising and Finishing using the Library">
16
16
<link rel="chapter" href="tutorial-querying-functionality.html" title="Listing built-in functionality">
17
17
<link rel="chapter" href="tutorial-parsing.html" title="Parsing syntaxes to RDF Triples">
18
18
<link rel="chapter" href="tutorial-serializing.html" title="Serializing RDF triples to a syntax">
19
 
<link rel="part" href="reference-manual.html" title="Part&#160;II.&#160;Raptor Reference Manual">
 
19
<link rel="part" href="reference-manual.html" title="Part II. Raptor Reference Manual">
20
20
<link rel="chapter" href="raptor-parsers.html" title="Parsers in Raptor (syntax to triples)">
21
21
<link rel="chapter" href="raptor-serializers.html" title="Serializers in Raptor (triples to syntax)">
22
22
<link rel="index" href="ix01.html" title="Index">
33
33
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
34
34
<a name="tutorial-serializer-runtime-info"></a>Querying serializer run-time information</h2></div></div></div>
35
35
<p>
36
 
<a class="link" href="raptor-section-serializer.html#raptor-serializer-get-iostream"><code class="function">raptor_serializer_get_iostream()</code></a>
 
36
<a class="link" href="raptor-section-serializer.html#raptor-serializer-get-iostream" title="raptor_serializer_get_iostream ()"><code class="function">raptor_serializer_get_iostream()</code></a>
37
37
gets the current serializer's raptor_iostream.
38
38
</p>
39
39
<p>
40
 
<a class="link" href="raptor-section-serializer.html#raptor-serializer-get-locator"><code class="function">raptor_serializer_get_locator()</code></a>
41
 
returns the <a class="link" href="raptor-section-locator.html#raptor-locator"><span class="type">raptor_locator</span></a>
 
40
<a class="link" href="raptor-section-serializer.html#raptor-serializer-get-locator" title="raptor_serializer_get_locator ()"><code class="function">raptor_serializer_get_locator()</code></a>
 
41
returns the <a class="link" href="raptor-section-locator.html#raptor-locator" title="raptor_locator"><span class="type">raptor_locator</span></a>
42
42
for the current position in the output stream.  The <span class="emphasis"><em>locator</em></span>
43
43
structure contains full information on the details of where in the
44
44
file or URI the current serializer has reached.
45
45
</p>
46
46
</div>
 
47
<div class="footer">
 
48
<hr>
 
49
          Generated by GTK-Doc V1.10</div>
47
50
</body>
48
51
</html>