~ubuntu-branches/ubuntu/quantal/simple-xml/quantal

« back to all changes in this revision

Viewing changes to javadoc/org/simpleframework/xml/stream/NodeMap.html

  • Committer: Bazaar Package Importer
  • Author(s): Sylvestre Ledru, Fabian Köster
  • Date: 2010-03-05 19:44:34 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20100305194434-d9mwhyioc9npo9it
Tags: 2.3.2-1
* Standards-Version updated to version 3.8.4

[ Fabian Köster ]
* New upstream release
* Correct license information in debian/pom.xml
* Exclude generated Javadoc from orig-tarball

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2
 
<!--NewPage-->
3
 
<HTML>
4
 
<HEAD>
5
 
<!-- Generated by javadoc (build 1.5.0_16) on Sat Jan 23 11:55:17 GMT 2010 -->
6
 
<TITLE>
7
 
NodeMap
8
 
</TITLE>
9
 
 
10
 
<META NAME="keywords" CONTENT="org.simpleframework.xml.stream.NodeMap interface">
11
 
 
12
 
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
13
 
 
14
 
<SCRIPT type="text/javascript">
15
 
function windowTitle()
16
 
{
17
 
    parent.document.title="NodeMap";
18
 
}
19
 
</SCRIPT>
20
 
<NOSCRIPT>
21
 
</NOSCRIPT>
22
 
 
23
 
</HEAD>
24
 
 
25
 
<BODY BGCOLOR="white" onload="windowTitle();">
26
 
 
27
 
 
28
 
<!-- ========= START OF TOP NAVBAR ======= -->
29
 
<A NAME="navbar_top"><!-- --></A>
30
 
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
31
 
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
32
 
<TR>
33
 
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
34
 
<A NAME="navbar_top_firstrow"><!-- --></A>
35
 
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
36
 
  <TR ALIGN="center" VALIGN="top">
37
 
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
38
 
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
39
 
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
40
 
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
41
 
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
42
 
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
43
 
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
44
 
  </TR>
45
 
</TABLE>
46
 
</TD>
47
 
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
48
 
</EM>
49
 
</TD>
50
 
</TR>
51
 
 
52
 
<TR>
53
 
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
54
 
&nbsp;<A HREF="../../../../org/simpleframework/xml/stream/NodeException.html" title="class in org.simpleframework.xml.stream"><B>PREV CLASS</B></A>&nbsp;
55
 
&nbsp;<A HREF="../../../../org/simpleframework/xml/stream/OutputNode.html" title="interface in org.simpleframework.xml.stream"><B>NEXT CLASS</B></A></FONT></TD>
56
 
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
57
 
  <A HREF="../../../../index.html?org/simpleframework/xml/stream/NodeMap.html" target="_top"><B>FRAMES</B></A>  &nbsp;
58
 
&nbsp;<A HREF="NodeMap.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
59
 
&nbsp;<SCRIPT type="text/javascript">
60
 
  <!--
61
 
  if(window==top) {
62
 
    document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
63
 
  }
64
 
  //-->
65
 
</SCRIPT>
66
 
<NOSCRIPT>
67
 
  <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
68
 
</NOSCRIPT>
69
 
 
70
 
 
71
 
</FONT></TD>
72
 
</TR>
73
 
<TR>
74
 
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
75
 
  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
76
 
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
77
 
DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
78
 
</TR>
79
 
</TABLE>
80
 
<A NAME="skip-navbar_top"></A>
81
 
<!-- ========= END OF TOP NAVBAR ========= -->
82
 
 
83
 
<HR>
84
 
<!-- ======== START OF CLASS DATA ======== -->
85
 
<H2>
86
 
<FONT SIZE="-1">
87
 
org.simpleframework.xml.stream</FONT>
88
 
<BR>
89
 
Interface NodeMap&lt;T extends <A HREF="../../../../org/simpleframework/xml/stream/Node.html" title="interface in org.simpleframework.xml.stream">Node</A>&gt;</H2>
90
 
<DL>
91
 
<DT><B>All Superinterfaces:</B> <DD>java.lang.Iterable&lt;java.lang.String&gt;</DD>
92
 
</DL>
93
 
<HR>
94
 
<DL>
95
 
