PageRenderTime 54ms CodeModel.GetById 17ms RepoModel.GetById 1ms app.codeStats 0ms

/Prototipo/Servlet/lib/xstream-distribution-1.4.1-bin/xstream-1.4.1/docs/javadoc/com/thoughtworks/xstream/core/package-tree.html

http://prototipomemoria.googlecode.com/
HTML | 195 lines | 162 code | 17 blank | 16 comment | 0 complexity | df4c6529d89e476c34f83d8f8ea3c97d MD5 | raw file
Possible License(s): BSD-3-Clause
  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_26) on Thu Aug 11 04:40:25 CEST 2011 -->
  6. <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
  7. <TITLE>
  8. com.thoughtworks.xstream.core Class Hierarchy (XStream Core 1.4.1 API)
  9. </TITLE>
  10. <META NAME="date" CONTENT="2011-08-11">
  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="com.thoughtworks.xstream.core Class Hierarchy (XStream Core 1.4.1 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="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
  37. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
  38. <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT>&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="../../../../com/thoughtworks/xstream/converters/reflection/package-tree.html"><B>PREV</B></A>&nbsp;
  52. &nbsp;<A HREF="../../../../com/thoughtworks/xstream/io/package-tree.html"><B>NEXT</B></A></FONT></TD>
  53. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  54. <A HREF="../../../../index.html?com/thoughtworks/xstream/core/package-tree.html" target="_top"><B>FRAMES</B></A> &nbsp;
  55. &nbsp;<A HREF="package-tree.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. </TABLE>
  69. <A NAME="skip-navbar_top"></A>
  70. <!-- ========= END OF TOP NAVBAR ========= -->
  71. <HR>
  72. <CENTER>
  73. <H2>
  74. Hierarchy For Package com.thoughtworks.xstream.core
  75. </H2>
  76. </CENTER>
  77. <DL>
  78. <DT><B>Package Hierarchies:</B><DD><A HREF="../../../../overview-tree.html">All Packages</A></DL>
  79. <HR>
  80. <H2>
  81. Class Hierarchy
  82. </H2>
  83. <UL>
  84. <LI TYPE="circle">java.lang.<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang"><B>Object</B></A><UL>
  85. <LI TYPE="circle">com.thoughtworks.xstream.core.<A HREF="../../../../com/thoughtworks/xstream/core/AbstractTreeMarshallingStrategy.html" title="class in com.thoughtworks.xstream.core"><B>AbstractTreeMarshallingStrategy</B></A> (implements com.thoughtworks.xstream.<A HREF="../../../../com/thoughtworks/xstream/MarshallingStrategy.html" title="interface in com.thoughtworks.xstream">MarshallingStrategy</A>)
  86. <UL>
  87. <LI TYPE="circle">com.thoughtworks.xstream.core.<A HREF="../../../../com/thoughtworks/xstream/core/ReferenceByIdMarshallingStrategy.html" title="class in com.thoughtworks.xstream.core"><B>ReferenceByIdMarshallingStrategy</B></A><LI TYPE="circle">com.thoughtworks.xstream.core.<A HREF="../../../../com/thoughtworks/xstream/core/ReferenceByXPathMarshallingStrategy.html" title="class in com.thoughtworks.xstream.core"><B>ReferenceByXPathMarshallingStrategy</B></A><LI TYPE="circle">com.thoughtworks.xstream.core.<A HREF="../../../../com/thoughtworks/xstream/core/TreeMarshallingStrategy.html" title="class in com.thoughtworks.xstream.core"><B>TreeMarshallingStrategy</B></A></UL>
  88. <LI TYPE="circle">com.thoughtworks.xstream.core.<A HREF="../../../../com/thoughtworks/xstream/core/DefaultConverterLookup.html" title="class in com.thoughtworks.xstream.core"><B>DefaultConverterLookup</B></A> (implements com.thoughtworks.xstream.core.<A HREF="../../../../com/thoughtworks/xstream/core/Caching.html" title="interface in com.thoughtworks.xstream.core">Caching</A>, com.thoughtworks.xstream.converters.<A HREF="../../../../com/thoughtworks/xstream/converters/ConverterLookup.html" title="interface in com.thoughtworks.xstream.converters">ConverterLookup</A>, com.thoughtworks.xstream.converters.<A HREF="../../../../com/thoughtworks/xstream/converters/ConverterRegistry.html" title="interface in com.thoughtworks.xstream.converters">ConverterRegistry</A>)
  89. <LI TYPE="circle">com.thoughtworks.xstream.core.<A HREF="../../../../com/thoughtworks/xstream/core/JVM.html" title="class in com.thoughtworks.xstream.core"><B>JVM</B></A> (implements com.thoughtworks.xstream.core.<A HREF="../../../../com/thoughtworks/xstream/core/Caching.html" title="interface in com.thoughtworks.xstream.core">Caching</A>)
  90. <LI TYPE="circle">com.thoughtworks.xstream.core.<A HREF="../../../../com/thoughtworks/xstream/core/MapBackedDataHolder.html" title="class in com.thoughtworks.xstream.core"><B>MapBackedDataHolder</B></A> (implements com.thoughtworks.xstream.converters.<A HREF="../../../../com/thoughtworks/xstream/converters/DataHolder.html" title="interface in com.thoughtworks.xstream.converters">DataHolder</A>)
  91. <LI TYPE="circle">com.thoughtworks.xstream.core.<A HREF="../../../../com/thoughtworks/xstream/core/SequenceGenerator.html" title="class in com.thoughtworks.xstream.core"><B>SequenceGenerator</B></A> (implements com.thoughtworks.xstream.core.<A HREF="../../../../com/thoughtworks/xstream/core/ReferenceByIdMarshaller.IDGenerator.html" title="interface in com.thoughtworks.xstream.core">ReferenceByIdMarshaller.IDGenerator</A>)
  92. <LI TYPE="circle">java.lang.<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><B>Throwable</B></A> (implements java.io.<A HREF="http://download.oracle.com/javase/6/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</A>)
  93. <UL>
  94. <LI TYPE="circle">java.lang.<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang"><B>Exception</B></A><UL>
  95. <LI TYPE="circle">java.lang.<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/RuntimeException.html?is-external=true" title="class or interface in java.lang"><B>RuntimeException</B></A><UL>
  96. <LI TYPE="circle">com.thoughtworks.xstream.core.<A HREF="../../../../com/thoughtworks/xstream/core/BaseException.html" title="class in com.thoughtworks.xstream.core"><B>BaseException</B></A><UL>
  97. <LI TYPE="circle">com.thoughtworks.xstream.<A HREF="../../../../com/thoughtworks/xstream/XStreamException.html" title="class in com.thoughtworks.xstream"><B>XStreamException</B></A><UL>
  98. <LI TYPE="circle">com.thoughtworks.xstream.converters.<A HREF="../../../../com/thoughtworks/xstream/converters/ConversionException.html" title="class in com.thoughtworks.xstream.converters"><B>ConversionException</B></A> (implements com.thoughtworks.xstream.converters.<A HREF="../../../../com/thoughtworks/xstream/converters/ErrorWriter.html" title="interface in com.thoughtworks.xstream.converters">ErrorWriter</A>)
  99. <UL>
  100. <LI TYPE="circle">com.thoughtworks.xstream.core.<A HREF="../../../../com/thoughtworks/xstream/core/AbstractReferenceMarshaller.ReferencedImplicitElementException.html" title="class in com.thoughtworks.xstream.core"><B>AbstractReferenceMarshaller.ReferencedImplicitElementException</B></A></UL>
  101. <LI TYPE="circle">com.thoughtworks.xstream.core.<A HREF="../../../../com/thoughtworks/xstream/core/TreeMarshaller.CircularReferenceException.html" title="class in com.thoughtworks.xstream.core"><B>TreeMarshaller.CircularReferenceException</B></A></UL>
  102. </UL>
  103. </UL>
  104. </UL>
  105. </UL>
  106. <LI TYPE="circle">com.thoughtworks.xstream.core.<A HREF="../../../../com/thoughtworks/xstream/core/TreeMarshaller.html" title="class in com.thoughtworks.xstream.core"><B>TreeMarshaller</B></A> (implements com.thoughtworks.xstream.converters.<A HREF="../../../../com/thoughtworks/xstream/converters/MarshallingContext.html" title="interface in com.thoughtworks.xstream.converters">MarshallingContext</A>)
  107. <UL>
  108. <LI TYPE="circle">com.thoughtworks.xstream.core.<A HREF="../../../../com/thoughtworks/xstream/core/AbstractReferenceMarshaller.html" title="class in com.thoughtworks.xstream.core"><B>AbstractReferenceMarshaller</B></A> (implements com.thoughtworks.xstream.converters.<A HREF="../../../../com/thoughtworks/xstream/converters/MarshallingContext.html" title="interface in com.thoughtworks.xstream.converters">MarshallingContext</A>)
  109. <UL>
  110. <LI TYPE="circle">com.thoughtworks.xstream.core.<A HREF="../../../../com/thoughtworks/xstream/core/ReferenceByIdMarshaller.html" title="class in com.thoughtworks.xstream.core"><B>ReferenceByIdMarshaller</B></A><LI TYPE="circle">com.thoughtworks.xstream.core.<A HREF="../../../../com/thoughtworks/xstream/core/ReferenceByXPathMarshaller.html" title="class in com.thoughtworks.xstream.core"><B>ReferenceByXPathMarshaller</B></A></UL>
  111. </UL>
  112. <LI TYPE="circle">com.thoughtworks.xstream.core.<A HREF="../../../../com/thoughtworks/xstream/core/TreeUnmarshaller.html" title="class in com.thoughtworks.xstream.core"><B>TreeUnmarshaller</B></A> (implements com.thoughtworks.xstream.converters.<A HREF="../../../../com/thoughtworks/xstream/converters/UnmarshallingContext.html" title="interface in com.thoughtworks.xstream.converters">UnmarshallingContext</A>)
  113. <UL>
  114. <LI TYPE="circle">com.thoughtworks.xstream.core.<A HREF="../../../../com/thoughtworks/xstream/core/AbstractReferenceUnmarshaller.html" title="class in com.thoughtworks.xstream.core"><B>AbstractReferenceUnmarshaller</B></A><UL>
  115. <LI TYPE="circle">com.thoughtworks.xstream.core.<A HREF="../../../../com/thoughtworks/xstream/core/ReferenceByIdUnmarshaller.html" title="class in com.thoughtworks.xstream.core"><B>ReferenceByIdUnmarshaller</B></A><LI TYPE="circle">com.thoughtworks.xstream.core.<A HREF="../../../../com/thoughtworks/xstream/core/ReferenceByXPathUnmarshaller.html" title="class in com.thoughtworks.xstream.core"><B>ReferenceByXPathUnmarshaller</B></A></UL>
  116. </UL>
  117. </UL>
  118. </UL>
  119. <H2>
  120. Interface Hierarchy
  121. </H2>
  122. <UL>
  123. <LI TYPE="circle">com.thoughtworks.xstream.core.<A HREF="../../../../com/thoughtworks/xstream/core/Caching.html" title="interface in com.thoughtworks.xstream.core"><B>Caching</B></A><LI TYPE="circle">com.thoughtworks.xstream.converters.<A HREF="../../../../com/thoughtworks/xstream/converters/DataHolder.html" title="interface in com.thoughtworks.xstream.converters"><B>DataHolder</B></A><UL>
  124. <LI TYPE="circle">com.thoughtworks.xstream.converters.<A HREF="../../../../com/thoughtworks/xstream/converters/MarshallingContext.html" title="interface in com.thoughtworks.xstream.converters"><B>MarshallingContext</B></A><UL>
  125. <LI TYPE="circle">com.thoughtworks.xstream.core.<A HREF="../../../../com/thoughtworks/xstream/core/ReferencingMarshallingContext.html" title="interface in com.thoughtworks.xstream.core"><B>ReferencingMarshallingContext</B></A></UL>
  126. </UL>
  127. <LI TYPE="circle">com.thoughtworks.xstream.core.<A HREF="../../../../com/thoughtworks/xstream/core/ReferenceByIdMarshaller.IDGenerator.html" title="interface in com.thoughtworks.xstream.core"><B>ReferenceByIdMarshaller.IDGenerator</B></A></UL>
  128. <HR>
  129. <!-- ======= START OF BOTTOM NAVBAR ====== -->
  130. <A NAME="navbar_bottom"><!-- --></A>
  131. <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
  132. <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
  133. <TR>
  134. <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
  135. <A NAME="navbar_bottom_firstrow"><!-- --></A>
  136. <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
  137. <TR ALIGN="center" VALIGN="top">
  138. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
  139. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
  140. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
  141. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
  142. <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT>&nbsp;</TD>
  143. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  144. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
  145. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  146. </TR>
  147. </TABLE>
  148. </TD>
  149. <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
  150. </EM>
  151. </TD>
  152. </TR>
  153. <TR>
  154. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  155. &nbsp;<A HREF="../../../../com/thoughtworks/xstream/converters/reflection/package-tree.html"><B>PREV</B></A>&nbsp;
  156. &nbsp;<A HREF="../../../../com/thoughtworks/xstream/io/package-tree.html"><B>NEXT</B></A></FONT></TD>
  157. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  158. <A HREF="../../../../index.html?com/thoughtworks/xstream/core/package-tree.html" target="_top"><B>FRAMES</B></A> &nbsp;
  159. &nbsp;<A HREF="package-tree.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
  160. &nbsp;<SCRIPT type="text/javascript">
  161. <!--
  162. if(window==top) {
  163. document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
  164. }
  165. //-->
  166. </SCRIPT>
  167. <NOSCRIPT>
  168. <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
  169. </NOSCRIPT>
  170. </FONT></TD>
  171. </TR>
  172. </TABLE>
  173. <A NAME="skip-navbar_bottom"></A>
  174. <!-- ======== END OF BOTTOM NAVBAR ======= -->
  175. <HR>
  176. Copyright &#169; 2004-2011 <a href="http://xstream.codehaus.org">XStream</a>. All Rights Reserved.
  177. </BODY>
  178. </HTML>