KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > enhydra > convert > xml > Unmarshallable


1 /**
2  * This class was generated from a set of XML constraints
3  * by the Enhydra Zeus XML Data Binding Framework. All
4  * source code in this file is constructed specifically
5  * to work with other Zeus-generated classes. If you
6  * modify this file by hand, you run the risk of breaking
7  * this interoperation, as well as introducing errors in
8  * source code compilation.
9  *
10  * * * * * MODIFY THIS FILE AT YOUR OWN RISK * * * * *
11  *
12  * To find out more about the Enhydra Zeus framework, you
13  * can point your browser at <http://zeus.enhydra.org>
14  * where you can download releases, join and discuss Zeus
15  * on user and developer mailing lists, and access source
16  * code. Please report any bugs through that website.
17  */

18 package org.enhydra.convert.xml;
19
20 import org.xml.sax.ContentHandler JavaDoc;
21
22 public interface Unmarshallable extends ContentHandler JavaDoc {
23
24     public Unmarshallable getCurrentUNode();
25
26     public void setCurrentUNode(Unmarshallable currentUNode);
27
28     public Unmarshallable getParentUNode();
29
30     public void setParentUNode(Unmarshallable parentUNode);
31
32 }
33
Popular Tags