<DT><PRE>public interface <B>NodeMap&lt;T extends <A HREF="../../../../org/simpleframework/xml/stream/Node.html" title="interface in org.simpleframework.xml.stream">Node</A>&gt;</B><DT>extends java.lang.Iterable&lt;java.lang.String&gt;</DL>
96
 
</PRE>
97
 
 
98
 
<P>
99
 
The <code>NodeMap</code> object represents a map of nodes that
100
 
 can be set as name value pairs. This typically represents the
101
 
 attributes that belong to an element and is used as an neutral
102
 
 way to access an element for either an input or output event.
103
 
<P>
104
 
 
105
 
<P>
106
 
<DL>
107
 
<DT><B>Author:</B></DT>
108
 
  <DD>Niall Gallagher</DD>
109
 
<DT><B>See Also:</B><DD><A HREF="../../../../org/simpleframework/xml/stream/Node.html" title="interface in org.simpleframework.xml.stream"><CODE>Node</CODE></A></DL>
110
 
<HR>
111
 
 
112
 
<P>
113
 
 
114
 
<!-- ========== METHOD SUMMARY =========== -->
115
 
 
116
 
<A NAME="method_summary"><!-- --></A>
117
 
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
118
 
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
119
 
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
120
 
<B>Method Summary</B></FONT></TH>
121
 
</TR>
122
 
<TR BGCOLOR="white" CLASS="TableRowColor">
123
 
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
124
 
<CODE>&nbsp;<A HREF="../../../../org/simpleframework/xml/stream/NodeMap.html" title="type parameter in NodeMap">T</A></CODE></FONT></TD>
125
 
<TD><CODE><B><A HREF="../../../../org/simpleframework/xml/stream/NodeMap.html#get(java.lang.String)">get</A></B>(java.lang.String&nbsp;name)</CODE>
126
 
 
127
 
<BR>
128
 
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This is used to acquire the <code>Node</code> mapped to the
129
 
 given name.</TD>
130
 
</TR>
131
 
<TR BGCOLOR="white" CLASS="TableRowColor">
132
 
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
133
 
<CODE>&nbsp;java.lang.String</CODE></FONT></TD>
134
 
<TD><CODE><B><A HREF="../../../../org/simpleframework/xml/stream/NodeMap.html#getName()">getName</A></B>()</CODE>
135
 
 
136
 
<BR>
137
 
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This is used to get the name of the element that owns the
138
 
 nodes for the specified map.</TD>
139
 
</TR>
140
 
<TR BGCOLOR="white" CLASS="TableRowColor">
141
 
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
142
 
<CODE>&nbsp;<A HREF="../../../../org/simpleframework/xml/stream/NodeMap.html" title="type parameter in NodeMap">T</A></CODE></FONT></TD>
143
 
<TD><CODE><B><A HREF="../../../../org/simpleframework/xml/stream/NodeMap.html#getNode()">getNode</A></B>()</CODE>
144
 
 
145
 
<BR>
146
 
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This is used to acquire the actual node this map represents.</TD>
147
 
</TR>
148
 
<TR BGCOLOR="white" CLASS="TableRowColor">
149
 
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
150
 
<CODE>&nbsp;java.util.Iterator&lt;java.lang.String&gt;</CODE></FONT></TD>
151
 
<TD><CODE><B><A HREF="../../../../org/simpleframework/xml/stream/NodeMap.html#iterator()">iterator</A></B>()</CODE>
152
 
 
153
 
<BR>
154
 
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This returns an iterator for the names of all the nodes in
155
 
 this <code>NodeMap</code>.</TD>
156
 
</TR>
157
 
<TR BGCOLOR="white" CLASS="TableRowColor">
158
 
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
159
 
<CODE>&nbsp;<A HREF="../../../../org/simpleframework/xml/stream/NodeMap.html" title="type parameter in NodeMap">T</A></CODE></FONT></TD>
160
 
<TD><CODE><B><A HREF="../../../../org/simpleframework/xml/stream/NodeMap.html#put(java.lang.String, java.lang.String)">put</A></B>(java.lang.String&nbsp;name,
161
 
    java.lang.String&nbsp;value)</CODE>
162
 
 
163
 
<BR>
164
 
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This is used to add a new <code>Node</code> to the map.</TD>
165
 
</TR>
166
 
<TR BGCOLOR="white" CLASS="TableRowColor">
167
 
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
168
 
