marc4j4r 0.1.4 → 0.1.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/VERSION +1 -1
- data/doc/ControlFieldImpl.html +58 -153
- data/doc/DataFieldImpl.html +133 -223
- data/doc/Java/OrgMarc4j/MarcReader.html +13 -13
- data/doc/MARC4J4R.html +22 -34
- data/doc/RecordImpl.html +72 -415
- data/doc/SubfieldImpl.html +14 -63
- data/doc/_index.html +1 -76
- data/doc/class_list.html +1 -1
- data/doc/file.README.html +4 -7
- data/doc/index.html +4 -7
- data/doc/method_list.html +24 -168
- data/doc/top-level-namespace.html +3 -3
- data/test/test_marc4j4r.rb +76 -0
- metadata +4 -4
- data/test/readtest.rb +0 -120
- data/test/t.rb +0 -6
data/doc/SubfieldImpl.html
CHANGED
@@ -84,26 +84,6 @@
|
|
84
84
|
|
85
85
|
<ul class="summary">
|
86
86
|
|
87
|
-
<li class="public ">
|
88
|
-
<span class="summary_signature">
|
89
|
-
|
90
|
-
<a href="#%3D%3D-instance_method" title="#== (instance method)">- (Object) <strong>=</strong>(other) </a>
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
</span>
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
<span class="summary_desc"></span>
|
103
|
-
|
104
|
-
</li>
|
105
|
-
|
106
|
-
|
107
87
|
<li class="public ">
|
108
88
|
<span class="summary_signature">
|
109
89
|
|
@@ -172,36 +152,7 @@
|
|
172
152
|
|
173
153
|
|
174
154
|
<div class="method_details first">
|
175
|
-
<p class="signature first" id="
|
176
|
-
|
177
|
-
- (<tt>Object</tt>) <strong>==</strong>(other)
|
178
|
-
|
179
|
-
|
180
|
-
|
181
|
-
</p><table class="source_code">
|
182
|
-
<tr>
|
183
|
-
<td>
|
184
|
-
<pre class="lines">
|
185
|
-
|
186
|
-
|
187
|
-
498
|
188
|
-
499
|
189
|
-
500</pre>
|
190
|
-
</td>
|
191
|
-
<td>
|
192
|
-
<pre class="code"><span class="info file"># File 'lib/marc4j4r.rb', line 498</span>
|
193
|
-
|
194
|
-
<span class='def def kw'>def</span> <span class='eq op'>==</span> <span class='other identifier id'>other</span>
|
195
|
-
<span class='return return kw'>return</span> <span class='self self kw'>self</span><span class='dot token'>.</span><span class='code identifier id'>code</span> <span class='eq op'>==</span> <span class='other identifier id'>other</span><span class='dot token'>.</span><span class='code identifier id'>code</span> <span class='and and kw'>and</span> <span class='self self kw'>self</span><span class='dot token'>.</span><span class='data identifier id'>data</span> <span class='eq op'>==</span> <span class='other identifier id'>other</span><span class='dot token'>.</span><span class='data identifier id'>data</span>
|
196
|
-
<span class='end end kw'>end</span>
|
197
|
-
</pre>
|
198
|
-
</td>
|
199
|
-
</tr>
|
200
|
-
</table>
|
201
|
-
</div>
|
202
|
-
|
203
|
-
<div class="method_details ">
|
204
|
-
<p class="signature " id="code-instance_method">
|
155
|
+
<p class="signature first" id="code-instance_method">
|
205
156
|
|
206
157
|
- (<tt>Object</tt>) <strong>code</strong>
|
207
158
|
|
@@ -213,12 +164,12 @@
|
|
213
164
|
<pre class="lines">
|
214
165
|
|
215
166
|
|
216
|
-
|
217
|
-
|
218
|
-
|
167
|
+
365
|
168
|
+
366
|
169
|
+
367</pre>
|
219
170
|
</td>
|
220
171
|
<td>
|
221
|
-
<pre class="code"><span class="info file"># File 'lib/marc4j4r.rb', line
|
172
|
+
<pre class="code"><span class="info file"># File 'lib/marc4j4r.rb', line 365</span>
|
222
173
|
|
223
174
|
<span class='def def kw'>def</span> <span class='code identifier id'>code</span>
|
224
175
|
<span class='return return kw'>return</span> <span class='self self kw'>self</span><span class='dot token'>.</span><span class='getCode identifier id'>getCode</span><span class='dot token'>.</span><span class='chr identifier id'>chr</span>
|
@@ -242,12 +193,12 @@
|
|
242
193
|
<pre class="lines">
|
243
194
|
|
244
195
|
|
245
|
-
|
246
|
-
|
247
|
-
|
196
|
+
369
|
197
|
+
370
|
198
|
+
371</pre>
|
248
199
|
</td>
|
249
200
|
<td>
|
250
|
-
<pre class="code"><span class="info file"># File 'lib/marc4j4r.rb', line
|
201
|
+
<pre class="code"><span class="info file"># File 'lib/marc4j4r.rb', line 369</span>
|
251
202
|
|
252
203
|
<span class='def def kw'>def</span> <span class='to_s identifier id'>to_s</span>
|
253
204
|
<span class='return return kw'>return</span> <span class='string val'>'$'</span> <span class='plus op'>+</span> <span class='self self kw'>self</span><span class='dot token'>.</span><span class='code identifier id'>code</span> <span class='plus op'>+</span> <span class='string val'>" "</span> <span class='plus op'>+</span> <span class='self self kw'>self</span><span class='dot token'>.</span><span class='data identifier id'>data</span>
|
@@ -271,12 +222,12 @@
|
|
271
222
|
<pre class="lines">
|
272
223
|
|
273
224
|
|
274
|
-
|
275
|
-
|
276
|
-
|
225
|
+
361
|
226
|
+
362
|
227
|
+
363</pre>
|
277
228
|
</td>
|
278
229
|
<td>
|
279
|
-
<pre class="code"><span class="info file"># File 'lib/marc4j4r.rb', line
|
230
|
+
<pre class="code"><span class="info file"># File 'lib/marc4j4r.rb', line 361</span>
|
280
231
|
|
281
232
|
<span class='def def kw'>def</span> <span class='value identifier id'>value</span>
|
282
233
|
<span class='return return kw'>return</span> <span class='self self kw'>self</span><span class='dot token'>.</span><span class='data identifier id'>data</span>
|
@@ -292,7 +243,7 @@
|
|
292
243
|
</div>
|
293
244
|
|
294
245
|
<div id="footer">
|
295
|
-
Generated on
|
246
|
+
Generated on Fri Feb 12 16:38:07 2010 by
|
296
247
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool">yard</a>
|
297
248
|
0.5.3 (ruby-1.8.7).
|
298
249
|
</div>
|
data/doc/_index.html
CHANGED
@@ -67,37 +67,10 @@
|
|
67
67
|
<td valign='top' width="33%">
|
68
68
|
|
69
69
|
|
70
|
-
<ul id="alpha_A" class="alpha">
|
71
|
-
<li class="letter">A</li>
|
72
|
-
<ul>
|
73
|
-
|
74
|
-
<li>
|
75
|
-
<a href="ASReader.html" title="ASReader (class)">ASReader</a>
|
76
|
-
|
77
|
-
</li>
|
78
|
-
|
79
|
-
<li>
|
80
|
-
<a href="MARC4J4R/AlephSequentialReader.html" title="MARC4J4R::AlephSequentialReader (class)">AlephSequentialReader</a>
|
81
|
-
|
82
|
-
<small>(MARC4J4R)</small>
|
83
|
-
|
84
|
-
</li>
|
85
|
-
|
86
|
-
</ul>
|
87
|
-
</ul>
|
88
|
-
|
89
|
-
|
90
70
|
<ul id="alpha_C" class="alpha">
|
91
71
|
<li class="letter">C</li>
|
92
72
|
<ul>
|
93
73
|
|
94
|
-
<li>
|
95
|
-
<a href="MARC/ControlField.html" title="MARC::ControlField (class)">ControlField</a>
|
96
|
-
|
97
|
-
<small>(MARC)</small>
|
98
|
-
|
99
|
-
</li>
|
100
|
-
|
101
74
|
<li>
|
102
75
|
<a href="ControlFieldImpl.html" title="ControlFieldImpl (class)">ControlFieldImpl</a>
|
103
76
|
|
@@ -111,13 +84,6 @@
|
|
111
84
|
<li class="letter">D</li>
|
112
85
|
<ul>
|
113
86
|
|
114
|
-
<li>
|
115
|
-
<a href="MARC/DataField.html" title="MARC::DataField (class)">DataField</a>
|
116
|
-
|
117
|
-
<small>(MARC)</small>
|
118
|
-
|
119
|
-
</li>
|
120
|
-
|
121
87
|
<li>
|
122
88
|
<a href="DataFieldImpl.html" title="DataFieldImpl (class)">DataFieldImpl</a>
|
123
89
|
|
@@ -127,30 +93,10 @@
|
|
127
93
|
</ul>
|
128
94
|
|
129
95
|
|
130
|
-
<ul id="alpha_E" class="alpha">
|
131
|
-
<li class="letter">E</li>
|
132
|
-
<ul>
|
133
|
-
|
134
|
-
<li>
|
135
|
-
<a href="MARC/Exception.html" title="MARC::Exception (class)">Exception</a>
|
136
|
-
|
137
|
-
<small>(MARC)</small>
|
138
|
-
|
139
|
-
</li>
|
140
|
-
|
141
|
-
</ul>
|
142
|
-
</ul>
|
143
|
-
|
144
|
-
|
145
96
|
<ul id="alpha_M" class="alpha">
|
146
97
|
<li class="letter">M</li>
|
147
98
|
<ul>
|
148
99
|
|
149
|
-
<li>
|
150
|
-
<a href="MARC.html" title="MARC (module)">MARC</a>
|
151
|
-
|
152
|
-
</li>
|
153
|
-
|
154
100
|
<li>
|
155
101
|
<a href="MARC4J4R.html" title="MARC4J4R (module)">MARC4J4R</a>
|
156
102
|
|
@@ -171,20 +117,6 @@
|
|
171
117
|
<li class="letter">R</li>
|
172
118
|
<ul>
|
173
119
|
|
174
|
-
<li>
|
175
|
-
<a href="MARC/Reader.html" title="MARC::Reader (class)">Reader</a>
|
176
|
-
|
177
|
-
<small>(MARC)</small>
|
178
|
-
|
179
|
-
</li>
|
180
|
-
|
181
|
-
<li>
|
182
|
-
<a href="MARC/Record.html" title="MARC::Record (class)">Record</a>
|
183
|
-
|
184
|
-
<small>(MARC)</small>
|
185
|
-
|
186
|
-
</li>
|
187
|
-
|
188
120
|
<li>
|
189
121
|
<a href="RecordImpl.html" title="RecordImpl (class)">RecordImpl</a>
|
190
122
|
|
@@ -198,13 +130,6 @@
|
|
198
130
|
<li class="letter">S</li>
|
199
131
|
<ul>
|
200
132
|
|
201
|
-
<li>
|
202
|
-
<a href="MARC/Subfield.html" title="MARC::Subfield (class)">Subfield</a>
|
203
|
-
|
204
|
-
<small>(MARC)</small>
|
205
|
-
|
206
|
-
</li>
|
207
|
-
|
208
133
|
<li>
|
209
134
|
<a href="SubfieldImpl.html" title="SubfieldImpl (class)">SubfieldImpl</a>
|
210
135
|
|
@@ -219,7 +144,7 @@
|
|
219
144
|
</div></div>
|
220
145
|
|
221
146
|
<div id="footer">
|
222
|
-
Generated on
|
147
|
+
Generated on Fri Feb 12 16:38:05 2010 by
|
223
148
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool">yard</a>
|
224
149
|
0.5.3 (ruby-1.8.7).
|
225
150
|
</div>
|
data/doc/class_list.html
CHANGED
@@ -27,7 +27,7 @@
|
|
27
27
|
|
28
28
|
<ul id="full_list" class="class">
|
29
29
|
<li><a href="top-level-namespace.html" title=" (root)">Top Level Namespace</a></li>
|
30
|
-
<li><a href="
|
30
|
+
<li><a href="ControlFieldImpl.html" title="ControlFieldImpl (class)">ControlFieldImpl</a> < Object<small class='search_info'>Top Level Namespace</small></li><li><a href="DataFieldImpl.html" title="DataFieldImpl (class)">DataFieldImpl</a> < Object<small class='search_info'>Top Level Namespace</small></li><li><a href="Java/OrgMarc4j/MarcReader.html" title="Java::OrgMarc4j::MarcReader (module)">Java::OrgMarc4j::MarcReader</a><small class='search_info'>Java::OrgMarc4j</small></li><li><a href="MARC4J4R.html" title="MARC4J4R (module)">MARC4J4R</a><small class='search_info'>Top Level Namespace</small></li><li><a href="RecordImpl.html" title="RecordImpl (class)">RecordImpl</a> < Object<small class='search_info'>Top Level Namespace</small></li><li><a href="SubfieldImpl.html" title="SubfieldImpl (class)">SubfieldImpl</a> < Object<small class='search_info'>Top Level Namespace</small></li>
|
31
31
|
|
32
32
|
</ul>
|
33
33
|
</div>
|
data/doc/file.README.html
CHANGED
@@ -41,18 +41,16 @@
|
|
41
41
|
|
42
42
|
<iframe id="search_frame"></iframe>
|
43
43
|
|
44
|
-
<div id="content"><div id='filecontents'><h1>marc4j4r
|
44
|
+
<div id="content"><div id='filecontents'><h1>marc4j4r</h1>
|
45
45
|
|
46
46
|
<p>marc4j4r is some simple syntactic sugar on top of the java libary <a href="http://marc4j.tigris.org/">marc4j</a>. It allows iteration
|
47
47
|
via #each and implements many of the same convenience functions as <a href="http://marc.rubyforge.org/">ruby-marc</a>.</p>
|
48
48
|
|
49
49
|
<p>Most of the good stuff is in RecordImpl and DataFieldImpl. They, along with the *Reader classes, now implement #each
|
50
|
-
for their subparts as well as #[] where it makes sense. See the examples in
|
50
|
+
for their subparts as well as #[] where it makes sense. See the examples in the documentation for more information.</p>
|
51
51
|
|
52
52
|
<p>There's also a convenience module method, MARC4J4R.reader, to get a reader, as shown below.</p>
|
53
53
|
|
54
|
-
<p>Full documentation can be generated via the 'rake yard' command and is online at http://rdoc.info/projects/billdueber/marc4j4r</p>
|
55
|
-
|
56
54
|
<h2>Example</h2>
|
57
55
|
|
58
56
|
<pre class="code"><span class='require identifier id'>require</span> <span class='string val'>'rubygems'</span>
|
@@ -80,11 +78,10 @@ for their subparts as well as #[] where it makes sense. See the examples in <a h
|
|
80
78
|
|
81
79
|
<p>== Copyright</p>
|
82
80
|
|
83
|
-
<p>Copyright (c) 2010 BillDueber. See LICENSE for details.</p>
|
84
|
-
</div></div>
|
81
|
+
<p>Copyright (c) 2010 BillDueber. See LICENSE for details.</p></div></div>
|
85
82
|
|
86
83
|
<div id="footer">
|
87
|
-
Generated on
|
84
|
+
Generated on Fri Feb 12 16:38:06 2010 by
|
88
85
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool">yard</a>
|
89
86
|
0.5.3 (ruby-1.8.7).
|
90
87
|
</div>
|
data/doc/index.html
CHANGED
@@ -41,18 +41,16 @@
|
|
41
41
|
|
42
42
|
<iframe id="search_frame"></iframe>
|
43
43
|
|
44
|
-
<div id="content"><div id='filecontents'><h1>marc4j4r
|
44
|
+
<div id="content"><div id='filecontents'><h1>marc4j4r</h1>
|
45
45
|
|
46
46
|
<p>marc4j4r is some simple syntactic sugar on top of the java libary <a href="http://marc4j.tigris.org/">marc4j</a>. It allows iteration
|
47
47
|
via #each and implements many of the same convenience functions as <a href="http://marc.rubyforge.org/">ruby-marc</a>.</p>
|
48
48
|
|
49
49
|
<p>Most of the good stuff is in RecordImpl and DataFieldImpl. They, along with the *Reader classes, now implement #each
|
50
|
-
for their subparts as well as #[] where it makes sense. See the examples in
|
50
|
+
for their subparts as well as #[] where it makes sense. See the examples in the documentation for more information.</p>
|
51
51
|
|
52
52
|
<p>There's also a convenience module method, MARC4J4R.reader, to get a reader, as shown below.</p>
|
53
53
|
|
54
|
-
<p>Full documentation can be generated via the 'rake yard' command and is online at http://rdoc.info/projects/billdueber/marc4j4r</p>
|
55
|
-
|
56
54
|
<h2>Example</h2>
|
57
55
|
|
58
56
|
<pre class="code"><span class='require identifier id'>require</span> <span class='string val'>'rubygems'</span>
|
@@ -80,11 +78,10 @@ for their subparts as well as #[] where it makes sense. See the examples in <a h
|
|
80
78
|
|
81
79
|
<p>== Copyright</p>
|
82
80
|
|
83
|
-
<p>Copyright (c) 2010 BillDueber. See LICENSE for details.</p>
|
84
|
-
</div></div>
|
81
|
+
<p>Copyright (c) 2010 BillDueber. See LICENSE for details.</p></div></div>
|
85
82
|
|
86
83
|
<div id="footer">
|
87
|
-
Generated on
|
84
|
+
Generated on Fri Feb 12 16:38:05 2010 by
|
88
85
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool">yard</a>
|
89
86
|
0.5.3 (ruby-1.8.7).
|
90
87
|
</div>
|
data/doc/method_list.html
CHANGED
@@ -28,22 +28,6 @@
|
|
28
28
|
<ul id="full_list" class="methods">
|
29
29
|
|
30
30
|
|
31
|
-
<li class="r1 ">
|
32
|
-
<a href="SubfieldImpl.html#%3D%3D-instance_method" title="SubfieldImpl#== (method)">#==</a>
|
33
|
-
|
34
|
-
<small>SubfieldImpl</small>
|
35
|
-
|
36
|
-
</li>
|
37
|
-
|
38
|
-
|
39
|
-
<li class="r2 ">
|
40
|
-
<a href="DataFieldImpl.html#%3D%3D-instance_method" title="DataFieldImpl#== (method)">#==</a>
|
41
|
-
|
42
|
-
<small>DataFieldImpl</small>
|
43
|
-
|
44
|
-
</li>
|
45
|
-
|
46
|
-
|
47
31
|
<li class="r1 ">
|
48
32
|
<a href="DataFieldImpl.html#%5B%5D-instance_method" title="DataFieldImpl#[] (method)">#[]</a>
|
49
33
|
|
@@ -61,14 +45,6 @@
|
|
61
45
|
|
62
46
|
|
63
47
|
<li class="r1 ">
|
64
|
-
<a href="MARC4J4R/AlephSequentialReader.html#buildField-instance_method" title="MARC4J4R::AlephSequentialReader#buildField (method)">#buildField</a>
|
65
|
-
|
66
|
-
<small>MARC4J4R::AlephSequentialReader</small>
|
67
|
-
|
68
|
-
</li>
|
69
|
-
|
70
|
-
|
71
|
-
<li class="r2 ">
|
72
48
|
<a href="SubfieldImpl.html#code-instance_method" title="SubfieldImpl#code (method)">#code</a>
|
73
49
|
|
74
50
|
<small>SubfieldImpl</small>
|
@@ -76,46 +52,6 @@
|
|
76
52
|
</li>
|
77
53
|
|
78
54
|
|
79
|
-
<li class="r1 ">
|
80
|
-
<a href="DataFieldImpl.html#controlField%3F-instance_method" title="DataFieldImpl#controlField? (method)">#controlField?</a>
|
81
|
-
|
82
|
-
<small>DataFieldImpl</small>
|
83
|
-
|
84
|
-
</li>
|
85
|
-
|
86
|
-
|
87
|
-
<li class="r2 ">
|
88
|
-
<a href="ControlFieldImpl.html#controlField%3F-instance_method" title="ControlFieldImpl#controlField? (method)">#controlField?</a>
|
89
|
-
|
90
|
-
<small>ControlFieldImpl</small>
|
91
|
-
|
92
|
-
</li>
|
93
|
-
|
94
|
-
|
95
|
-
<li class="r1 ">
|
96
|
-
<a href="ControlFieldImpl.html#control_tag%3F-class_method" title="ControlFieldImpl.control_tag? (method)">control_tag?</a>
|
97
|
-
|
98
|
-
<small>ControlFieldImpl</small>
|
99
|
-
|
100
|
-
</li>
|
101
|
-
|
102
|
-
|
103
|
-
<li class="r2 ">
|
104
|
-
<a href="MARC/ControlField.html#control_tag%3F-class_method" title="MARC::ControlField.control_tag? (method)">control_tag?</a>
|
105
|
-
|
106
|
-
<small>MARC::ControlField</small>
|
107
|
-
|
108
|
-
</li>
|
109
|
-
|
110
|
-
|
111
|
-
<li class="r1 ">
|
112
|
-
<a href="MARC/ControlField.html#control_tags-class_method" title="MARC::ControlField.control_tags (method)">control_tags</a>
|
113
|
-
|
114
|
-
<small>MARC::ControlField</small>
|
115
|
-
|
116
|
-
</li>
|
117
|
-
|
118
|
-
|
119
55
|
<li class="r2 ">
|
120
56
|
<a href="RecordImpl.html#each-instance_method" title="RecordImpl#each (method)">#each</a>
|
121
57
|
|
@@ -125,14 +61,6 @@
|
|
125
61
|
|
126
62
|
|
127
63
|
<li class="r1 ">
|
128
|
-
<a href="MARC4J4R/AlephSequentialReader.html#each-instance_method" title="MARC4J4R::AlephSequentialReader#each (method)">#each</a>
|
129
|
-
|
130
|
-
<small>MARC4J4R::AlephSequentialReader</small>
|
131
|
-
|
132
|
-
</li>
|
133
|
-
|
134
|
-
|
135
|
-
<li class="r2 ">
|
136
64
|
<a href="DataFieldImpl.html#each-instance_method" title="DataFieldImpl#each (method)">#each</a>
|
137
65
|
|
138
66
|
<small>DataFieldImpl</small>
|
@@ -140,7 +68,7 @@
|
|
140
68
|
</li>
|
141
69
|
|
142
70
|
|
143
|
-
<li class="
|
71
|
+
<li class="r2 ">
|
144
72
|
<a href="Java/OrgMarc4j/MarcReader.html#each-instance_method" title="Java::OrgMarc4j::MarcReader#each (method)">#each</a>
|
145
73
|
|
146
74
|
<small>Java::OrgMarc4j::MarcReader</small>
|
@@ -148,7 +76,7 @@
|
|
148
76
|
</li>
|
149
77
|
|
150
78
|
|
151
|
-
<li class="
|
79
|
+
<li class="r1 ">
|
152
80
|
<a href="RecordImpl.html#find_by_tag-instance_method" title="RecordImpl#find_by_tag (method)">#find_by_tag</a>
|
153
81
|
|
154
82
|
<small>RecordImpl</small>
|
@@ -156,7 +84,7 @@
|
|
156
84
|
</li>
|
157
85
|
|
158
86
|
|
159
|
-
<li class="
|
87
|
+
<li class="r2 ">
|
160
88
|
<a href="RecordImpl.html#hashify-instance_method" title="RecordImpl#hashify (method)">#hashify</a>
|
161
89
|
|
162
90
|
<small>RecordImpl</small>
|
@@ -164,7 +92,7 @@
|
|
164
92
|
</li>
|
165
93
|
|
166
94
|
|
167
|
-
<li class="
|
95
|
+
<li class="r1 ">
|
168
96
|
<a href="DataFieldImpl.html#indicator1-instance_method" title="DataFieldImpl#indicator1 (method)">#indicator1</a>
|
169
97
|
|
170
98
|
<small>DataFieldImpl</small>
|
@@ -172,7 +100,7 @@
|
|
172
100
|
</li>
|
173
101
|
|
174
102
|
|
175
|
-
<li class="
|
103
|
+
<li class="r2 ">
|
176
104
|
<a href="DataFieldImpl.html#indicator2-instance_method" title="DataFieldImpl#indicator2 (method)">#indicator2</a>
|
177
105
|
|
178
106
|
<small>DataFieldImpl</small>
|
@@ -180,23 +108,7 @@
|
|
180
108
|
</li>
|
181
109
|
|
182
110
|
|
183
|
-
<li class="r2 ">
|
184
|
-
<a href="MARC4J4R/AlephSequentialReader.html#initialize-instance_method" title="MARC4J4R::AlephSequentialReader#initialize (method)">#initialize</a>
|
185
|
-
|
186
|
-
<small>MARC4J4R::AlephSequentialReader</small>
|
187
|
-
|
188
|
-
</li>
|
189
|
-
|
190
|
-
|
191
111
|
<li class="r1 ">
|
192
|
-
<a href="ASReader.html#initialize-instance_method" title="ASReader#initialize (method)">#initialize</a>
|
193
|
-
|
194
|
-
<small>ASReader</small>
|
195
|
-
|
196
|
-
</li>
|
197
|
-
|
198
|
-
|
199
|
-
<li class="r2 ">
|
200
112
|
<a href="RecordImpl.html#leader-instance_method" title="RecordImpl#leader (method)">#leader</a>
|
201
113
|
|
202
114
|
<small>RecordImpl</small>
|
@@ -204,62 +116,6 @@
|
|
204
116
|
</li>
|
205
117
|
|
206
118
|
|
207
|
-
<li class="r1 ">
|
208
|
-
<a href="MARC/Record.html#new-class_method" title="MARC::Record.new (method)">new</a>
|
209
|
-
|
210
|
-
<small>MARC::Record</small>
|
211
|
-
|
212
|
-
</li>
|
213
|
-
|
214
|
-
|
215
|
-
<li class="r2 ">
|
216
|
-
<a href="MARC/DataField.html#new-class_method" title="MARC::DataField.new (method)">new</a>
|
217
|
-
|
218
|
-
<small>MARC::DataField</small>
|
219
|
-
|
220
|
-
</li>
|
221
|
-
|
222
|
-
|
223
|
-
<li class="r1 ">
|
224
|
-
<a href="MARC/Subfield.html#new-class_method" title="MARC::Subfield.new (method)">new</a>
|
225
|
-
|
226
|
-
<small>MARC::Subfield</small>
|
227
|
-
|
228
|
-
</li>
|
229
|
-
|
230
|
-
|
231
|
-
<li class="r2 ">
|
232
|
-
<a href="MARC/ControlField.html#new-class_method" title="MARC::ControlField.new (method)">new</a>
|
233
|
-
|
234
|
-
<small>MARC::ControlField</small>
|
235
|
-
|
236
|
-
</li>
|
237
|
-
|
238
|
-
|
239
|
-
<li class="r1 ">
|
240
|
-
<a href="MARC/Reader.html#new-class_method" title="MARC::Reader.new (method)">new</a>
|
241
|
-
|
242
|
-
<small>MARC::Reader</small>
|
243
|
-
|
244
|
-
</li>
|
245
|
-
|
246
|
-
|
247
|
-
<li class="r2 ">
|
248
|
-
<a href="MARC/Record.html#new_from_marc-class_method" title="MARC::Record.new_from_marc (method)">new_from_marc</a>
|
249
|
-
|
250
|
-
<small>MARC::Record</small>
|
251
|
-
|
252
|
-
</li>
|
253
|
-
|
254
|
-
|
255
|
-
<li class="r1 ">
|
256
|
-
<a href="MARC/Record.html#new_from_marchash-class_method" title="MARC::Record.new_from_marchash (method)">new_from_marchash</a>
|
257
|
-
|
258
|
-
<small>MARC::Record</small>
|
259
|
-
|
260
|
-
</li>
|
261
|
-
|
262
|
-
|
263
119
|
<li class="r2 ">
|
264
120
|
<a href="MARC4J4R.html#reader-instance_method" title="MARC4J4R#reader (method)">#reader</a>
|
265
121
|
|
@@ -277,47 +133,47 @@
|
|
277
133
|
|
278
134
|
|
279
135
|
<li class="r2 ">
|
280
|
-
<a href="
|
136
|
+
<a href="DataFieldImpl.html#to_s-instance_method" title="DataFieldImpl#to_s (method)">#to_s</a>
|
281
137
|
|
282
|
-
<small>
|
138
|
+
<small>DataFieldImpl</small>
|
283
139
|
|
284
140
|
</li>
|
285
141
|
|
286
142
|
|
287
143
|
<li class="r1 ">
|
288
|
-
<a href="
|
144
|
+
<a href="SubfieldImpl.html#to_s-instance_method" title="SubfieldImpl#to_s (method)">#to_s</a>
|
289
145
|
|
290
|
-
<small>
|
146
|
+
<small>SubfieldImpl</small>
|
291
147
|
|
292
148
|
</li>
|
293
149
|
|
294
150
|
|
295
151
|
<li class="r2 ">
|
296
|
-
<a href="
|
152
|
+
<a href="RecordImpl.html#to_s-instance_method" title="RecordImpl#to_s (method)">#to_s</a>
|
297
153
|
|
298
|
-
<small>
|
154
|
+
<small>RecordImpl</small>
|
299
155
|
|
300
156
|
</li>
|
301
157
|
|
302
158
|
|
303
159
|
<li class="r1 ">
|
304
|
-
<a href="
|
160
|
+
<a href="ControlFieldImpl.html#to_s-instance_method" title="ControlFieldImpl#to_s (method)">#to_s</a>
|
305
161
|
|
306
|
-
<small>
|
162
|
+
<small>ControlFieldImpl</small>
|
307
163
|
|
308
164
|
</li>
|
309
165
|
|
310
166
|
|
311
167
|
<li class="r2 ">
|
312
|
-
<a href="
|
168
|
+
<a href="RecordImpl.html#to_xml-instance_method" title="RecordImpl#to_xml (method)">#to_xml</a>
|
313
169
|
|
314
|
-
<small>
|
170
|
+
<small>RecordImpl</small>
|
315
171
|
|
316
172
|
</li>
|
317
173
|
|
318
174
|
|
319
175
|
<li class="r1 ">
|
320
|
-
<a href="ControlFieldImpl.html#
|
176
|
+
<a href="ControlFieldImpl.html#value-instance_method" title="ControlFieldImpl#value (method)">#value</a>
|
321
177
|
|
322
178
|
<small>ControlFieldImpl</small>
|
323
179
|
|
@@ -325,33 +181,33 @@
|
|
325
181
|
|
326
182
|
|
327
183
|
<li class="r2 ">
|
328
|
-
<a href="
|
184
|
+
<a href="SubfieldImpl.html#value-instance_method" title="SubfieldImpl#value (method)">#value</a>
|
329
185
|
|
330
|
-
<small>
|
186
|
+
<small>SubfieldImpl</small>
|
331
187
|
|
332
188
|
</li>
|
333
189
|
|
334
190
|
|
335
191
|
<li class="r1 ">
|
336
|
-
<a href="
|
192
|
+
<a href="DataFieldImpl.html#value-instance_method" title="DataFieldImpl#value (method)">#value</a>
|
337
193
|
|
338
|
-
<small>
|
194
|
+
<small>DataFieldImpl</small>
|
339
195
|
|
340
196
|
</li>
|
341
197
|
|
342
198
|
|
343
199
|
<li class="r2 ">
|
344
|
-
<a href="
|
200
|
+
<a href="DataFieldImpl.html#via_tagspec-instance_method" title="DataFieldImpl#via_tagspec (method)">#via_tagspec</a>
|
345
201
|
|
346
|
-
<small>
|
202
|
+
<small>DataFieldImpl</small>
|
347
203
|
|
348
204
|
</li>
|
349
205
|
|
350
206
|
|
351
207
|
<li class="r1 ">
|
352
|
-
<a href="
|
208
|
+
<a href="ControlFieldImpl.html#via_tagspec-instance_method" title="ControlFieldImpl#via_tagspec (method)">#via_tagspec</a>
|
353
209
|
|
354
|
-
<small>
|
210
|
+
<small>ControlFieldImpl</small>
|
355
211
|
|
356
212
|
</li>
|
357
213
|
|