|
XMLYappiReader Class ReferenceCollaboration diagram for XMLYappiReader:
[legend]List of all members.
|
Public Member Functions |
| XMLYappiReader (Yappi yappi) |
void | read (String filename) throws SAXException, FileNotFoundException, IOException |
| XMLReader.
|
void | read (Reader reader) throws SAXException, FileNotFoundException, IOException |
void | startDocument () throws SAXException |
void | endDocument () throws SAXException |
void | startElement (String namespaceURI, String tag, String qName, Attributes attr) throws SAXException |
void | endElement (String namespaceURI, String tag, String qName) throws SAXException |
void | characters (char[] ch, int start, int length) throws SAXException |
Package Attributes |
boolean | debug = false |
Constructor & Destructor Documentation
Member Function Documentation
void characters |
( |
char[] |
ch, |
|
|
int |
start, |
|
|
int |
length |
|
) |
throws SAXException |
|
void endDocument |
( |
|
) |
throws SAXException |
|
void endElement |
( |
String |
namespaceURI, |
|
|
String |
tag, |
|
|
String |
qName |
|
) |
throws SAXException |
|
void read |
( |
Reader |
reader |
) |
throws SAXException, FileNotFoundException, IOException |
|
void read |
( |
String |
filename |
) |
throws SAXException, FileNotFoundException, IOException |
|
|
XMLReader.
Read another XML file |
void startDocument |
( |
|
) |
throws SAXException |
|
void startElement |
( |
String |
namespaceURI, |
|
|
String |
tag, |
|
|
String |
qName, |
|
|
Attributes |
attr |
|
) |
throws SAXException |
|
Here is the call graph for this function:
Member Data Documentation
boolean debug = false [package] |
|
The documentation for this class was generated from the following file:
Generated on Fri Nov 3 19:06:42 2006 for FreeHepYaPPI by
1.3.9.1
|