<CODE>&nbsp;<A HREF="../../../../org/simpleframework/xml/stream/NodeMap.html" title="type parameter in NodeMap">T</A></CODE></FONT></TD>
169
 
<TD><CODE><B><A HREF="../../../../org/simpleframework/xml/stream/NodeMap.html#remove(java.lang.String)">remove</A></B>(java.lang.String&nbsp;name)</CODE>
170
 
 
171
 
<BR>
172
 
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This is used to remove the <code>Node</code> mapped to the
173
 
 given name.</TD>
174
 
</TR>
175
 
</TABLE>
176
 
&nbsp;
177
 
<P>
178
 
 
179
 
<!-- ============ METHOD DETAIL ========== -->
180
 
 
181
 
<A NAME="method_detail"><!-- --></A>
182
 
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
183
 
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
184
 
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
185
 
<B>Method Detail</B></FONT></TH>
186
 
</TR>
187
 
</TABLE>
188
 
 
189
 
<A NAME="getNode()"><!-- --></A><H3>
190
 
getNode</H3>
191
 
<PRE>
192
 
<A HREF="../../../../org/simpleframework/xml/stream/NodeMap.html" title="type parameter in NodeMap">T</A> <B>getNode</B>()</PRE>
193
 
<DL>
194
 
<DD>This is used to acquire the actual node this map represents.
195
 
 The source node provides further details on the context of
196
 
 the node, such as the parent name, the namespace, and even
197
 
 the value in the node. Care should be taken when using this.
198
 
<P>
199
 
<DD><DL>
200
 
</DL>
201
 
</DD>
202
 
<DD><DL>
203
 
 
204
 
<DT><B>Returns:</B><DD>this returns the node that this map represents</DL>
205
 
</DD>
206
 
</DL>
207
 
<HR>
208
 
 
209
 
<A NAME="getName()"><!-- --></A><H3>
210
 
getName</H3>
211
 
<PRE>
212
 
java.lang.String <B>getName</B>()</PRE>
213
 
<DL>
214
 
<DD>This is used to get the name of the element that owns the
215
 
 nodes for the specified map. This can be used to determine
216
 
 which element the node map belongs to.
217
 
<P>
218
 
<DD><DL>
219
 
</DL>
220
 
</DD>
221
 
<DD><DL>
222
 
 
223
 
<DT><B>Returns:</B><DD>this returns the name of the owning element</DL>
224
 
</DD>
225
 
</DL>
226
 
<HR>
227
 
 
228
 
<A NAME="get(java.lang.String)"><!-- --></A><H3>
229
 
get</H3>
230
 
<PRE>
231
 
<A HREF="../../../../org/simpleframework/xml/stream/NodeMap.html" title="type parameter in NodeMap">T</A> <B>get</B>(java.lang.String&nbsp;name)</PRE>
232
 
<DL>
233
 
<DD>This is used to acquire the <code>Node</code> mapped to the
234
 
 given name. This returns a name value pair that represents
235
 
 either an attribute or element. If no node is mapped to the
236
 
 specified name then this method will return null.
237
 
<P>
238
 
<DD><DL>
239
 
</DL>
240
 
</DD>
241
 
<DD><DL>
242
 
<DT><B>Parameters:</B><DD><CODE>name</CODE> - this is the name of the node to retrieve
243
 
<DT><B>Returns:</B><DD>this will return the node mapped to the given name</DL>
244
 
</DD>
245
 
</DL>
246
 
<HR>
247
 
 
248
 
<A NAME="remove(java.lang.String)"><!-- --></A><H3>
249
 
remove</H3>
250
 
<PRE>
251
 
<A HREF="../../../../org/simpleframework/xml/stream/NodeMap.html" title="type parameter in NodeMap">T</A> <B>remove</B>(java.lang.String&nbsp;name)</PRE>
252
 
<DL>
253
 
<DD>This is used to remove the <code>Node</code> mapped to the
254
 
 given name.  This returns a name value pair that represents
255
 
 either an attribute or element. If no node is mapped to the
256
 
 specified name then this method will return null.
257
 
<P>
258
 
<DD><DL>
259
 
</DL>
260
 
</DD>
261
 
<DD><DL>
262
 
<DT><B>Parameters:</B><DD><CODE>name</CODE> - this is the name of the node to remove
263
 
<DT><B>Returns:</B><DD>this will return the node mapped to the given name</DL>
264
 
