marc4j4r 0.1.3 → 0.1.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -84,6 +84,26 @@
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
+
87
107
  <li class="public ">
88
108
  <span class="summary_signature">
89
109
 
@@ -152,7 +172,36 @@
152
172
 
153
173
 
154
174
  <div class="method_details first">
155
- <p class="signature first" id="code-instance_method">
175
+ <p class="signature first" id="==-instance_method">
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">
156
205
 
157
206
  - (<tt>Object</tt>) <strong>code</strong>
158
207
 
@@ -164,12 +213,12 @@
164
213
  <pre class="lines">
165
214
 
166
215
 
167
- 365
168
- 366
169
- 367</pre>
216
+ 506
217
+ 507
218
+ 508</pre>
170
219
  </td>
171
220
  <td>
172
- <pre class="code"><span class="info file"># File 'lib/marc4j4r.rb', line 365</span>
221
+ <pre class="code"><span class="info file"># File 'lib/marc4j4r.rb', line 506</span>
173
222
 
174
223
  <span class='def def kw'>def</span> <span class='code identifier id'>code</span>
175
224
  <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>
@@ -193,12 +242,12 @@
193
242
  <pre class="lines">
194
243
 
195
244
 
196
- 369
197
- 370
198
- 371</pre>
245
+ 510
246
+ 511
247
+ 512</pre>
199
248
  </td>
200
249
  <td>
201
- <pre class="code"><span class="info file"># File 'lib/marc4j4r.rb', line 369</span>
250
+ <pre class="code"><span class="info file"># File 'lib/marc4j4r.rb', line 510</span>
202
251
 
203
252
  <span class='def def kw'>def</span> <span class='to_s identifier id'>to_s</span>
204
253
  <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'>&quot; &quot;</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>
@@ -222,12 +271,12 @@
222
271
  <pre class="lines">
223
272
 
224
273
 
225
- 361
226
- 362
227
- 363</pre>
274
+ 502
275
+ 503
276
+ 504</pre>
228
277
  </td>
229
278
  <td>
230
- <pre class="code"><span class="info file"># File 'lib/marc4j4r.rb', line 361</span>
279
+ <pre class="code"><span class="info file"># File 'lib/marc4j4r.rb', line 502</span>
231
280
 
232
281
  <span class='def def kw'>def</span> <span class='value identifier id'>value</span>
233
282
  <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>
@@ -243,7 +292,7 @@
243
292
  </div>
244
293
 
245
294
  <div id="footer">
246
- Generated on Fri Feb 12 16:38:07 2010 by
295
+ Generated on Sat Apr 3 22:01:07 2010 by
247
296
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool">yard</a>
248
297
  0.5.3 (ruby-1.8.7).
249
298
  </div>
data/doc/_index.html CHANGED
@@ -67,10 +67,37 @@
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
+
70
90
  <ul id="alpha_C" class="alpha">
71
91
  <li class="letter">C</li>
72
92
  <ul>
73
93
 
94
+ <li>
95
+ <a href="MARC/ControlField.html" title="MARC::ControlField (class)">ControlField</a>
96
+
97
+ <small>(MARC)</small>
98
+
99
+ </li>
100
+
74
101
  <li>
75
102
  <a href="ControlFieldImpl.html" title="ControlFieldImpl (class)">ControlFieldImpl</a>
76
103
 
@@ -84,6 +111,13 @@
84
111
  <li class="letter">D</li>
85
112
  <ul>
86
113
 
114
+ <li>
115
+ <a href="MARC/DataField.html" title="MARC::DataField (class)">DataField</a>
116
+
117
+ <small>(MARC)</small>
118
+
119
+ </li>
120
+
87
121
  <li>
88
122
  <a href="DataFieldImpl.html" title="DataFieldImpl (class)">DataFieldImpl</a>
89
123
 
@@ -93,10 +127,30 @@
93
127
  </ul>
94
128
 
95
129
 
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
+
96
145
  <ul id="alpha_M" class="alpha">
97
146
  <li class="letter">M</li>
98
147
  <ul>
99
148
 
149
+ <li>
150
+ <a href="MARC.html" title="MARC (module)">MARC</a>
151
+
152
+ </li>
153
+
100
154
  <li>
101
155
  <a href="MARC4J4R.html" title="MARC4J4R (module)">MARC4J4R</a>
102
156
 
@@ -117,6 +171,20 @@
117
171
  <li class="letter">R</li>
118
172
  <ul>
119
173
 
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
+
120
188
  <li>
121
189
  <a href="RecordImpl.html" title="RecordImpl (class)">RecordImpl</a>
122
190
 
@@ -130,6 +198,13 @@
130
198
  <li class="letter">S</li>
131
199
  <ul>
132
200
 
