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

« back to all changes in this revision

Viewing changes to docs/xml/section-uri-factory.xml

  • Committer: Bazaar Package Importer
  • Author(s): Dave Beckett
  • Date: 2006-10-22 21:15:07 UTC
  • mfrom: (1.1.5 upstream) (2.1.2 etch)
  • Revision ID: james.westby@ubuntu.com-20061022211507-c93p7f5mhapszeom
Tags: 1.4.13-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0"?>
 
1
<?xml version="1.0" encoding="iso-8859-1"?>
2
2
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" 
3
 
               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd">
 
3
               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
 
4
<!ENTITY version SYSTEM "version.xml">
 
5
]>
4
6
<refentry id="raptor-section-uri-factory">
5
7
<refmeta>
6
 
<refentrytitle id="top_of_page">URI Factory</refentrytitle>
 
8
<refentrytitle role="top_of_page">URI Factory</refentrytitle>
7
9
<manvolnum>3</manvolnum>
8
10
<refmiscinfo>RAPTOR Library</refmiscinfo>
9
11
</refmeta>
14
16
<!--[<xref linkend="desc" endterm="desc.title"/>]-->
15
17
</refnamediv>
16
18
 
17
 
<refsynopsisdiv id="synopsis">
18
 
<title id="synopsis.title">Synopsis</title>
 
19
<refsynopsisdiv role="synopsis">
 
20
<title role="synopsis.title">Synopsis</title>
19
21
 
20
22
<synopsis>
21
23
 
52
54
 
53
55
 
54
56
 
55
 
<refsect1 id="desc">
56
 
<title id="desc.title">Description</title>
 
57
<refsect1 role="desc">
 
58
<title role="desc.title">Description</title>
57
59
<para>
58
60
A factory that allows registering an implementation for the URI
59
61
class to override the simple internal one (<link linkend="raptor-uri"><type>raptor_uri</type></link> are char*).
61
63
</para>
62
64
</refsect1>
63
65
 
64
 
<refsect1 id="details">
65
 
<title id="details.title">Details</title>
 
66
<refsect1 role="details">
 
67
<title role="details.title">Details</title>
66
68
<refsect2>
67
69
<title><anchor id="raptor-new-uri-func" role="function"/>raptor_new_uri_func ()</title>
68
70
<indexterm><primary>raptor_new_uri_func</primary></indexterm><programlisting><link linkend="raptor-uri">raptor_uri</link>* (*raptor_new_uri_func)          (<link linkend="void">void</link> *context,