comparison apache-xmlrpc-3.1.3/docs/apidocs/org/apache/xmlrpc/util/SAXParsers.html @ 151:db5f735fd2b4

add xml-rpc.jar
author e085711
date Sat, 10 Sep 2011 04:13:50 +0900
parents
children
comparison
equal deleted inserted replaced
147:a2b5149bbbe6 151:db5f735fd2b4
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.6.0_17) on Sat Feb 06 17:11:26 CET 2010 -->
6 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
7 <TITLE>
8 SAXParsers (Apache XML-RPC 3.1.3 API)
9 </TITLE>
10
11 <META NAME="date" CONTENT="2010-02-06">
12
13 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
14
15 <SCRIPT type="text/javascript">
16 function windowTitle()
17 {
18 if (location.href.indexOf('is-external=true') == -1) {
19 parent.document.title="SAXParsers (Apache XML-RPC 3.1.3 API)";
20 }
21 }
22 </SCRIPT>
23 <NOSCRIPT>
24 </NOSCRIPT>
25
26 </HEAD>
27
28 <BODY BGCOLOR="white" onload="windowTitle();">
29 <HR>
30
31
32 <!-- ========= START OF TOP NAVBAR ======= -->
33 <A NAME="navbar_top"><!-- --></A>
34 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
35 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
36 <TR>
37 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
38 <A NAME="navbar_top_firstrow"><!-- --></A>
39 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
40 <TR ALIGN="center" VALIGN="top">
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
43 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
44 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/SAXParsers.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
45 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
46 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
47 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
48 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
49 </TR>
50 </TABLE>
51 </TD>
52 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
53 </EM>
54 </TD>
55 </TR>
56
57 <TR>
58 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
59 &nbsp;<A HREF="../../../../org/apache/xmlrpc/util/ReflectionUtil.html" title="class in org.apache.xmlrpc.util"><B>PREV CLASS</B></A>&nbsp;
60 &nbsp;<A HREF="../../../../org/apache/xmlrpc/util/ThreadPool.html" title="class in org.apache.xmlrpc.util"><B>NEXT CLASS</B></A></FONT></TD>
61 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
62 <A HREF="../../../../index.html?org/apache/xmlrpc/util/SAXParsers.html" target="_top"><B>FRAMES</B></A> &nbsp;
63 &nbsp;<A HREF="SAXParsers.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
64 &nbsp;<SCRIPT type="text/javascript">
65 <!--
66 if(window==top) {
67 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
68 }
69 //-->
70 </SCRIPT>
71 <NOSCRIPT>
72 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
73 </NOSCRIPT>
74
75
76 </FONT></TD>
77 </TR>
78 <TR>
79 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
80 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
81 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
82 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
83 </TR>
84 </TABLE>
85 <A NAME="skip-navbar_top"></A>
86 <!-- ========= END OF TOP NAVBAR ========= -->
87
88 <HR>
89 <!-- ======== START OF CLASS DATA ======== -->
90 <H2>
91 <FONT SIZE="-1">
92 org.apache.xmlrpc.util</FONT>
93 <BR>
94 Class SAXParsers</H2>
95 <PRE>
96 java.lang.Object
97 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>org.apache.xmlrpc.util.SAXParsers</B>
98 </PRE>
99 <HR>
100 <DL>
101 <DT><PRE>public class <B>SAXParsers</B><DT>extends java.lang.Object</DL>
102 </PRE>
103
104 <P>
105 Utility class for working with SAX parsers.
106 <P>
107
108 <P>
109 <HR>
110
111 <P>
112
113 <!-- ======== CONSTRUCTOR SUMMARY ======== -->
114
115 <A NAME="constructor_summary"><!-- --></A>
116 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
117 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
118 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
119 <B>Constructor Summary</B></FONT></TH>
120 </TR>
121 <TR BGCOLOR="white" CLASS="TableRowColor">
122 <TD><CODE><B><A HREF="../../../../org/apache/xmlrpc/util/SAXParsers.html#SAXParsers()">SAXParsers</A></B>()</CODE>
123
124 <BR>
125 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
126 </TR>
127 </TABLE>
128 &nbsp;
129 <!-- ========== METHOD SUMMARY =========== -->
130
131 <A NAME="method_summary"><!-- --></A>
132 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
133 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
134 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
135 <B>Method Summary</B></FONT></TH>
136 </TR>
137 <TR BGCOLOR="white" CLASS="TableRowColor">
138 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
139 <CODE>static&nbsp;javax.xml.parsers.SAXParserFactory</CODE></FONT></TD>
140 <TD><CODE><B><A HREF="../../../../org/apache/xmlrpc/util/SAXParsers.html#getSAXParserFactory()">getSAXParserFactory</A></B>()</CODE>
141
142 <BR>
143 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the SAX parser factory, which is used by Apache XML-RPC.</TD>
144 </TR>
145 <TR BGCOLOR="white" CLASS="TableRowColor">
146 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
147 <CODE>static&nbsp;org.xml.sax.XMLReader</CODE></FONT></TD>
148 <TD><CODE><B><A HREF="../../../../org/apache/xmlrpc/util/SAXParsers.html#newXMLReader()">newXMLReader</A></B>()</CODE>
149
150 <BR>
151 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Creates a new instance of <CODE>XMLReader</CODE>.</TD>
152 </TR>
153 <TR BGCOLOR="white" CLASS="TableRowColor">
154 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
155 <CODE>static&nbsp;void</CODE></FONT></TD>
156 <TD><CODE><B><A HREF="../../../../org/apache/xmlrpc/util/SAXParsers.html#setSAXParserFactory(javax.xml.parsers.SAXParserFactory)">setSAXParserFactory</A></B>(javax.xml.parsers.SAXParserFactory&nbsp;pFactory)</CODE>
157
158 <BR>
159 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the SAX parser factory, which is used by Apache XML-RPC.</TD>
160 </TR>
161 </TABLE>
162 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
163 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
164 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
165 <TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
166 </TR>
167 <TR BGCOLOR="white" CLASS="TableRowColor">
168 <TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
169 </TR>
170 </TABLE>
171 &nbsp;
172 <P>
173
174 <!-- ========= CONSTRUCTOR DETAIL ======== -->
175
176 <A NAME="constructor_detail"><!-- --></A>
177 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
178 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
179 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
180 <B>Constructor Detail</B></FONT></TH>
181 </TR>
182 </TABLE>
183
184 <A NAME="SAXParsers()"><!-- --></A><H3>
185 SAXParsers</H3>
186 <PRE>
187 public <B>SAXParsers</B>()</PRE>
188 <DL>
189 </DL>
190
191 <!-- ============ METHOD DETAIL ========== -->
192
193 <A NAME="method_detail"><!-- --></A>
194 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
195 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
196 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
197 <B>Method Detail</B></FONT></TH>
198 </TR>
199 </TABLE>
200
201 <A NAME="newXMLReader()"><!-- --></A><H3>
202 newXMLReader</H3>
203 <PRE>
204 public static org.xml.sax.XMLReader <B>newXMLReader</B>()
205 throws <A HREF="../../../../org/apache/xmlrpc/XmlRpcException.html" title="class in org.apache.xmlrpc">XmlRpcException</A></PRE>
206 <DL>
207 <DD>Creates a new instance of <CODE>XMLReader</CODE>.
208 <P>
209 <DD><DL>
210
211 <DT><B>Throws:</B>
212 <DD><CODE><A HREF="../../../../org/apache/xmlrpc/XmlRpcException.html" title="class in org.apache.xmlrpc">XmlRpcException</A></CODE></DL>
213 </DD>
214 </DL>
215 <HR>
216
217 <A NAME="getSAXParserFactory()"><!-- --></A><H3>
218 getSAXParserFactory</H3>
219 <PRE>
220 public static javax.xml.parsers.SAXParserFactory <B>getSAXParserFactory</B>()</PRE>
221 <DL>
222 <DD>Returns the SAX parser factory, which is used by Apache XML-RPC. You may
223 use this to configure the factory.
224 <P>
225 <DD><DL>
226 </DL>
227 </DD>
228 </DL>
229 <HR>
230
231 <A NAME="setSAXParserFactory(javax.xml.parsers.SAXParserFactory)"><!-- --></A><H3>
232 setSAXParserFactory</H3>
233 <PRE>
234 public static void <B>setSAXParserFactory</B>(javax.xml.parsers.SAXParserFactory&nbsp;pFactory)</PRE>
235 <DL>
236 <DD>Sets the SAX parser factory, which is used by Apache XML-RPC. You may use
237 this to configure another instance than the default.
238 <P>
239 <DD><DL>
240 </DL>
241 </DD>
242 </DL>
243 <!-- ========= END OF CLASS DATA ========= -->
244 <HR>
245
246
247 <!-- ======= START OF BOTTOM NAVBAR ====== -->
248 <A NAME="navbar_bottom"><!-- --></A>
249 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
250 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
251 <TR>
252 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
253 <A NAME="navbar_bottom_firstrow"><!-- --></A>
254 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
255 <TR ALIGN="center" VALIGN="top">
256 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
257 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
258 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
259 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/SAXParsers.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
260 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
261 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
262 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
263 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
264 </TR>
265 </TABLE>
266 </TD>
267 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
268 </EM>
269 </TD>
270 </TR>
271
272 <TR>
273 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
274 &nbsp;<A HREF="../../../../org/apache/xmlrpc/util/ReflectionUtil.html" title="class in org.apache.xmlrpc.util"><B>PREV CLASS</B></A>&nbsp;
275 &nbsp;<A HREF="../../../../org/apache/xmlrpc/util/ThreadPool.html" title="class in org.apache.xmlrpc.util"><B>NEXT CLASS</B></A></FONT></TD>
276 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
277 <A HREF="../../../../index.html?org/apache/xmlrpc/util/SAXParsers.html" target="_top"><B>FRAMES</B></A> &nbsp;
278 &nbsp;<A HREF="SAXParsers.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
279 &nbsp;<SCRIPT type="text/javascript">
280 <!--
281 if(window==top) {
282 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
283 }
284 //-->
285 </SCRIPT>
286 <NOSCRIPT>
287 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
288 </NOSCRIPT>
289
290
291 </FONT></TD>
292 </TR>
293 <TR>
294 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
295 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
296 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
297 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
298 </TR>
299 </TABLE>
300 <A NAME="skip-navbar_bottom"></A>
301 <!-- ======== END OF BOTTOM NAVBAR ======= -->
302
303 <HR>
304 Copyright &#169; 2001-2010 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.
305 </BODY>
306 </HTML>