1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_03) on Fri Jan 25 23:29:23 CET 2008 -->
<TITLE>
org.jibx.runtime (JiBX Java data binding to XML - Version 1.0)
</TITLE>
<META NAME="date" CONTENT="2008-01-25">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../stylesheet.css" TITLE="Style">
</HEAD>
<BODY BGCOLOR="white">
<FONT size="+1" CLASS="FrameTitleFont">
<A HREF="../../../org/jibx/runtime/package-summary.html" target="classFrame">org.jibx.runtime</A></FONT>
<TABLE BORDER="0" WIDTH="100%" SUMMARY="">
<TR>
<TD NOWRAP><FONT size="+1" CLASS="FrameHeadingFont">
Interfaces</FONT>
<FONT CLASS="FrameItemFont">
<BR>
<A HREF="IAbstractMarshaller.html" title="interface in org.jibx.runtime" target="classFrame"><I>IAbstractMarshaller</I></A>
<BR>
<A HREF="IAliasable.html" title="interface in org.jibx.runtime" target="classFrame"><I>IAliasable</I></A>
<BR>
<A HREF="IBindingFactory.html" title="interface in org.jibx.runtime" target="classFrame"><I>IBindingFactory</I></A>
<BR>
<A HREF="ICharacterEscaper.html" title="interface in org.jibx.runtime" target="classFrame"><I>ICharacterEscaper</I></A>
<BR>
<A HREF="IMarshallable.html" title="interface in org.jibx.runtime" target="classFrame"><I>IMarshallable</I></A>
<BR>
<A HREF="IMarshaller.html" title="interface in org.jibx.runtime" target="classFrame"><I>IMarshaller</I></A>
<BR>
<A HREF="IMarshallingContext.html" title="interface in org.jibx.runtime" target="classFrame"><I>IMarshallingContext</I></A>
<BR>
<A HREF="ITrackSource.html" title="interface in org.jibx.runtime" target="classFrame"><I>ITrackSource</I></A>
<BR>
<A HREF="IUnmarshallable.html" title="interface in org.jibx.runtime" target="classFrame"><I>IUnmarshallable</I></A>
<BR>
<A HREF="IUnmarshaller.html" title="interface in org.jibx.runtime" target="classFrame"><I>IUnmarshaller</I></A>
<BR>
<A HREF="IUnmarshallingContext.html" title="interface in org.jibx.runtime" target="classFrame"><I>IUnmarshallingContext</I></A>
<BR>
<A HREF="IXMLWriter.html" title="interface in org.jibx.runtime" target="classFrame"><I>IXMLWriter</I></A></FONT></TD>
</TR>
</TABLE>
<TABLE BORDER="0" WIDTH="100%" SUMMARY="">
<TR>
<TD NOWRAP><FONT size="+1" CLASS="FrameHeadingFont">
Classes</FONT>
<FONT CLASS="FrameItemFont">
<BR>
<A HREF="BindingDirectory.html" title="class in org.jibx.runtime" target="classFrame">BindingDirectory</A>
<BR>
<A HREF="EnumSet.html" title="class in org.jibx.runtime" target="classFrame">EnumSet</A>
<BR>
<A HREF="EnumSet.EnumItem.html" title="class in org.jibx.runtime" target="classFrame">EnumSet.EnumItem</A>
<BR>
<A HREF="Utility.html" title="class in org.jibx.runtime" target="classFrame">Utility</A></FONT></TD>
</TR>
</TABLE>
<TABLE BORDER="0" WIDTH="100%" SUMMARY="">
<TR>
<TD NOWRAP><FONT size="+1" CLASS="FrameHeadingFont">
Exceptions</FONT>
<FONT CLASS="FrameItemFont">
<BR>
<A HREF="JiBXException.html" title="class in org.jibx.runtime" target="classFrame">JiBXException</A>
<BR>
<A HREF="RecoverableException.html" title="class in org.jibx.runtime" target="classFrame">RecoverableException</A>
<BR>
<A HREF="UnrecoverableException.html" title="class in org.jibx.runtime" target="classFrame">UnrecoverableException</A>
<BR>
<A HREF="ValidationException.html" title="class in org.jibx.runtime" target="classFrame">ValidationException</A></FONT></TD>
</TR>
</TABLE>
</BODY>
</HTML>
|