</DD>
265
 
</DL>
266
 
<HR>
267
 
 
268
 
<A NAME="iterator()"><!-- --></A><H3>
269
 
iterator</H3>
270
 
<PRE>
271
 
java.util.Iterator&lt;java.lang.String&gt; <B>iterator</B>()</PRE>
272
 
<DL>
273
 
<DD>This returns an iterator for the names of all the nodes in
274
 
 this <code>NodeMap</code>. This allows the names to be 
275
 
 iterated within a for each loop in order to extract nodes.
276
 
<P>
277
 
<DD><DL>
278
 
<DT><B>Specified by:</B><DD><CODE>iterator</CODE> in interface <CODE>java.lang.Iterable&lt;java.lang.String&gt;</CODE></DL>
279
 
</DD>
280
 
<DD><DL>
281
 
 
282
 
<DT><B>Returns:</B><DD>this returns the names of the nodes in the map</DL>
283
 
</DD>
284
 
</DL>
285
 
<HR>
286
 
 
287
 
<A NAME="put(java.lang.String, java.lang.String)"><!-- --></A><H3>
288
 
put</H3>
289
 
<PRE>
290
 
<A HREF="../../../../org/simpleframework/xml/stream/NodeMap.html" title="type parameter in NodeMap">T</A> <B>put</B>(java.lang.String&nbsp;name,
291
 
      java.lang.String&nbsp;value)</PRE>
292
 
<DL>
293
 
<DD>This is used to add a new <code>Node</code> to the map. The
294
 
 type of node that is created an added is left up to the map
295
 
 implementation. Once a node is created with the name value
296
 
 pair it can be retrieved and used.
297
 
<P>
298
 
<DD><DL>
299
 
</DL>
300
 
</DD>
301
 
<DD><DL>
302
 
<DT><B>Parameters:</B><DD><CODE>name</CODE> - this is the name of the node to be created<DD><CODE>value</CODE> - this is the value to be given to the node
303
 
<DT><B>Returns:</B><DD>this is the node that has been added to the map</DL>
304
 
</DD>
305
 
</DL>
306
 
<!-- ========= END OF CLASS DATA ========= -->
307
 
<HR>
308
 
 
309
 
 
310
 
<!-- ======= START OF BOTTOM NAVBAR ====== -->
311
 
<A NAME="navbar_bottom"><!-- --></A>
312
 
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
313
 
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
314
 
<TR>
315
 
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
316
 
<A NAME="navbar_bottom_firstrow"><!-- --></A>
317
 
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
318
 
  <TR ALIGN="center" VALIGN="top">
319
 
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
320
 
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
321
 
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
322
 
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
323
 
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
324
 
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
325
 
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
326
 
  </TR>
327
 
</TABLE>
328
 
</TD>
329
 
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
330
 
</EM>
331
 
</TD>
332
 
</TR>
333
 
 
334
 
<TR>
335
 
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
336
 
&nbsp;<A HREF="../../../../org/simpleframework/xml/stream/NodeException.html" title="class in org.simpleframework.xml.stream"><B>PREV CLASS</B></A>&nbsp;
337
 
&nbsp;<A HREF="../../../../org/simpleframework/xml/stream/OutputNode.html" title="interface in org.simpleframework.xml.stream"><B>NEXT CLASS</B></A></FONT></TD>
338
 
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
339
 
  <A HREF="../../../../index.html?org/simpleframework/xml/stream/NodeMap.html" target="_top"><B>FRAMES</B></A>  &nbsp;
340
 
&nbsp;<A HREF="NodeMap.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
341
 
&nbsp;<SCRIPT type="text/javascript">
342
 
  <!--
343
 
  if(window==top) {
344
 
    document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
345
 
  }
346
 
  //-->
347
 
</SCRIPT>
348
 
<NOSCRIPT>
349
 
  <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
350
 
</NOSCRIPT>
351
 
 
352
 
 
353
 
</FONT></TD>
354
 
</TR>
355
 
<TR>
356
 
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
357
 
  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
358
 
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
359
 
DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
360
 
</TR>
361
 
</TABLE>
362
 
<A NAME="skip-navbar_bottom"></A>
363
 
<!-- ======== END OF BOTTOM NAVBAR ======= -->
364
 
 
365
 
<HR>
366
 
 
367
 
</BODY>
368
 
</HTML>