/[cvs]/nfo/php/libs/com.newsblob.phphtmllib/doc/phpHtmlLib/METAtag.html
ViewVC logotype

Contents of /nfo/php/libs/com.newsblob.phphtmllib/doc/phpHtmlLib/METAtag.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations)
Thu Jan 30 03:29:39 2003 UTC (21 years, 6 months ago) by jonen
Branch: MAIN
Branch point for: no_vendor_tag
File MIME type: text/html
Initial revision

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 PhpDoc date: 'Mon, 25 Nov 2002 09:21:26 -0800' -->
6 <TITLE>Docs For Class METAtag</TITLE>
7 <LINK REL ='stylesheet' TYPE='text/css' HREF='stylesheet.css' TITLE='Style'>
8 </HEAD>
9 <BODY style="background-color: #eeeeee; font-family: arial; font-size: .9em;">
10
11
12 <!-- Links -->
13 <a NAME="top"></A>
14 <table WIDTH="100%" class="links">
15 <TR>
16 <TD class="font10">
17 Links:
18 <A HREF="#children_summary" class="links" title="Classes extended from METAtag">Child Classes</A>
19 <A HREF="#var_summary" class="links" title="Class Variable Summary">Variables</A>
20 <A HREF="#var_inherited_summary" class="links" title="Inherited Class Variable Summary">Inherited Variables</A>
21 <A HREF="#functions_inherited" class="links" title="Inherited Method Summary">Inerited Methods</A>
22 <A HREF="#functions_summary" class="links" title="Method Summary">Methods</A>
23 <A HREF="#variable_detail" class="links" title="Variable Detail">Variable Detail</A>
24 <A HREF="#function_detail" class="links" title="Method Detail">Method Detail</A>
25 </TD>
26 </TR>
27 </TABLE>
28 <BR>
29
30 <!-- Start of Class Data -->
31 <H2>
32 Class METAtag
33 </H2>
34
35 <pre>
36 <pre><a href="../phpHtmlLib/Container.html">Container</a>
37 |
38 --<a href="../phpHtmlLib/XMLTagClass.html">XMLTagClass</a>
39 |
40 --<a href="../phpHtmlLib/HTMLTagClass.html">HTMLTagClass</a>
41 |
42 --METAtag</pre>
43 </pre>
44
45 <A NAME="children_summary"</A>
46 <H3>
47 Classes extended from METAtag: <A HREF="#top" CLASS="links">^TOP</A>
48 </H3>
49
50 <p>
51 <b><i>Located in File: Program_Root/tag_classes/ALLTAGS.inc</i></b><br>
52 </p>
53 <hr>
54 <!-- ========== Info from phpDoc block ========= -->
55 &lt;META&gt; tag class
56 <BR>
57 The &lt;meta&gt; element provides meta-information
58 about your page, such as descriptions and
59 keywords for search engines.
60
61 NOTE: The &lt;meta&gt; tag always goes inside the head element.
62
63 REQUIRED ATTRIBUTES
64 content : text
65 Sets meta information to be associated
66 with http-equiv or name.
67
68 <UL>
69
70 <LI><b>Package</b> - <CODE>phpHtmlLib</CODE></LI>
71
72 </UL>
73
74 <hr>
75 <!-- =========== VAR SUMMARY =========== -->
76 <A NAME='var_summary'><!-- --></A>
77 <TABLE CELLPADDING='3' CELLSPACING='0' WIDTH='100%' CLASS="border">
78 <TR BGCOLOR='#CCCCFF' CLASS='TableHeadingColor'>
79 <TD>
80 <span CLASS="font12bold">Class Variable Summary</span>
81 <A HREF="#top" CLASS="links">^TOP</A>
82 </TD>
83 </TR>
84
85
86 <!-- =========== Summary =========== -->
87 <TR BGCOLOR='white' CLASS='TableRowColor'>
88 <TD>
89 <CODE><B><A HREF='METAtag.html#$_close_tag_required'>$_close_tag_required</A></B></CODE>
90 <BR>
91 <blockquote> </blockquote>
92 <blockquote> Default Value: <CODE>->FALSE<-</CODE> </blockquote>
93 </TD>
94 </TR>
95
96 <!-- =========== Summary =========== -->
97 <TR BGCOLOR='white' CLASS='TableRowColor'>
98 <TD>
99 <CODE><B><A HREF='METAtag.html#$_content_required'>$_content_required</A></B></CODE>
100 <BR>
101 <blockquote> </blockquote>
102 <blockquote> Default Value: <CODE>->FALSE<-</CODE> </blockquote>
103 </TD>
104 </TR>
105
106 <!-- =========== Summary =========== -->
107 <TR BGCOLOR='white' CLASS='TableRowColor'>
108 <TD>
109 <CODE><B><A HREF='METAtag.html#$_tag'>$_tag</A></B></CODE>
110 <BR>
111 <blockquote> </blockquote>
112 <blockquote> Default Value: <CODE>->meta<-</CODE> </blockquote>
113 </TD>
114 </TR>
115
116 </TABLE>
117
118 <hr>
119 <!-- =========== VAR INHERITED SUMMARY =========== -->
120 <A NAME='var_inherited_summary'><!-- --></A>
121 <TABLE CELLPADDING='3' CELLSPACING='0' WIDTH='100%' CLASS="border">
122 <TR CLASS='TableHeadingColor'>
123 <TD>
124 <span CLASS="font12bold">Inherited Class Variable Summary</span>
125 <A HREF="#top" CLASS="links">^TOP</A>
126 </TD>
127 </TR>
128
129
130 <!-- =========== Summary =========== -->
131 <TR BGCOLOR='white'>
132 <TD>
133 <span CLASS="font10bold">Inherited From Class <a href="../phpHtmlLib/HTMLTagClass.html">HTMLTagClass</a></span>
134 <table CELLPADDING='3' CELLSPACING='0' WIDTH='95%' CLASS="border" ALIGN="center">
135 <tr CLASS="tableheadingcolor">
136 <th>Variable</th>
137 <th>Default Value</th>
138 <th>Description</th>
139 </tr>
140
141 <tr>
142 <td CLASS="font10bold"><A HREF='../phpHtmlLib/HTMLTagClass.html#$_depricated'>$_depricated</A></td>
143 <td CLASS="font10" STYLE="white-space: nowrap">->FALSE<-</td>
144 <td CLASS="font10">Flag to denote that this tag is
145 depricated by the HTML standard.</td>
146 </tr>
147
148 <tr>
149 <td CLASS="font10bold"><A HREF='../phpHtmlLib/HTMLTagClass.html#$_no_finish_slash_xhtml'>$_no_finish_slash_xhtml</A></td>
150 <td CLASS="font10" STYLE="white-space: nowrap">->FALSE<-</td>
151 <td CLASS="font10">Flag to tell the renderer not to
152 place the /&gt; if we are in xhtml
153 compliant mode.</td>
154 </tr>
155
156 <tr>
157 <td CLASS="font10bold"><A HREF='../phpHtmlLib/HTMLTagClass.html#$_xhtml_strict_attributes'>$_xhtml_strict_attributes</A></td>
158 <td CLASS="font10" STYLE="white-space: nowrap">->array()<-</td>
159 <td CLASS="font10">The list of attributes not to render
160 if HTML_RENDER_TYPE is &quot;XHTML STRICT&quot;</td>
161 </tr>
162
163 </table>
164 <BR>
165 </TD>
166 </TR>
167
168 <!-- =========== Summary =========== -->
169 <TR BGCOLOR='white'>
170 <TD>
171 <span CLASS="font10bold">Inherited From Class <a href="../phpHtmlLib/XMLTagClass.html">XMLTagClass</a></span>
172 <table CELLPADDING='3' CELLSPACING='0' WIDTH='95%' CLASS="border" ALIGN="center">
173 <tr CLASS="tableheadingcolor">
174 <th>Variable</th>
175 <th>Default Value</th>
176 <th>Description</th>
177 </tr>
178
179 <tr>
180 <td CLASS="font10bold"><A HREF='../phpHtmlLib/XMLTagClass.html#$newline_after_closetag'>$newline_after_closetag</A></td>
181 <td CLASS="font10" STYLE="white-space: nowrap">->TRUE<-</td>
182 <td CLASS="font10">Flag to place a newline after close tag.</td>
183 </tr>
184
185 <tr>
186 <td CLASS="font10bold"><A HREF='../phpHtmlLib/XMLTagClass.html#$newline_after_opentag'>$newline_after_opentag</A></td>
187 <td CLASS="font10" STYLE="white-space: nowrap">->TRUE<-</td>
188 <td CLASS="font10">Flag to place a newline after open tag.</td>
189 </tr>
190
191 <tr>
192 <td CLASS="font10bold"><A HREF='../phpHtmlLib/XMLTagClass.html#$_cdata_content_wrap'>$_cdata_content_wrap</A></td>
193 <td CLASS="font10" STYLE="white-space: nowrap">->FALSE<-</td>
194 <td CLASS="font10">Automatically wrap ALL content</td>
195 </tr>
196
197 <tr>
198 <td CLASS="font10bold"><A HREF='../phpHtmlLib/XMLTagClass.html#$_tag_postfix'>$_tag_postfix</A></td>
199 <td CLASS="font10" STYLE="white-space: nowrap">->&gt;<-</td>
200 <td CLASS="font10">holds the tag postfix</td>
201 </tr>
202
203 <tr>
204 <td CLASS="font10bold"><A HREF='../phpHtmlLib/XMLTagClass.html#$_tag_prefix'>$_tag_prefix</A></td>
205 <td CLASS="font10" STYLE="white-space: nowrap">->&lt;<-</td>
206 <td CLASS="font10">holds the tag prefix</td>
207 </tr>
208
209 </table>
210 <BR>
211 </TD>
212 </TR>
213
214 <!-- =========== Summary =========== -->
215 <TR BGCOLOR='white'>
216 <TD>
217 <span CLASS="font10bold">Inherited From Class <a href="../phpHtmlLib/Container.html">Container</a></span>
218 <table CELLPADDING='3' CELLSPACING='0' WIDTH='95%' CLASS="border" ALIGN="center">
219 <tr CLASS="tableheadingcolor">
220 <th>Variable</th>
221 <th>Default Value</th>
222 <th>Description</th>
223 </tr>
224
225 <tr>
226 <td CLASS="font10bold"><A HREF='../phpHtmlLib/Container.html#$indent_flag'>$indent_flag</A></td>
227 <td CLASS="font10" STYLE="white-space: nowrap">->TRUE<-</td>
228 <td CLASS="font10">Flag for pretty (indented) output</td>
229 </tr>
230
231 <tr>
232 <td CLASS="font10bold"><A HREF='../phpHtmlLib/Container.html#$_newline_after_content_flag'>$_newline_after_content_flag</A></td>
233 <td CLASS="font10" STYLE="white-space: nowrap">->TRUE<-</td>
234 <td CLASS="font10">Do we render a newline after the
235 contents has been rendered?</td>
236 </tr>
237
238 </table>
239 <BR>
240 </TD>
241 </TR>
242
243 </TABLE>
244
245 <hr>
246 <!-- =========== INHERITED METHOD SUMMARY =========== -->
247 <A NAME='functions_inherited'><!-- --></A>
248 <TABLE CELLPADDING='3' CELLSPACING='0' WIDTH='100%' CLASS="border">
249 <TR CLASS='TableHeadingColor'>
250 <TD>
251 <span CLASS="font12bold">Inherited Method Summary</span>
252 <A HREF="#top" CLASS="links">^TOP</A>
253 </TD>
254 </TR>
255
256
257 <!-- =========== Summary =========== -->
258 <TR BGCOLOR='white' CLASS='TableRowColor'>
259 <TD>
260 <span CLASS="font10bold">Inherited From Class <a href="../phpHtmlLib/HTMLTagClass.html">HTMLTagClass</a></span>
261 <TABLE CELLPADDING='3' CELLSPACING='0' WIDTH='95%' CLASS="border" ALIGN="center">
262 <tr CLASS="tableheadingcolor">
263 <th>Function</th>
264 <th>Description</th>
265 </tr>
266
267 <tr>
268 <td CLASS="font10bold"><A HREF='../phpHtmlLib/HTMLTagClass.html#constructor HTMLTagClass'>constructor HTMLTagClass ( [$attributes = NULL] )</A></td>
269 <td CLASS="font10">Class Constructor</td>
270
271 <tr>
272 <td CLASS="font10bold"><A HREF='../phpHtmlLib/HTMLTagClass.html#render'>render ( [$indent_level = NULL], [$output_debug = 0] )</A></td>
273 <td CLASS="font10">Renders the tag, attributes, content and close tag.</td>
274
275 <tr>
276 <td CLASS="font10bold"><A HREF='../phpHtmlLib/HTMLTagClass.html#set_class'>set_class ( $value )</A></td>
277 <td CLASS="font10">This function is a shorthand helper
278 to setting the class attribute on a
279 tag.</td>
280
281 <tr>
282 <td CLASS="font10bold"><A HREF='../phpHtmlLib/HTMLTagClass.html#set_id'>set_id ( $value )</A></td>
283 <td CLASS="font10">This function is a shorthand helper
284 to setting the id attribute on a
285 tag.</td>
286
287 <tr>
288 <td CLASS="font10bold"><A HREF='../phpHtmlLib/HTMLTagClass.html#set_style'>set_style ( $value )</A></td>
289 <td CLASS="font10">This function is a shorthand helper
290 to setting the style attribute on a
291 tag.</td>
292
293 <tr>
294 <td CLASS="font10bold"><A HREF='../phpHtmlLib/HTMLTagClass.html#_build_attribute_string'>_build_attribute_string ( $name, $value, [$debug = 0] )</A></td>
295 <td CLASS="font10">this builds an attribute for a tag.</td>
296
297 <tr>
298 <td CLASS="font10bold"><A HREF='../phpHtmlLib/HTMLTagClass.html#_render_tag_debug'>_render_tag_debug ( $indent_level )</A></td>
299 <td CLASS="font10">This renders that open tag in debug mode.</td>
300
301 </table>
302 <br>
303 </TD>
304 </TR>
305
306 <!-- =========== Summary =========== -->
307 <TR BGCOLOR='white' CLASS='TableRowColor'>
308 <TD>
309 <span CLASS="font10bold">Inherited From Class <a href="../phpHtmlLib/XMLTagClass.html">XMLTagClass</a></span>
310 <TABLE CELLPADDING='3' CELLSPACING='0' WIDTH='95%' CLASS="border" ALIGN="center">
311 <tr CLASS="tableheadingcolor">
312 <th>Function</th>
313 <th>Description</th>
314 </tr>
315
316 <tr>
317 <td CLASS="font10bold"><A HREF='../phpHtmlLib/XMLTagClass.html#constructor XMLTagClass'>constructor XMLTagClass ( [$name = ], [$attributes = array()] )</A></td>
318 <td CLASS="font10">The constructor</td>
319
320 <tr>
321 <td CLASS="font10bold"><A HREF='../phpHtmlLib/XMLTagClass.html#get_tag'>get_tag ( )</A></td>
322 <td CLASS="font10">This returns the tag declared for this class.</td>
323
324 <tr>
325 <td CLASS="font10bold"><A HREF='../phpHtmlLib/XMLTagClass.html#get_tag_name'>get_tag_name ( )</A></td>
326 <td CLASS="font10">This method gets the name of the tag</td>
327
328 <tr>
329 <td CLASS="font10bold"><A HREF='../phpHtmlLib/XMLTagClass.html#render'>render ( [$indent_level = 0] )</A></td>
330 <td CLASS="font10">This function is responsible</td>
331
332 <tr>
333 <td CLASS="font10bold"><A HREF='../phpHtmlLib/XMLTagClass.html#reset_attributes'>reset_attributes ( [$attributes = array()] )</A></td>
334 <td CLASS="font10">clear all attributes and start with new attributes</td>
335
336 <tr>
337 <td CLASS="font10bold"><A HREF='../phpHtmlLib/XMLTagClass.html#set_collapse'>set_collapse ( [$collapse = TRUE], [$indent = TRUE] )</A></td>
338 <td CLASS="font10">This function turns on the collapse flag</td>
339
340 <tr>
341 <td CLASS="font10bold"><A HREF='../phpHtmlLib/XMLTagClass.html#set_newline_after_closetag'>set_newline_after_closetag ( $flag )</A></td>
342 <td CLASS="font10">set the newline_after_content flag</td>
343
344 <tr>
345 <td CLASS="font10bold"><A HREF='../phpHtmlLib/XMLTagClass.html#set_newline_after_opentag'>set_newline_after_opentag ( $flag )</A></td>
346 <td CLASS="font10">set the newline_after_opentag flag</td>
347
348 <tr>
349 <td CLASS="font10bold"><A HREF='../phpHtmlLib/XMLTagClass.html#set_tag_attribute'>set_tag_attribute ( $name, [$value = NULL] )</A></td>
350 <td CLASS="font10">add a single attribute (name=&quot;value&quot;)</td>
351
352 <tr>
353 <td CLASS="font10bold"><A HREF='../phpHtmlLib/XMLTagClass.html#set_tag_attributes'>set_tag_attributes ( [$attributes = array()] )</A></td>
354 <td CLASS="font10">add multiple attributes (name=&quot;value&quot;)</td>
355
356 <tr>
357 <td CLASS="font10bold"><A HREF='../phpHtmlLib/XMLTagClass.html#set_tag_name'>set_tag_name ( $name )</A></td>
358 <td CLASS="font10">This method sets the name of the tag</td>
359
360 <tr>
361 <td CLASS="font10bold"><A HREF='../phpHtmlLib/XMLTagClass.html#_build_attribute_string'>_build_attribute_string ( $name, $value )</A></td>
362 <td CLASS="font10">this builds an attribute for an XML tag.</td>
363
364 <tr>
365 <td CLASS="font10bold"><A HREF='../phpHtmlLib/XMLTagClass.html#_get_element'>_get_element ( $cell )</A></td>
366 <td CLASS="font10">get the nth element from content array</td>
367
368 <tr>
369 <td CLASS="font10bold"><A HREF='../phpHtmlLib/XMLTagClass.html#_prepare_flags'>_prepare_flags ( )</A></td>
370 <td CLASS="font10">This function checks to see if</td>
371
372 <tr>
373 <td CLASS="font10bold"><A HREF='../phpHtmlLib/XMLTagClass.html#_render_close_tag'>_render_close_tag ( $indent_level )</A></td>
374 <td CLASS="font10">this function is reposnsible for
375 rendering the closing tag (if any)</td>
376
377 <tr>
378 <td CLASS="font10bold"><A HREF='../phpHtmlLib/XMLTagClass.html#_render_content'>_render_content ( $indent_level, [$output_debug = 0] )</A></td>
379 <td CLASS="font10">this function is reponsible for</td>
380
381 <tr>
382 <td CLASS="font10bold"><A HREF='../phpHtmlLib/XMLTagClass.html#_render_open_tag'>_render_open_tag ( $indent_level, [$finish_slash = TRUE] )</A></td>
383 <td CLASS="font10">this function is responsible for
384 rendering the open tag.</td>
385
386 </table>
387 <br>
388 </TD>
389 </TR>
390
391 <!-- =========== Summary =========== -->
392 <TR BGCOLOR='white' CLASS='TableRowColor'>
393 <TD>
394 <span CLASS="font10bold">Inherited From Class <a href="../phpHtmlLib/Container.html">Container</a></span>
395 <TABLE CELLPADDING='3' CELLSPACING='0' WIDTH='95%' CLASS="border" ALIGN="center">
396 <tr CLASS="tableheadingcolor">
397 <th>Function</th>
398 <th>Description</th>
399 </tr>
400
401 <tr>
402 <td CLASS="font10bold"><A HREF='../phpHtmlLib/Container.html#constructor Container'>constructor Container ( )</A></td>
403 <td CLASS="font10">The constructor.</td>
404
405 <tr>
406 <td CLASS="font10bold"><A HREF='../phpHtmlLib/Container.html#add'>add ( )</A></td>
407 <td CLASS="font10">add content onto content stack</td>
408
409 <tr>
410 <td CLASS="font10bold"><A HREF='../phpHtmlLib/Container.html#add_reference'>add_reference ( &$content )</A></td>
411 <td CLASS="font10">Add content onto content stack
412 so you can change the item later.</td>
413
414 <tr>
415 <td CLASS="font10bold"><A HREF='../phpHtmlLib/Container.html#count_content'>count_content ( )</A></td>
416 <td CLASS="font10">counts the number of content objects</td>
417
418 <tr>
419 <td CLASS="font10bold"><A HREF='../phpHtmlLib/Container.html#get_indent_flag'>get_indent_flag ( )</A></td>
420 <td CLASS="font10">This flag gets the current value
421 of the indent flag</td>
422
423 <tr>
424 <td CLASS="font10bold"><A HREF='../phpHtmlLib/Container.html#push'>push ( )</A></td>
425 <td CLASS="font10">Same as add().</td>
426
427 <tr>
428 <td CLASS="font10bold"><A HREF='../phpHtmlLib/Container.html#push_reference'>push_reference ( &$content )</A></td>
429 <td CLASS="font10">Same as add_reference
430 NOTE : only exists for compatibility with 1.1.x</td>
431
432 <tr>
433 <td CLASS="font10bold"><A HREF='../phpHtmlLib/Container.html#render'>render ( [$indent_level = 1], [$output_debug = 0] )</A></td>
434 <td CLASS="font10">This function is compatible with the
435 rest of the phpHtmllib API spec.</td>
436
437 <tr>
438 <td CLASS="font10bold"><A HREF='../phpHtmlLib/Container.html#reset_content'>reset_content ( )</A></td>
439 <td CLASS="font10">destroy existing content and start with new content.</td>
440
441 <tr>
442 <td CLASS="font10bold"><A HREF='../phpHtmlLib/Container.html#set_collapse'>set_collapse ( [$collapse = TRUE], [$indent = TRUE] )</A></td>
443 <td CLASS="font10">This function turns on the collapse flag</td>
444
445 <tr>
446 <td CLASS="font10bold"><A HREF='../phpHtmlLib/Container.html#set_indent_flag'>set_indent_flag ( $flag )</A></td>
447 <td CLASS="font10">function to set the indent flag</td>
448
449 </table>
450 <br>
451 </TD>
452 </TR>
453
454 </TABLE>
455
456 <hr>
457 <!-- should have constructor at some point -->
458 <!-- =========== Method SUMMARY =========== -->
459 <A NAME='Method_summary'><!-- --></A>
460 <TABLE CELLPADDING='3' CELLSPACING='0' WIDTH='100%' Class="border">
461 <TR BGCOLOR='#CCCCFF' CLASS='TableHeadingColor'>
462 <TD>
463 <span class="font12bold">Method Summary</span>
464 <A HREF="#top" CLASS="links">^TOP</A>
465 </TD>
466 </TR>
467
468
469 </TABLE>
470
471 <hr>
472 <!-- ============ VARIABLE DETAIL =========== -->
473
474 <A NAME='variable_detail'></A>
475 <TABLE CELLPADDING='3' CELLSPACING='0' WIDTH='100%' CLASS="border">
476 <TR BGCOLOR='#CCCCFF' CLASS='TableHeadingColor'>
477 <TD>
478 <span CLASS="font12bold">Variable Detail</span>
479 <A HREF="#top" CLASS="links">^TOP</A>
480 </TD>
481 </TR>
482 </TABLE>
483
484
485 <A NAME='$_close_tag_required'><!-- --></A><H3>$_close_tag_required</H3>
486 <b>Data type:</b> mixed<br>
487 <!-- ========== Info from phpDoc block ========= -->
488
489 <BR>
490
491
492 <UL>
493
494 </UL>
495
496 <HR>
497
498 <A NAME='$_content_required'><!-- --></A><H3>$_content_required</H3>
499 <b>Data type:</b> mixed<br>
500 <!-- ========== Info from phpDoc block ========= -->
501
502 <BR>
503
504
505 <UL>
506
507 </UL>
508
509 <HR>
510
511 <A NAME='$_tag'><!-- --></A><H3>$_tag</H3>
512 <b>Data type:</b> mixed<br>
513 <!-- ========== Info from phpDoc block ========= -->
514
515 <BR>
516
517
518 <UL>
519
520 </UL>
521
522 <HR>
523
524
525 <hr>
526 <!-- ============ FUNCTION DETAIL =========== -->
527
528 <A NAME='function_detail'></A>
529 <TABLE CELLPADDING='3' CELLSPACING='0' WIDTH='100%' CLASS="border">
530 <TR BGCOLOR='#CCCCFF' CLASS='TableHeadingColor'>
531 <TD>
532 <span class="font12bold">Method Detail</span>
533 <A HREF="#top" CLASS="links">^TOP</A>
534 </TD>
535 </TR>
536 </TABLE>
537 <BR>
538
539
540 <hr>
541 </HTML>

MailToCvsAdmin">MailToCvsAdmin
ViewVC Help
Powered by ViewVC 1.1.26 RSS 2.0 feed