]> git.ipfire.org Git - thirdparty/cups.git/blob - scripting/java/docs/com/easysw/cups/IPP.html
Load cups into easysw/current.
[thirdparty/cups.git] / scripting / java / docs / com / easysw / cups / IPP.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN""http://www.w3.org/TR/REC-html40/frameset.dtd">
2 <!--NewPage-->
3 <HTML>
4 <HEAD>
5 <!-- Generated by javadoc on Tue Feb 11 14:29:07 PST 2003 -->
6 <TITLE>
7 : Class IPP
8 </TITLE>
9 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../stylesheet.css" TITLE="Style">
10 </HEAD>
11 <BODY BGCOLOR="white">
12
13 <!-- ========== START OF NAVBAR ========== -->
14 <A NAME="navbar_top"><!-- --></A>
15 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0">
16 <TR>
17 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
18 <A NAME="navbar_top_firstrow"><!-- --></A>
19 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3">
20 <TR ALIGN="center" VALIGN="top">
21 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
22 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
23 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
24 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
25 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
26 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
27 </TR>
28 </TABLE>
29 </TD>
30 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
31 </EM>
32 </TD>
33 </TR>
34
35 <TR>
36 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
37 &nbsp;<A HREF="../../../com/easysw/cups/CupsPrinter.html"><B>PREV CLASS</B></A>&nbsp;
38 &nbsp;<A HREF="../../../com/easysw/cups/IPPAttribute.html"><B>NEXT CLASS</B></A></FONT></TD>
39 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
40 <A HREF="../../../index.html" TARGET="_top"><B>FRAMES</B></A> &nbsp;
41 &nbsp;<A HREF="IPP.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD>
42 </TR>
43 <TR>
44 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
45 SUMMARY: &nbsp;INNER&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
46 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
47 DETAIL: &nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
48 </TR>
49 </TABLE>
50 <!-- =========== END OF NAVBAR =========== -->
51
52 <HR>
53 <!-- ======== START OF CLASS DATA ======== -->
54 <H2>
55 <FONT SIZE="-1">
56 com.easysw.cups</FONT>
57 <BR>
58 Class IPP</H2>
59 <PRE>
60 java.lang.Object
61 |
62 +--<B>com.easysw.cups.IPP</B>
63 </PRE>
64 <HR>
65 <DL>
66 <DT>public class <B>IPP</B><DT>extends java.lang.Object</DL>
67
68 <P>
69 An <code>IPP</code> object is used to hold the various
70 attributes and status of an ipp request..
71 <P>
72 <DL>
73 <DT><B>Since: </B><DD>JDK1.3</DD>
74 </DL>
75 <HR>
76
77 <P>
78 <!-- ======== INNER CLASS SUMMARY ======== -->
79
80
81 <!-- =========== FIELD SUMMARY =========== -->
82
83 <A NAME="field_summary"><!-- --></A>
84 <TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
85 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
86 <TD COLSPAN=2><FONT SIZE="+2">
87 <B>Field Summary</B></FONT></TD>
88 </TR>
89 <TR BGCOLOR="white" CLASS="TableRowColor">
90 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
91 <CODE>&nbsp;java.util.List</CODE></FONT></TD>
92 <TD><CODE><B><A HREF="../../../com/easysw/cups/IPP.html#attrs">attrs</A></B></CODE>
93
94 <BR>
95 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
96 </TR>
97 <TR BGCOLOR="white" CLASS="TableRowColor">
98 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
99 <CODE>&nbsp;<A HREF="../../../com/easysw/cups/IPPRequest.html">IPPRequest</A></CODE></FONT></TD>
100 <TD><CODE><B><A HREF="../../../com/easysw/cups/IPP.html#request">request</A></B></CODE>
101
102 <BR>
103 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
104 </TR>
105 <TR BGCOLOR="white" CLASS="TableRowColor">
106 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
107 <CODE>&nbsp;<A HREF="../../../com/easysw/cups/IPPStatus.html">IPPStatus</A></CODE></FONT></TD>
108 <TD><CODE><B><A HREF="../../../com/easysw/cups/IPP.html#status">status</A></B></CODE>
109
110 <BR>
111 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
112 </TR>
113 </TABLE>
114 &nbsp;
115 <!-- ======== CONSTRUCTOR SUMMARY ======== -->
116
117 <A NAME="constructor_summary"><!-- --></A>
118 <TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
119 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
120 <TD COLSPAN=2><FONT SIZE="+2">
121 <B>Constructor Summary</B></FONT></TD>
122 </TR>
123 <TR BGCOLOR="white" CLASS="TableRowColor">
124 <TD><CODE><B><A HREF="../../../com/easysw/cups/IPP.html#IPP()">IPP</A></B>()</CODE>
125
126 <BR>
127 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
128 </TR>
129 </TABLE>
130 &nbsp;
131 <!-- ========== METHOD SUMMARY =========== -->
132
133 <A NAME="method_summary"><!-- --></A>
134 <TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
135 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
136 <TD COLSPAN=2><FONT SIZE="+2">
137 <B>Method Summary</B></FONT></TD>
138 </TR>
139 <TR BGCOLOR="white" CLASS="TableRowColor">
140 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
141 <CODE>&nbsp;boolean</CODE></FONT></TD>
142 <TD><CODE><B><A HREF="../../../com/easysw/cups/IPP.html#addAttribute(com.easysw.cups.IPPAttribute)">addAttribute</A></B>(<A HREF="../../../com/easysw/cups/IPPAttribute.html">IPPAttribute</A>&nbsp;a)</CODE>
143
144 <BR>
145 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Add an attribute to the attibutes list
146 for later parsing.</TD>
147 </TR>
148 <TR BGCOLOR="white" CLASS="TableRowColor">
149 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
150 <CODE>&nbsp;void</CODE></FONT></TD>
151 <TD><CODE><B><A HREF="../../../com/easysw/cups/IPP.html#dump_response()">dump_response</A></B>()</CODE>
152
153 <BR>
154 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
155 </TR>
156 <TR BGCOLOR="white" CLASS="TableRowColor">
157 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
158 <CODE>&nbsp;<A HREF="../../../com/easysw/cups/IPPAttribute.html">IPPAttribute</A></CODE></FONT></TD>
159 <TD><CODE><B><A HREF="../../../com/easysw/cups/IPP.html#getCurrentAttribute()">getCurrentAttribute</A></B>()</CODE>
160
161 <BR>
162 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the current attribute pointed at by
163 <code>current</code>.</TD>
164 </TR>
165 <TR BGCOLOR="white" CLASS="TableRowColor">
166 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
167 <CODE>&nbsp;<A HREF="../../../com/easysw/cups/IPPAttribute.html">IPPAttribute</A></CODE></FONT></TD>
168 <TD><CODE><B><A HREF="../../../com/easysw/cups/IPP.html#ippFindAttribute(java.lang.String, int)">ippFindAttribute</A></B>(java.lang.String&nbsp;p_name,
169 int&nbsp;p_type)</CODE>
170
171 <BR>
172 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Find the named attribute of the correct type.</TD>
173 </TR>
174 <TR BGCOLOR="white" CLASS="TableRowColor">
175 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
176 <CODE>&nbsp;<A HREF="../../../com/easysw/cups/IPPAttribute.html">IPPAttribute</A></CODE></FONT></TD>
177 <TD><CODE><B><A HREF="../../../com/easysw/cups/IPP.html#ippFindNextAttribute(java.lang.String, int)">ippFindNextAttribute</A></B>(java.lang.String&nbsp;p_name,
178 int&nbsp;p_type)</CODE>
179
180 <BR>
181 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Find the named attribute of the correct type.</TD>
182 </TR>
183 <TR BGCOLOR="white" CLASS="TableRowColor">
184 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
185 <CODE>&nbsp;void</CODE></FONT></TD>
186 <TD><CODE><B><A HREF="../../../com/easysw/cups/IPP.html#setRequestID(short)">setRequestID</A></B>(short&nbsp;p_id)</CODE>
187
188 <BR>
189 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set the <code>IPP</code> request ID.</TD>
190 </TR>
191 <TR BGCOLOR="white" CLASS="TableRowColor">
192 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
193 <CODE>&nbsp;void</CODE></FONT></TD>
194 <TD><CODE><B><A HREF="../../../com/easysw/cups/IPP.html#setRequestOperationID(short)">setRequestOperationID</A></B>(short&nbsp;p_operation_id)</CODE>
195
196 <BR>
197 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set the <code>IPP</code> operation ID.</TD>
198 </TR>
199 <TR BGCOLOR="white" CLASS="TableRowColor">
200 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
201 <CODE>&nbsp;int</CODE></FONT></TD>
202 <TD><CODE><B><A HREF="../../../com/easysw/cups/IPP.html#sizeInBytes()">sizeInBytes</A></B>()</CODE>
203
204 <BR>
205 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the size in bytes of an <code>IPP</code> request.</TD>
206 </TR>
207 </TABLE>
208 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
209 <TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
210 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
211 <TD><B>Methods inherited from class java.lang.Object</B></TD>
212 </TR>
213 <TR BGCOLOR="white" CLASS="TableRowColor">
214 <TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
215 </TR>
216 </TABLE>
217 &nbsp;
218 <P>
219
220 <!-- ============ FIELD DETAIL =========== -->
221
222 <A NAME="field_detail"><!-- --></A>
223 <TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
224 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
225 <TD COLSPAN=1><FONT SIZE="+2">
226 <B>Field Detail</B></FONT></TD>
227 </TR>
228 </TABLE>
229
230 <A NAME="request"><!-- --></A><H3>
231 request</H3>
232 <PRE>
233 public <A HREF="../../../com/easysw/cups/IPPRequest.html">IPPRequest</A> <B>request</B></PRE>
234 <DL>
235 </DL>
236 <HR>
237
238 <A NAME="status"><!-- --></A><H3>
239 status</H3>
240 <PRE>
241 public <A HREF="../../../com/easysw/cups/IPPStatus.html">IPPStatus</A> <B>status</B></PRE>
242 <DL>
243 </DL>
244 <HR>
245
246 <A NAME="attrs"><!-- --></A><H3>
247 attrs</H3>
248 <PRE>
249 public java.util.List <B>attrs</B></PRE>
250 <DL>
251 </DL>
252
253 <!-- ========= CONSTRUCTOR DETAIL ======== -->
254
255 <A NAME="constructor_detail"><!-- --></A>
256 <TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
257 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
258 <TD COLSPAN=1><FONT SIZE="+2">
259 <B>Constructor Detail</B></FONT></TD>
260 </TR>
261 </TABLE>
262
263 <A NAME="IPP()"><!-- --></A><H3>
264 IPP</H3>
265 <PRE>
266 public <B>IPP</B>()</PRE>
267 <DL>
268 </DL>
269
270 <!-- ============ METHOD DETAIL ========== -->
271
272 <A NAME="method_detail"><!-- --></A>
273 <TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
274 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
275 <TD COLSPAN=1><FONT SIZE="+2">
276 <B>Method Detail</B></FONT></TD>
277 </TR>
278 </TABLE>
279
280 <A NAME="addAttribute(com.easysw.cups.IPPAttribute)"><!-- --></A><H3>
281 addAttribute</H3>
282 <PRE>
283 public boolean <B>addAttribute</B>(<A HREF="../../../com/easysw/cups/IPPAttribute.html">IPPAttribute</A>&nbsp;a)</PRE>
284 <DL>
285 <DD>Add an attribute to the attibutes list
286 for later parsing.<DD><DL>
287 <DT><B>Parameters:</B><DD><CODE>a</CODE> - <code>IPPAttribute</code> to add.<DT><B>Returns:</B><DD><code>true</code> always returns <code>true</code>
288 for now.<DT><B>See Also: </B><DD><A HREF="../../../com/easysw/cups/IPPAttribute.html"><CODE>IPPAttribute</CODE></A>,
289 <A HREF="../../../com/easysw/cups/IPPValue.html"><CODE>IPPValue</CODE></A></DL>
290 </DD>
291 </DL>
292 <HR>
293
294 <A NAME="getCurrentAttribute()"><!-- --></A><H3>
295 getCurrentAttribute</H3>
296 <PRE>
297 public <A HREF="../../../com/easysw/cups/IPPAttribute.html">IPPAttribute</A> <B>getCurrentAttribute</B>()</PRE>
298 <DL>
299 <DD>Get the current attribute pointed at by
300 <code>current</code>.<DD><DL>
301 <DT><B>Returns:</B><DD><code>IPPAttribute</code> Return the current attribute.</DL>
302 </DD>
303 </DL>
304 <HR>
305
306 <A NAME="ippFindAttribute(java.lang.String, int)"><!-- --></A><H3>
307 ippFindAttribute</H3>
308 <PRE>
309 public <A HREF="../../../com/easysw/cups/IPPAttribute.html">IPPAttribute</A> <B>ippFindAttribute</B>(java.lang.String&nbsp;p_name,
310 int&nbsp;p_type)</PRE>
311 <DL>
312 <DD>Find the named attribute of the correct type. Both must match.
313 This methos searches from the beginning of the attribute list,
314 rather than from the current position.<DD><DL>
315 <DT><B>Parameters:</B><DD><CODE>p_name</CODE> - <code>String</code> containing the name.<DD><CODE>p_type</CODE> - <code>int</code> attribute type.<DT><B>Returns:</B><DD><code>IPPAttribute</code> Matching attribute if found.</DL>
316 </DD>
317 </DL>
318 <HR>
319
320 <A NAME="ippFindNextAttribute(java.lang.String, int)"><!-- --></A><H3>
321 ippFindNextAttribute</H3>
322 <PRE>
323 public <A HREF="../../../com/easysw/cups/IPPAttribute.html">IPPAttribute</A> <B>ippFindNextAttribute</B>(java.lang.String&nbsp;p_name,
324 int&nbsp;p_type)</PRE>
325 <DL>
326 <DD>Find the named attribute of the correct type. Both must match.
327 This methos searches from the current position in the attribute list.<DD><DL>
328 <DT><B>Parameters:</B><DD><CODE>p_name</CODE> - <code>String</code> containing the name.<DD><CODE>p_type</CODE> - <code>int</code> attribute type.<DT><B>Returns:</B><DD><code>IPPAttribute</code> Matching attribute if found.</DL>
329 </DD>
330 </DL>
331 <HR>
332
333 <A NAME="sizeInBytes()"><!-- --></A><H3>
334 sizeInBytes</H3>
335 <PRE>
336 public int <B>sizeInBytes</B>()</PRE>
337 <DL>
338 <DD>Get the size in bytes of an <code>IPP</code> request.<DD><DL>
339 <DT><B>Returns:</B><DD><code>int</code> Number of bytes for the request.</DL>
340 </DD>
341 </DL>
342 <HR>
343
344 <A NAME="setRequestID(short)"><!-- --></A><H3>
345 setRequestID</H3>
346 <PRE>
347 public void <B>setRequestID</B>(short&nbsp;p_id)</PRE>
348 <DL>
349 <DD>Set the <code>IPP</code> request ID.<DD><DL>
350 <DT><B>Parameters:</B><DD><CODE>p_id</CODE> - <code>short</code> request id.</DL>
351 </DD>
352 </DL>
353 <HR>
354
355 <A NAME="setRequestOperationID(short)"><!-- --></A><H3>
356 setRequestOperationID</H3>
357 <PRE>
358 public void <B>setRequestOperationID</B>(short&nbsp;p_operation_id)</PRE>
359 <DL>
360 <DD>Set the <code>IPP</code> operation ID.<DD><DL>
361 <DT><B>Parameters:</B><DD><CODE>p_operation_id</CODE> - <code>short</code> operation id.</DL>
362 </DD>
363 </DL>
364 <HR>
365
366 <A NAME="dump_response()"><!-- --></A><H3>
367 dump_response</H3>
368 <PRE>
369 public void <B>dump_response</B>()</PRE>
370 <DL>
371 </DL>
372 <!-- ========= END OF CLASS DATA ========= -->
373 <HR>
374
375 <!-- ========== START OF NAVBAR ========== -->
376 <A NAME="navbar_bottom"><!-- --></A>
377 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0">
378 <TR>
379 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
380 <A NAME="navbar_bottom_firstrow"><!-- --></A>
381 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3">
382 <TR ALIGN="center" VALIGN="top">
383 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
384 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
385 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
386 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
387 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
388 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
389 </TR>
390 </TABLE>
391 </TD>
392 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
393 </EM>
394 </TD>
395 </TR>
396
397 <TR>
398 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
399 &nbsp;<A HREF="../../../com/easysw/cups/CupsPrinter.html"><B>PREV CLASS</B></A>&nbsp;
400 &nbsp;<A HREF="../../../com/easysw/cups/IPPAttribute.html"><B>NEXT CLASS</B></A></FONT></TD>
401 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
402 <A HREF="../../../index.html" TARGET="_top"><B>FRAMES</B></A> &nbsp;
403 &nbsp;<A HREF="IPP.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD>
404 </TR>
405 <TR>
406 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
407 SUMMARY: &nbsp;INNER&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
408 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
409 DETAIL: &nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
410 </TR>
411 </TABLE>
412 <!-- =========== END OF NAVBAR =========== -->
413
414 <HR>
415
416 </BODY>
417 </HTML>