Project

General

Profile

1 4307 leinfelder
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN""http://www.w3.org/TR/REC-html40/loose.dtd">
2
<!--NewPage-->
3
<HTML>
4
<HEAD>
5
<TITLE>
6
DOMParser
7
</TITLE>
8
<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
9
</HEAD>
10
<SCRIPT>
11
function asd()
12
{
13
parent.document.title="DOMParser";
14
}
15
</SCRIPT>
16
<BODY BGCOLOR="white" onload="asd();">
17
18
<!-- ========== START OF NAVBAR ========== -->
19
<A NAME="navbar_bottom"><!-- --></A>
20
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0">
21
<TR>
22
<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
23
<A NAME="navbar_bottom_firstrow"><!-- --></A>
24
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3">
25
  <TR ALIGN="center" VALIGN="top">
26
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
27
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">File</FONT>&nbsp;</TD>
28
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev">&nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
29
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
30
  <!--TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"-->    <!--A HREF="deprecated-list.html"--><!--FONT CLASS="NavBarFont1">Deprecated</FONT--><!--/A--><!--&nbsp;</TD-->
31
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="index-all.html"--><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
32
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
33
  </TR>
34
</TABLE>
35
</TD>
36
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
37
<B><a href='http://mapbuilder.sourceforge.net'>Community Map Builder</a> 27 Apr 2008</B>
38
</EM>
39
</TD
40
</TR>
41
42
<TR>
43
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
44
&nbsp;<A HREF="DeleteFeature.html"><B>PREV CLASS</B></A><!--
45
   NEXT CLASS
46
-->
47
&nbsp;<A HREF="DragPan.html"><B>NEXT CLASS</B></A></FONT></TD>
48
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
49
  <A HREF="index.html" TARGET="_top"><B>FRAMES</B></A>  &nbsp;
50
&nbsp;<A HREF="DOMParser.html" TARGET="_top"><B>NO FRAMES</B></A>  &nbsp;
51
&nbsp;
52
<SCRIPT>
53
  <!--
54
  if(window==top) {
55
    document.writeln('<A HREF="allclasses-noframe.html" TARGET=""><B>All Classes</B></A>');
56
  }
57
  //-->
58
</SCRIPT>
59
<NOSCRIPT>
60
<A HREF="allclasses-noframe.html" TARGET=""><B>All Classes</B></A>
61
</NOSCRIPT>
62
</FONT></TD>
63
</TR>
64
<TR>
65
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
66
  SUMMARY:&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>
67
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
68
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>
69
</TR>
70
</TABLE>
71
<!-- =========== END OF NAVBAR =========== -->
72
<HR>
73
74
<!-- ======== START OF CLASS DATA ======== -->
75
<H2>Class DOMParser</H2>
76
<PRE>Object
77
   |
78
   +--<b>DOMParser</b>
79
</PRE>
80
81
82
<HR>
83
<DL>
84
   <!-- Class definition -->
85
   <DT>class
86
   <B>DOMParser</B>
87
88
89
</DL>
90
91
   <HR>
92
93
<!-- ======== NESTED CLASS SUMMARY ======== -->
94
95
<!-- ======== END NESTED CLASS SUMMARY ======== -->
96
97
98
<!-- =========== FIELD SUMMARY =========== -->
99
100
101
102
103
<!-- =========== END FIELD SUMMARY =========== -->
104
105
106
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
107
108
<!-- ======== END CONSTRUCTOR SUMMARY ======== -->
109
110
&nbsp;
111
112
<!-- ========== METHOD SUMMARY =========== -->
113
114
<A NAME="method_summary"><!-- --></A>
115
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
116
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
117
<TD COLSPAN=2><FONT SIZE="+2">
118
<B>Method Summary</B></FONT></TD>
119
</TR>
120
121
122
   <TR BGCOLOR="white" CLASS="TableRowColor">
123
      <TD ALIGN="right" VALIGN="top" WIDTH="1%">
124
	 <FONT SIZE="-1">
125
	    <CODE>&nbsp;Object</CODE>
126
	 </FONT>
127
      </TD>
128
      <TD>
129
	 <CODE>
130
	    <B>
131
	       <A HREF="#parseFromString">parseFromString</A></B>(sXml, contentType)
132
	 </CODE>
133
	 <BR>
134
	 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
135
	 Construct a new DOM Document from the given XMLstring
136
      </TD>
137
   </TR>
138
139
140
</TABLE>
141
142
143
144
<P>
145
<!-- ========== END METHOD SUMMARY =========== -->
146
147
148
<!-- ============ FIELD DETAIL START =========== -->
149
150
151
<!-- ============ FIELD DETAIL END =========== -->
152
153
    <!-- ========= CONSTRUCTOR DETAIL START ======== -->
