/lib/docs/org/apache/xmlrpc/parser/TypeParser.html

http://mp-rechnungs-und-kundenverwaltung.googlecode.com/ · HTML · 238 lines · 191 code · 27 blank · 20 comment · 0 complexity · 9aac84c6e11e7615a1d4688d05353b27 MD5 · raw file

  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_0) on Mon Apr 20 21:45:58 CEST 2009 -->
  6. <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
  7. <TITLE>
  8. TypeParser (Apache XML-RPC 3.1.2 API)
  9. </TITLE>
  10. <META NAME="date" CONTENT="2009-04-20">
  11. <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
  12. <SCRIPT type="text/javascript">
  13. function windowTitle()
  14. {
  15. if (location.href.indexOf('is-external=true') == -1) {
  16. parent.document.title="TypeParser (Apache XML-RPC 3.1.2 API)";
  17. }
  18. }
  19. </SCRIPT>
  20. <NOSCRIPT>
  21. </NOSCRIPT>
  22. </HEAD>
  23. <BODY BGCOLOR="white" onload="windowTitle();">
  24. <HR>
  25. <!-- ========= START OF TOP NAVBAR ======= -->
  26. <A NAME="navbar_top"><!-- --></A>
  27. <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
  28. <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
  29. <TR>
  30. <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
  31. <A NAME="navbar_top_firstrow"><!-- --></A>
  32. <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
  33. <TR ALIGN="center" VALIGN="top">
  34. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
  35. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
  36. <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
  37. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/TypeParser.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
  38. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  39. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  40. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
  41. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  42. </TR>
  43. </TABLE>
  44. </TD>
  45. <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
  46. </EM>
  47. </TD>
  48. </TR>
  49. <TR>
  50. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  51. &nbsp;<A HREF="../../../../org/apache/xmlrpc/parser/StringParser.html" title="class in org.apache.xmlrpc.parser"><B>PREV CLASS</B></A>&nbsp;
  52. &nbsp;<A HREF="../../../../org/apache/xmlrpc/parser/TypeParserImpl.html" title="class in org.apache.xmlrpc.parser"><B>NEXT CLASS</B></A></FONT></TD>
  53. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  54. <A HREF="../../../../index.html?org/apache/xmlrpc/parser/TypeParser.html" target="_top"><B>FRAMES</B></A> &nbsp;
  55. &nbsp;<A HREF="TypeParser.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
  56. &nbsp;<SCRIPT type="text/javascript">
  57. <!--
  58. if(window==top) {
  59. document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
  60. }
  61. //-->
  62. </SCRIPT>
  63. <NOSCRIPT>
  64. <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
  65. </NOSCRIPT>
  66. </FONT></TD>
  67. </TR>
  68. <TR>
  69. <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
  70. SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
  71. <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
  72. DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
  73. </TR>
  74. </TABLE>
  75. <A NAME="skip-navbar_top"></A>
  76. <!-- ========= END OF TOP NAVBAR ========= -->
  77. <HR>
  78. <!-- ======== START OF CLASS DATA ======== -->
  79. <H2>
  80. <FONT SIZE="-1">
  81. org.apache.xmlrpc.parser</FONT>
  82. <BR>
  83. Interface TypeParser</H2>
  84. <DL>
  85. <DT><B>All Superinterfaces:</B> <DD>org.xml.sax.ContentHandler</DD>
  86. </DL>
  87. <DL>
  88. <DT><B>All Known Implementing Classes:</B> <DD><A HREF="../../../../org/apache/xmlrpc/parser/AtomicParser.html" title="class in org.apache.xmlrpc.parser">AtomicParser</A>, <A HREF="../../../../org/apache/xmlrpc/parser/BigDecimalParser.html" title="class in org.apache.xmlrpc.parser">BigDecimalParser</A>, <A HREF="../../../../org/apache/xmlrpc/parser/BigIntegerParser.html" title="class in org.apache.xmlrpc.parser">BigIntegerParser</A>, <A HREF="../../../../org/apache/xmlrpc/parser/BooleanParser.html" title="class in org.apache.xmlrpc.parser">BooleanParser</A>, <A HREF="../../../../org/apache/xmlrpc/parser/ByteArrayParser.html" title="class in org.apache.xmlrpc.parser">ByteArrayParser</A>, <A HREF="../../../../org/apache/xmlrpc/parser/CalendarParser.html" title="class in org.apache.xmlrpc.parser">CalendarParser</A>, <A HREF="../../../../org/apache/xmlrpc/parser/DateParser.html" title="class in org.apache.xmlrpc.parser">DateParser</A>, <A HREF="../../../../org/apache/xmlrpc/parser/DoubleParser.html" title="class in org.apache.xmlrpc.parser">DoubleParser</A>, <A HREF="../../../../org/apache/xmlrpc/parser/ExtParser.html" title="class in org.apache.xmlrpc.parser">ExtParser</A>, <A HREF="../../../../org/apache/xmlrpc/parser/FloatParser.html" title="class in org.apache.xmlrpc.parser">FloatParser</A>, <A HREF="../../../../org/apache/xmlrpc/parser/I1Parser.html" title="class in org.apache.xmlrpc.parser">I1Parser</A>, <A HREF="../../../../org/apache/xmlrpc/parser/I2Parser.html" title="class in org.apache.xmlrpc.parser">I2Parser</A>, <A HREF="../../../../org/apache/xmlrpc/parser/I4Parser.html" title="class in org.apache.xmlrpc.parser">I4Parser</A>, <A HREF="../../../../org/apache/xmlrpc/parser/I8Parser.html" title="class in org.apache.xmlrpc.parser">I8Parser</A>, <A HREF="../../../../org/apache/xmlrpc/jaxb/JaxbParser.html" title="class in org.apache.xmlrpc.jaxb">JaxbParser</A>, <A HREF="../../../../org/apache/xmlrpc/parser/LongParser.html" title="class in org.apache.xmlrpc.parser">LongParser</A>, <A HREF="../../../../org/apache/xmlrpc/parser/MapParser.html" title="class in org.apache.xmlrpc.parser">MapParser</A>, <A HREF="../../../../org/apache/xmlrpc/parser/NodeParser.html" title="class in org.apache.xmlrpc.parser">NodeParser</A>, <A HREF="../../../../org/apache/xmlrpc/parser/NullParser.html" title="class in org.apache.xmlrpc.parser">NullParser</A>, <A HREF="../../../../org/apache/xmlrpc/parser/ObjectArrayParser.html" title="class in org.apache.xmlrpc.parser">ObjectArrayParser</A>, <A HREF="../../../../org/apache/xmlrpc/parser/RecursiveTypeParserImpl.html" title="class in org.apache.xmlrpc.parser">RecursiveTypeParserImpl</A>, <A HREF="../../../../org/apache/xmlrpc/parser/SerializableParser.html" title="class in org.apache.xmlrpc.parser">SerializableParser</A>, <A HREF="../../../../org/apache/xmlrpc/parser/StringParser.html" title="class in org.apache.xmlrpc.parser">StringParser</A>, <A HREF="../../../../org/apache/xmlrpc/parser/TypeParserImpl.html" title="class in org.apache.xmlrpc.parser">TypeParserImpl</A>, <A HREF="../../../../org/apache/xmlrpc/parser/XmlRpcRequestParser.html" title="class in org.apache.xmlrpc.parser">XmlRpcRequestParser</A>, <A HREF="../../../../org/apache/xmlrpc/parser/XmlRpcResponseParser.html" title="class in org.apache.xmlrpc.parser">XmlRpcResponseParser</A></DD>
  89. </DL>
  90. <HR>
  91. <DL>
  92. <DT><PRE>public interface <B>TypeParser</B><DT>extends org.xml.sax.ContentHandler</DL>
  93. </PRE>
  94. <P>
  95. Interface of a SAX handler parsing a single parameter or
  96. result object.
  97. <P>
  98. <P>
  99. <HR>
  100. <P>
  101. <!-- ========== METHOD SUMMARY =========== -->
  102. <A NAME="method_summary"><!-- --></A>
  103. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  104. <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
  105. <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
  106. <B>Method Summary</B></FONT></TH>
  107. </TR>
  108. <TR BGCOLOR="white" CLASS="TableRowColor">
  109. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  110. <CODE>&nbsp;java.lang.Object</CODE></FONT></TD>
  111. <TD><CODE><B><A HREF="../../../../org/apache/xmlrpc/parser/TypeParser.html#getResult()">getResult</A></B>()</CODE>
  112. <BR>
  113. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the parsed object.</TD>
  114. </TR>
  115. </TABLE>
  116. &nbsp;<A NAME="methods_inherited_from_class_org.xml.sax.ContentHandler"><!-- --></A>
  117. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  118. <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
  119. <TH ALIGN="left"><B>Methods inherited from interface org.xml.sax.ContentHandler</B></TH>
  120. </TR>
  121. <TR BGCOLOR="white" CLASS="TableRowColor">
  122. <TD><CODE>characters, endDocument, endElement, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping</CODE></TD>
  123. </TR>
  124. </TABLE>
  125. &nbsp;
  126. <P>
  127. <!-- ============ METHOD DETAIL ========== -->
  128. <A NAME="method_detail"><!-- --></A>
  129. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  130. <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
  131. <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
  132. <B>Method Detail</B></FONT></TH>
  133. </TR>
  134. </TABLE>
  135. <A NAME="getResult()"><!-- --></A><H3>
  136. getResult</H3>
  137. <PRE>
  138. java.lang.Object <B>getResult</B>()
  139. throws <A HREF="../../../../org/apache/xmlrpc/XmlRpcException.html" title="class in org.apache.xmlrpc">XmlRpcException</A></PRE>
  140. <DL>
  141. <DD>Returns the parsed object.
  142. <P>
  143. <DD><DL>
  144. </DL>
  145. </DD>
  146. <DD><DL>
  147. <DT><B>Returns:</B><DD>The parameter or result object.
  148. <DT><B>Throws:</B>
  149. <DD><CODE><A HREF="../../../../org/apache/xmlrpc/XmlRpcException.html" title="class in org.apache.xmlrpc">XmlRpcException</A></CODE> - Creating the result object failed.
  150. <DD><CODE>java.lang.IllegalStateException</CODE> - The method was invoked before
  151. <CODE>ContentHandler.endDocument()</CODE>.</DL>
  152. </DD>
  153. </DL>
  154. <!-- ========= END OF CLASS DATA ========= -->
  155. <HR>
  156. <!-- ======= START OF BOTTOM NAVBAR ====== -->
  157. <A NAME="navbar_bottom"><!-- --></A>
  158. <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
  159. <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
  160. <TR>
  161. <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
  162. <A NAME="navbar_bottom_firstrow"><!-- --></A>
  163. <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
  164. <TR ALIGN="center" VALIGN="top">
  165. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
  166. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
  167. <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
  168. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/TypeParser.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
  169. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  170. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  171. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
  172. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  173. </TR>
  174. </TABLE>
  175. </TD>
  176. <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
  177. </EM>
  178. </TD>
  179. </TR>
  180. <TR>
  181. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  182. &nbsp;<A HREF="../../../../org/apache/xmlrpc/parser/StringParser.html" title="class in org.apache.xmlrpc.parser"><B>PREV CLASS</B></A>&nbsp;
  183. &nbsp;<A HREF="../../../../org/apache/xmlrpc/parser/TypeParserImpl.html" title="class in org.apache.xmlrpc.parser"><B>NEXT CLASS</B></A></FONT></TD>
  184. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  185. <A HREF="../../../../index.html?org/apache/xmlrpc/parser/TypeParser.html" target="_top"><B>FRAMES</B></A> &nbsp;
  186. &nbsp;<A HREF="TypeParser.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
  187. &nbsp;<SCRIPT type="text/javascript">
  188. <!--
  189. if(window==top) {
  190. document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
  191. }
  192. //-->
  193. </SCRIPT>
  194. <NOSCRIPT>
  195. <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
  196. </NOSCRIPT>
  197. </FONT></TD>
  198. </TR>
  199. <TR>
  200. <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
  201. SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
  202. <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
  203. DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
  204. </TR>
  205. </TABLE>
  206. <A NAME="skip-navbar_bottom"></A>
  207. <!-- ======== END OF BOTTOM NAVBAR ======= -->
  208. <HR>
  209. Copyright &#169; 2001-2009 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.
  210. </BODY>
  211. </HTML>