201
+ <li>
202
+ <a href="MARC/Subfield.html" title="MARC::Subfield (class)">Subfield</a>
203
+
204
+ <small>(MARC)</small>
205
+
206
+ </li>
207
+
133
208
  <li>
134
209
  <a href="SubfieldImpl.html" title="SubfieldImpl (class)">SubfieldImpl</a>
135
210
 
@@ -144,7 +219,7 @@
144
219
  </div></div>
145
220
 
146
221
  <div id="footer">
147
- Generated on Fri Feb 12 16:38:05 2010 by
222
+ Generated on Sat Apr 3 22:01:05 2010 by
148
223
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool">yard</a>
149
224
  0.5.3 (ruby-1.8.7).
150
225
  </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="ControlFieldImpl.html" title="ControlFieldImpl (class)">ControlFieldImpl</a> &lt; Object<small class='search_info'>Top Level Namespace</small></li><li><a href="DataFieldImpl.html" title="DataFieldImpl (class)">DataFieldImpl</a> &lt; 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> &lt; Object<small class='search_info'>Top Level Namespace</small></li><li><a href="SubfieldImpl.html" title="SubfieldImpl (class)">SubfieldImpl</a> &lt; Object<small class='search_info'>Top Level Namespace</small></li>
30
+ <li><a href="ASReader.html" title="ASReader (class)">ASReader</a> &lt; Object<small class='search_info'>Top Level Namespace</small></li><li><a href="ControlFieldImpl.html" title="ControlFieldImpl (class)">ControlFieldImpl</a> &lt; Object<small class='search_info'>Top Level Namespace</small></li><li><a href="DataFieldImpl.html" title="DataFieldImpl (class)">DataFieldImpl</a> &lt; 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 class='toggle'></a> <a href="MARC.html" title="MARC (module)">MARC</a><small class='search_info'>Top Level Namespace</small></li><ul><li><a href="MARC/ControlField.html" title="MARC::ControlField (class)">ControlField</a> &lt; Object<small class='search_info'>MARC</small></li><li><a href="MARC/DataField.html" title="MARC::DataField (class)">DataField</a> &lt; Object<small class='search_info'>MARC</small></li><li><a href="MARC/Exception.html" title="MARC::Exception (class)">Exception</a> &lt; RuntimeError<small class='search_info'>MARC</small></li><li><a href="MARC/Reader.html" title="MARC::Reader (class)">Reader</a> &lt; Object<small class='search_info'>MARC</small></li><li><a href="MARC/Record.html" title="MARC::Record (class)">Record</a> &lt; Object<small class='search_info'>MARC</small></li><li><a href="MARC/Subfield.html" title="MARC::Subfield (class)">Subfield</a> &lt; Object<small class='search_info'>MARC</small></li></ul><li><a class='toggle'></a> <a href="MARC4J4R.html" title="MARC4J4R (module)">MARC4J4R</a><small class='search_info'>Top Level Namespace</small></li><ul><li><a href="MARC4J4R/AlephSequentialReader.html" title="MARC4J4R::AlephSequentialReader (class)">AlephSequentialReader</a> &lt; Object<small class='search_info'>MARC4J4R</small></li></ul><li><a href="RecordImpl.html" title="RecordImpl (class)">RecordImpl</a> &lt; Object<small class='search_info'>Top Level Namespace</small></li><li><a href="SubfieldImpl.html" title="SubfieldImpl (class)">SubfieldImpl</a> &lt; 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,16 +41,18 @@
41
41
 
42
42
  <iframe id="search_frame"></iframe>
43
43
 
44
- <div id="content"><div id='filecontents'><h1>marc4j4r</h1>
44
+ <div id="content"><div id='filecontents'><h1>marc4j4r -- work with marc4j in JRuby</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 the documentation for more information.</p>
50
+ for their subparts as well as #[] where it makes sense. See the examples in <a href="">the documentation</a> 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
+
54
56
  <h2>Example</h2>
55
57
 
56
58
  <pre class="code"><span class='require identifier id'>require</span> <span class='string val'>'rubygems'</span>
@@ -78,10 +80,11 @@ for their subparts as well as #[] where it makes sense. See the examples in the
78
80
 
79
81
  <p>== Copyright</p>
80
82
 
81
- <p>Copyright (c) 2010 BillDueber. See LICENSE for details.</p></div></div>
83
+ <p>Copyright (c) 2010 BillDueber. See LICENSE for details.</p>
84
+ </div></div>
82
85
 
83
86
  <div id="footer">
84
- Generated on Fri Feb 12 16:38:06 2010 by
87
+ Generated on Sat Apr 3 22:01:06 2010 by
85
88
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool">yard</a>
86
89
  0.5.3 (ruby-1.8.7).
87
90
  </div>
data/doc/index.html CHANGED
@@ -41,16 +41,18 @@
41
41
 
42
42
  <iframe id="search_frame"></iframe>
