home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cre@te Online 2000 December
/
Cre@teOnline CD05.iso
/
MacSoft
/
XML ConsoleMax.sea
/
XML ConsoleMax
/
Required
/
parser.jar
/
com
/
sun
/
xml
/
tree
/
XmlReadable.class
(
.txt
)
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Java Class File
|
2000-02-23
|
378 b
|
12 lines
package com.sun.xml.tree;
import org.xml.sax.SAXException;
public interface XmlReadable {
void doneChild(NodeEx var1, ParseContext var2) throws SAXException;
void doneParse(ParseContext var1) throws SAXException;
void startParse(ParseContext var1) throws SAXException;
}