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

« back to all changes in this revision

Viewing changes to docs/rdoc/classes/DC.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: DC</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">DC</td>
54
 
</tr>
55
 
<tr class="top-aligned-row">
56
 
<td><strong>In:</strong></td>
57
 
<td><a href="../files/rdf/redland/dc_rb.html">rdf/redland/dc.rb</a><br /></td>
58
 
</tr>
59
 
</table>
60
 
</div>
61
 
<!-- banner header -->
62
 
<div id="bodyContent">
63
 
<div id="contextContent"></div>
64
 
</div>
65
 
<!-- if includes -->
66
 
<div id="section">
67
 
<div id="constants-list">
68
 
<h3 class="section-bar">Constants</h3>
69
 
<div class="name-list">
70
 
<table summary="Constants">
71
 
<tr class="top-aligned-row context-row">
72
 
<td class="context-item-name">NS</td>
73
 
<td>=</td>
74
 
<td class="context-item-value">Redland::Namespace.new('http://purl.org/dc/elements/1.1/')</td>
75
 
</tr>
76
 
<tr class="top-aligned-row context-row">
77
 
<td class="context-item-name">TITLE</td>
78
 
<td>=</td>
79
 
<td class="context-item-value">NS['title']</td>
80
 
</tr>
81
 
<tr class="top-aligned-row context-row">
82
 
<td class="context-item-name">DATE</td>
83
 
<td>=</td>
84
 
<td class="context-item-value">NS['date']</td>
85
 
</tr>
86
 
<tr class="top-aligned-row context-row">
87
 
<td class="context-item-name">DESCRIPTION</td>
88
 
<td>=</td>
89
 
<td class="context-item-value">NS['description']</td>
90
 
</tr>
91
 
<tr class="top-aligned-row context-row">
92
 
<td class="context-item-name">CREATOR</td>
93
 
<td>=</td>
94
 
<td class="context-item-value">NS['creator']</td>
95
 
</tr>
96
 
</table>
97
 
</div>
98
 
</div>
99
 
<!-- if method_list --></div>
100
 
<hr />
101
 
 
102
 
<div class="outerHeader">
103
 
Go to <a href="/" target="_parent">Redland Home</a> - 
104
 
<a href="/bindings/" target="_parent">Language Bindings Home</a> - 
105
 
<a href="/docs/ruby.html" target="_parent">Ruby API Home</a>
106
 
</div>
107
 
 
108
 
<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>
109
 
 
110
 
</div> <!-- end outerBlock -->
111
 
 
112
 
</body>
113
 
</html>