154
155
156
<!-- Constructor return value(s) -->
157
158
<!-- End constructor return value(s) -->
159
160
<!-- ADDITIONAL ATTRIBUTES -->
161
162
<HR/>
163
<!-- END ADDITIONAL ATTRIBUTES  -->
164
165
<!-- ========= CONSTRUCTOR DETAIL END ======== -->
166
167
168
<!-- ============ METHOD DETAIL START ========== -->
169
170
<A NAME="method_detail"><!-- --></A>
171
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
172
   <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
173
      <TD COLSPAN=1><FONT SIZE="+2">
174
         <B>Method Detail</B></FONT>
175
      </TD>
176
   </TR>
177
</TABLE>
178
179
<!-- One single method detail entry -->
180
181
   <A NAME="parseFromString"><!-- --></A>
182
   <H3>parseFromString</H3>
183
   <PRE>Object <B>parseFromString</B>(sXml, contentType)</PRE>
184
185
      <UL>Construct a new DOM Document from the given XMLstring</UL>
186
187
188
   <!-- METHOD PARAMETERS START -->
189
190
   <UL>
191
   <B>Parameters:</B>
192
193
     <UL><CODE>sXml</CODE> -  the given XML string
194
      </UL>
195
196
     <UL><CODE>contentType</CODE> -  the content type of the document the given string represents (one of text/xml, application/xml, application/xhtml+xml).
197
      </UL>
198
199
   </UL>
200
201
   <!-- METHOD PARAMETERS END -->
202
203
204
   <UL>
205
   <B>Returns:</B>
206
        <UL>
207
        a new DOM Document from the given XML string
208
        </UL>
209
   </UL>
210
211
212
   <!-- ADDITIONAL ATTRIBUTES START -->
213
214
   <!-- ADDITIONAL ATTRIBUTES  END -->
215
<HR>
216
217
218
219
<!-- ============ METHOD DETAIL END ========== -->
220
221
<!-- ========= END OF CLASS DATA ========= -->
222
223
<!-- ========== START OF NAVBAR ========== -->
224
<A NAME="navbar_bottom"><!-- --></A>
225
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0">
226
<TR>
227
<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
228
<A NAME="navbar_bottom_firstrow"><!-- --></A>
229
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3">
230
  <TR ALIGN="center" VALIGN="top">
231
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
232
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">File</FONT>&nbsp;</TD>
233
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
234
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><b>Tree</b></FONT></A>&nbsp;</TD>
235
  <!--TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"-->    <!--A HREF="deprecated-list.html"--><!--FONT CLASS="NavBarFont1">Deprecated</FONT--><!--/A--><!--&nbsp;</TD-->
236
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
237
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
238
  </TR>
239
</TABLE>
240
</TD>
241
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
242
<B><a href='http://mapbuilder.sourceforge.net'>Community Map Builder</a> 27 Apr 2008</B>
243
</EM>
244
</TD
245
</TR>
246
247
<TR>
248
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
249
&nbsp;<A HREF="DeleteFeature.html"><B>PREV CLASS</B></A><!--
250
   NEXT CLASS
251
-->
252
&nbsp;<A HREF="DragPan.html"><B>NEXT CLASS</B></A></FONT></TD>
253
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
254
  <A HREF="index.html" TARGET="_top"><B>FRAMES</B></A>  &nbsp;
255
&nbsp;<A HREF="DOMParser.html" TARGET="_top"><B>NO FRAMES</B></A>  &nbsp;
256
&nbsp;
257
<SCRIPT>
258
  <!--
259
  if(window==top) {
260
    document.writeln('<A HREF="allclasses-noframe.html" TARGET=""><B>All Classes</B></A>');
261
  }
262
  //-->
263
</SCRIPT>
264
<NOSCRIPT>
265
<A HREF="allclasses-noframe.html" TARGET=""><B>All Classes</B></A>
266
</NOSCRIPT>
267
</FONT></TD>
268
</TR>
269
<TR>
270
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
271
  SUMMARY:&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>
272
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
273
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>
274
</TR>
275
</TABLE>
276
277
<!-- =========== END OF NAVBAR =========== -->
278
279
<HR>
280
<FONT SIZE="-1">
281
282
</FONT>
283
<div class="jsdoc_ctime">Documentation generated by <a href="http://jsdoc.sourceforge.net/" target="_parent">JSDoc</a> on Sun Apr 27 20:30:54 2008</div>
284
</BODY>
285
</HTML>