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

« back to all changes in this revision

Viewing changes to docs/rdoc/classes/Redland/BNode.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:
71
71
 model = Model.new
72
72
 dom = BNode.new('dom') # create with optional id
73
73
</pre>
74
 
<p>I will probably depreciate this and just use <a href="Resource.html#M000156">Resource.new</a>() to generate blank nodes.</p>
 
74
<p>I will probably depreciate this and just use <a href="Resource.html#M000124">Resource.new</a>() to generate blank nodes.</p>
75
75
</div>
76
76
</div>
77
77
<div id="method-list">
78
78
<h3 class="section-bar">Methods</h3>
79
 
<div class="name-list"><a href="#M000169">new</a>&nbsp;&nbsp;</div>
 
79
<div class="name-list"><a href="#M000154">new</a>&nbsp;&nbsp;</div>
80
80
</div>
81
81
</div>
82
82
<!-- if includes -->
83
83
<div id="section"><!-- if method_list -->
84
84
<div id="methods">
85
85
<h3 class="section-bar">Public Class methods</h3>
86
 
<div id="method-M000169" class="method-detail"><a name="M000169" id="M000169"></a>
87
 
<div class="method-heading"><a href="#M000169" class="method-signature"><span class="method-name">new</span><span class="method-args">(id=nil)</span></a></div>
 
86
<div id="method-M000154" class="method-detail"><a name="M000154" id="M000154"></a>
 
87
<div class="method-heading"><a href="#M000154" class="method-signature"><span class="method-name">new</span><span class="method-args">(id=nil)</span></a></div>
88
88
<div class="method-description">
89
 
<p><a class="source-toggle" href="#" onclick="toggleCode('M000169-source');return false;">[Source]</a></p>
90
 
<div class="method-source-code" id="M000169-source">
 
89
<p><a class="source-toggle" href="#" onclick="toggleCode('M000154-source');return false;">[Source]</a></p>
 
90
<div class="method-source-code" id="M000154-source">
91
91
<pre>
92
92
<span class="ruby-comment cmt"># File rdf/redland/node.rb, line 176</span>
93
93
    <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">initialize</span>(<span class="ruby-identifier">id</span>=<span class="ruby-keyword kw">nil</span>)
108
108
<a href="/docs/ruby.html" target="_parent">Ruby API Home</a>
109
109
</div>
110
110
 
111
 
<p>(C) Copyright 2004-2007 <a href="http://purl.org/net/dajobe/" target="_parent">Dave Beckett</a>, (C) Copyright 2004-2005 <a href="http://www.bristol.ac.uk/" target="_parent">University of Bristol</a></p>
 
111
<p>(C) Copyright 2004-2008 <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>
112
112
 
113
113
</div> <!-- end outerBlock -->
114
114