43
43
 
44
- <div id="content"><div id='filecontents'><h1>marc4j4r</h1>
44
+ <div id="content"><div id='filecontents'><h1>marc4j4r -- work with marc4j in JRuby</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 the documentation for more information.</p>
50
+ for their subparts as well as #[] where it makes sense. See the examples in <a href="">the documentation</a> 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
+
54
56
  <h2>Example</h2>
55
57
 
56
58
  <pre class="code"><span class='require identifier id'>require</span> <span class='string val'>'rubygems'</span>
@@ -78,10 +80,11 @@ for their subparts as well as #[] where it makes sense. See the examples in the
78
80
 
79
81
  <p>== Copyright</p>
80
82
 
81
- <p>Copyright (c) 2010 BillDueber. See LICENSE for details.</p></div></div>
83
+ <p>Copyright (c) 2010 BillDueber. See LICENSE for details.</p>
84
+ </div></div>
82
85
 
83
86
  <div id="footer">
84
- Generated on Fri Feb 12 16:38:05 2010 by
87
+ Generated on Sat Apr 3 22:01:05 2010 by
85
88
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool">yard</a>
86
89
  0.5.3 (ruby-1.8.7).
87
90
  </div>
data/doc/method_list.html CHANGED
@@ -28,6 +28,22 @@
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
+
31
47
  <li class="r1 ">
32
48
  <a href="DataFieldImpl.html#%5B%5D-instance_method" title="DataFieldImpl#[] (method)">#[]</a>
33
49
 
@@ -45,6 +61,14 @@
45
61
 
46
62
 
47
63
  <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 ">
48
72
  <a href="SubfieldImpl.html#code-instance_method" title="SubfieldImpl#code (method)">#code</a>
49
73
 
50
74
  <small>SubfieldImpl</small>
@@ -52,6 +76,46 @@
52
76
  </li>
53
77
 
54
78
 
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
+
55
119
  <li class="r2 ">
56
120
  <a href="RecordImpl.html#each-instance_method" title="RecordImpl#each (method)">#each</a>
57
121
 
@@ -61,6 +125,14 @@
61
125
 
62
126
 
63
127
  <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 ">
64
136
  <a href="DataFieldImpl.html#each-instance_method" title="DataFieldImpl#each (method)">#each</a>
65
137
 
66
138
  <small>DataFieldImpl</small>
@@ -68,7 +140,7 @@
68
140
  </li>
69
141
 
70
142
 
71
- <li class="r2 ">
143
+ <li class="r1 ">
72
144
  <a href="Java/OrgMarc4j/MarcReader.html#each-instance_method" title="Java::OrgMarc4j::MarcReader#each (method)">#each</a>
73
145
 
74
146
  <small>Java::OrgMarc4j::MarcReader</small>
@@ -76,7 +148,7 @@
76
148
  </li>
77
149
 
78
150
 
79
- <li class="r1 ">
151
+ <li class="r2 ">
80
152
  <a href="RecordImpl.html#find_by_tag-instance_method" title="RecordImpl#find_by_tag (method)">#find_by_tag</a>
81
153
 
82
154
  <small>RecordImpl</small>
@@ -84,7 +156,7 @@
84
156
  </li>
85
157
 
86
158
 
87
- <li class="r2 ">
159
+ <li class="r1 ">
88
160
  <a href="RecordImpl.html#hashify-instance_method" title="RecordImpl#hashify (method)">#hashify</a>
89
161
 
90
162
  <small>RecordImpl</small>
@@ -92,7 +164,7 @@
92
164
  </li>
93
165
 
94
166
 
95
- <li class="r1 ">
167
+ <li class="r2 ">
96
168
  <a href="DataFieldImpl.html#indicator1-instance_method" title="DataFieldImpl#indicator1 (method)">#indicator1</a>
97
169
 
98
170
  <small>DataFieldImpl</small>
@@ -100,7 +172,7 @@
100
172
  </li>
101
173
 
102
174
 
103
- <li class="r2 ">
175
+ <li class="r1 ">
104
176
  <a href="DataFieldImpl.html#indicator2-instance_method" title="DataFieldImpl#indicator2 (method)">#indicator2</a>
105
177
 
106
178
  <small>DataFieldImpl</small>
@@ -108,7 +180,23 @@
108
180
  </li>
109
181
 
110
182
 
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
+
111
191
  <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 ">
112
200
  <a href="RecordImpl.html#leader-instance_method" title="RecordImpl#leader (method)">#leader</a>
113
201
 
114
202
  <small>RecordImpl</small>
@@ -116,6 +204,62 @@
116
204
  </li>
117
205
 
118
206
 
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
+
119
263
  <li class="r2 ">
120
264
  <a href="MARC4J4R.html#reader-instance_method" title="MARC4J4R#reader (method)">#reader</a>
