Original 2.4. With additional eclipse .project/classpath and git ignore
[marc4j.git] / apidoc / org / marc4j / marc / impl / package-summary.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">\r
2 <!--NewPage-->\r
3 <HTML>\r
4 <HEAD>\r
5 <!-- Generated by javadoc (build 1.5.0_06) on Fri Oct 17 16:04:53 EDT 2008 -->\r
6 <TITLE>\r
7 org.marc4j.marc.impl (MARC4J API)\r
8 </TITLE>\r
9 \r
10 <META NAME="keywords" CONTENT="org.marc4j.marc.impl package">\r
11 \r
12 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">\r
13 \r
14 <SCRIPT type="text/javascript">\r
15 function windowTitle()\r
16 {\r
17     parent.document.title="org.marc4j.marc.impl (MARC4J API)";\r
18 }\r
19 </SCRIPT>\r
20 <NOSCRIPT>\r
21 </NOSCRIPT>\r
22 \r
23 </HEAD>\r
24 \r
25 <BODY BGCOLOR="white" onload="windowTitle();">\r
26 \r
27 \r
28 <!-- ========= START OF TOP NAVBAR ======= -->\r
29 <A NAME="navbar_top"><!-- --></A>\r
30 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>\r
31 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">\r
32 <TR>\r
33 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">\r
34 <A NAME="navbar_top_firstrow"><!-- --></A>\r
35 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">\r
36   <TR ALIGN="center" VALIGN="top">\r
37   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>\r
38   <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT>&nbsp;</TD>\r
39   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>\r
40   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-use.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>\r
41   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>\r
42   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>\r
43   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>\r
44   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>\r
45   </TR>\r
46 </TABLE>\r
47 </TD>\r
48 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>\r
49 </EM>\r
50 </TD>\r
51 </TR>\r
52 \r
53 <TR>\r
54 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">\r
55 &nbsp;<A HREF="../../../../org/marc4j/marc/package-summary.html"><B>PREV PACKAGE</B></A>&nbsp;\r
56 &nbsp;<A HREF="../../../../org/marc4j/util/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD>\r
57 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">\r
58   <A HREF="../../../../index.html?org/marc4j/marc/impl/package-summary.html" target="_top"><B>FRAMES</B></A>  &nbsp;\r
59 &nbsp;<A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;\r
60 &nbsp;<SCRIPT type="text/javascript">\r
61   <!--\r
62   if(window==top) {\r
63     document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');\r
64   }\r
65   //-->\r
66 </SCRIPT>\r
67 <NOSCRIPT>\r
68   <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>\r
69 </NOSCRIPT>\r
70 \r
71 \r
72 </FONT></TD>\r
73 </TR>\r
74 </TABLE>\r
75 <A NAME="skip-navbar_top"></A>\r
76 <!-- ========= END OF TOP NAVBAR ========= -->\r
77 \r
78 <HR>\r
79 <H2>\r
80 Package org.marc4j.marc.impl\r
81 </H2>\r
82 Default implementation of the MARC record object model.\r
83 <P>\r
84 <B>See:</B>\r
85 <BR>\r
86 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<A HREF="#package_description"><B>Description</B></A>\r
87 <P>\r
88 \r
89 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">\r
90 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">\r
91 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">\r
92 <B>Class Summary</B></FONT></TH>\r
93 </TR>\r
94 <TR BGCOLOR="white" CLASS="TableRowColor">\r
95 <TD WIDTH="15%"><B><A HREF="../../../../org/marc4j/marc/impl/ControlFieldImpl.html" title="class in org.marc4j.marc.impl">ControlFieldImpl</A></B></TD>\r
96 <TD>Represents a control field in a MARC record.</TD>\r
97 </TR>\r
98 <TR BGCOLOR="white" CLASS="TableRowColor">\r
99 <TD WIDTH="15%"><B><A HREF="../../../../org/marc4j/marc/impl/DataFieldImpl.html" title="class in org.marc4j.marc.impl">DataFieldImpl</A></B></TD>\r
100 <TD>Represents a data field in a MARC record.</TD>\r
101 </TR>\r
102 <TR BGCOLOR="white" CLASS="TableRowColor">\r
103 <TD WIDTH="15%"><B><A HREF="../../../../org/marc4j/marc/impl/LeaderImpl.html" title="class in org.marc4j.marc.impl">LeaderImpl</A></B></TD>\r
104 <TD>Represents a record label in a MARC record.</TD>\r
105 </TR>\r
106 <TR BGCOLOR="white" CLASS="TableRowColor">\r
107 <TD WIDTH="15%"><B><A HREF="../../../../org/marc4j/marc/impl/MarcFactoryImpl.html" title="class in org.marc4j.marc.impl">MarcFactoryImpl</A></B></TD>\r
108 <TD>Factory for creating MARC record objects.</TD>\r
109 </TR>\r
110 <TR BGCOLOR="white" CLASS="TableRowColor">\r
111 <TD WIDTH="15%"><B><A HREF="../../../../org/marc4j/marc/impl/RecordImpl.html" title="class in org.marc4j.marc.impl">RecordImpl</A></B></TD>\r
112 <TD>Represents a MARC record.</TD>\r
113 </TR>\r
114 <TR BGCOLOR="white" CLASS="TableRowColor">\r
115 <TD WIDTH="15%"><B><A HREF="../../../../org/marc4j/marc/impl/SubfieldImpl.html" title="class in org.marc4j.marc.impl">SubfieldImpl</A></B></TD>\r
116 <TD>Represents a subfield in a MARC record.</TD>\r
117 </TR>\r
118 <TR BGCOLOR="white" CLASS="TableRowColor">\r
119 <TD WIDTH="15%"><B><A HREF="../../../../org/marc4j/marc/impl/VariableFieldImpl.html" title="class in org.marc4j.marc.impl">VariableFieldImpl</A></B></TD>\r
120 <TD>Represents a variable field in a MARC record.</TD>\r
121 </TR>\r
122 <TR BGCOLOR="white" CLASS="TableRowColor">\r
123 <TD WIDTH="15%"><B><A HREF="../../../../org/marc4j/marc/impl/Verifier.html" title="class in org.marc4j.marc.impl">Verifier</A></B></TD>\r
124 <TD>Handles MARC checks on tags, data elements and <code>Record</code> objects.</TD>\r
125 </TR>\r
126 </TABLE>\r
127 &nbsp;\r
128 \r
129 <P>\r
130 <A NAME="package_description"><!-- --></A><H2>\r
131 Package org.marc4j.marc.impl Description\r
132 </H2>\r
133 \r
134 <P>\r
135 <p>Default implementation of the MARC record object model.</p>\r
136 <P>\r
137 \r
138 <P>\r
139 <DL>\r
140 </DL>\r
141 <HR>\r
142 \r
143 \r
144 <!-- ======= START OF BOTTOM NAVBAR ====== -->\r
145 <A NAME="navbar_bottom"><!-- --></A>\r
146 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>\r
147 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">\r
148 <TR>\r
149 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">\r
150 <A NAME="navbar_bottom_firstrow"><!-- --></A>\r
151 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">\r
152   <TR ALIGN="center" VALIGN="top">\r
153   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>\r
154   <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT>&nbsp;</TD>\r
155   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>\r
156   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-use.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>\r
157   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>\r
158   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>\r
159   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>\r
160   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>\r
161   </TR>\r
162 </TABLE>\r
163 </TD>\r
164 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>\r
165 </EM>\r
166 </TD>\r
167 </TR>\r
168 \r
169 <TR>\r
170 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">\r
171 &nbsp;<A HREF="../../../../org/marc4j/marc/package-summary.html"><B>PREV PACKAGE</B></A>&nbsp;\r
172 &nbsp;<A HREF="../../../../org/marc4j/util/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD>\r
173 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">\r
174   <A HREF="../../../../index.html?org/marc4j/marc/impl/package-summary.html" target="_top"><B>FRAMES</B></A>  &nbsp;\r
175 &nbsp;<A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;\r
176 &nbsp;<SCRIPT type="text/javascript">\r
177   <!--\r
178   if(window==top) {\r
179     document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');\r
180   }\r
181   //-->\r
182 </SCRIPT>\r
183 <NOSCRIPT>\r
184   <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>\r
185 </NOSCRIPT>\r
186 \r
187 \r
188 </FONT></TD>\r
189 </TR>\r
190 </TABLE>\r
191 <A NAME="skip-navbar_bottom"></A>\r
192 <!-- ======== END OF BOTTOM NAVBAR ======= -->\r
193 \r
194 <HR>\r
195 Copyright © 2002-2006 Bas Peters. All Rights Reserved.\r
196 </BODY>\r
197 </HTML>\r