121
265
 
@@ -133,47 +277,47 @@
133
277
 
134
278
 
135
279
  <li class="r2 ">
136
- <a href="DataFieldImpl.html#to_s-instance_method" title="DataFieldImpl#to_s (method)">#to_s</a>
280
+ <a href="RecordImpl.html#to_marc-instance_method" title="RecordImpl#to_marc (method)">#to_marc</a>
137
281
 
138
- <small>DataFieldImpl</small>
282
+ <small>RecordImpl</small>
139
283
 
140
284
  </li>
141
285
 
142
286
 
143
287
  <li class="r1 ">
144
- <a href="SubfieldImpl.html#to_s-instance_method" title="SubfieldImpl#to_s (method)">#to_s</a>
288
+ <a href="RecordImpl.html#to_marchash-instance_method" title="RecordImpl#to_marchash (method)">#to_marchash</a>
145
289
 
146
- <small>SubfieldImpl</small>
290
+ <small>RecordImpl</small>
147
291
 
148
292
  </li>
149
293
 
150
294
 
151
295
  <li class="r2 ">
152
- <a href="RecordImpl.html#to_s-instance_method" title="RecordImpl#to_s (method)">#to_s</a>
296
+ <a href="DataFieldImpl.html#to_s-instance_method" title="DataFieldImpl#to_s (method)">#to_s</a>
153
297
 
154
- <small>RecordImpl</small>
298
+ <small>DataFieldImpl</small>
155
299
 
156
300
  </li>
157
301
 
158
302
 
159
303
  <li class="r1 ">
160
- <a href="ControlFieldImpl.html#to_s-instance_method" title="ControlFieldImpl#to_s (method)">#to_s</a>
304
+ <a href="RecordImpl.html#to_s-instance_method" title="RecordImpl#to_s (method)">#to_s</a>
161
305
 
162
- <small>ControlFieldImpl</small>
306
+ <small>RecordImpl</small>
163
307
 
164
308
  </li>
165
309
 
166
310
 
167
311
  <li class="r2 ">
168
- <a href="RecordImpl.html#to_xml-instance_method" title="RecordImpl#to_xml (method)">#to_xml</a>
312
+ <a href="SubfieldImpl.html#to_s-instance_method" title="SubfieldImpl#to_s (method)">#to_s</a>
169
313
 
170
- <small>RecordImpl</small>
314
+ <small>SubfieldImpl</small>
171
315
 
172
316
  </li>
173
317
 
174
318
 
175
319
  <li class="r1 ">
176
- <a href="ControlFieldImpl.html#value-instance_method" title="ControlFieldImpl#value (method)">#value</a>
320
+ <a href="ControlFieldImpl.html#to_s-instance_method" title="ControlFieldImpl#to_s (method)">#to_s</a>
177
321
 
178
322
  <small>ControlFieldImpl</small>
179
323
 
@@ -181,33 +325,33 @@
181
325
 
182
326
 
183
327
  <li class="r2 ">
184
- <a href="SubfieldImpl.html#value-instance_method" title="SubfieldImpl#value (method)">#value</a>
328
+ <a href="RecordImpl.html#to_xml-instance_method" title="RecordImpl#to_xml (method)">#to_xml</a>
185
329
 
186
- <small>SubfieldImpl</small>
330
+ <small>RecordImpl</small>
187
331
 
188
332
  </li>
189
333
 
190
334
 
191
335
  <li class="r1 ">
192
- <a href="DataFieldImpl.html#value-instance_method" title="DataFieldImpl#value (method)">#value</a>
336
+ <a href="SubfieldImpl.html#value-instance_method" title="SubfieldImpl#value (method)">#value</a>
193
337
 
194
- <small>DataFieldImpl</small>
338
+ <small>SubfieldImpl</small>
195
339
 
196
340
  </li>
197
341
 
198
342
 
199
343
  <li class="r2 ">
200
- <a href="DataFieldImpl.html#via_tagspec-instance_method" title="DataFieldImpl#via_tagspec (method)">#via_tagspec</a>
344
+ <a href="ControlFieldImpl.html#value-instance_method" title="ControlFieldImpl#value (method)">#value</a>
201
345
 
202
- <small>DataFieldImpl</small>
346
+ <small>ControlFieldImpl</small>
203
347
 
204
348
  </li>
205
349
 
206
350
 
207
351
  <li class="r1 ">
208
- <a href="ControlFieldImpl.html#via_tagspec-instance_method" title="ControlFieldImpl#via_tagspec (method)">#via_tagspec</a>
352
+ <a href="DataFieldImpl.html#value-instance_method" title="DataFieldImpl#value (method)">#value</a>
209
353
 
210
- <small>ControlFieldImpl</small>
354
+ <small>DataFieldImpl</small>
211
355
 
212
356
  </li>
213
357