hep.physics.yappi
Class XMLYappiReader
java.lang.Object
org.xml.sax.helpers.DefaultHandler
hep.physics.yappi.XMLYappiReader
- All Implemented Interfaces:
- ContentHandler, DTDHandler, EntityResolver, ErrorHandler
- public class XMLYappiReader
- extends DefaultHandler
- Source Code:
- XMLYappiReader.java
Methods inherited from class org.xml.sax.helpers.DefaultHandler |
endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startPrefixMapping, unparsedEntityDecl, warning |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XMLYappiReader
public XMLYappiReader(Yappi yappi)
read
public void read(String filename)
throws SAXException,
FileNotFoundException,
IOException
- XMLReader
Read another XML file
- Throws:
SAXException
FileNotFoundException
IOException
read
public void read(Reader reader)
throws SAXException,
FileNotFoundException,
IOException
- Throws:
SAXException
FileNotFoundException
IOException
startDocument
public void startDocument()
throws SAXException
- Throws:
SAXException
endDocument
public void endDocument()
throws SAXException
- Throws:
SAXException
startElement
public void startElement(String namespaceURI,
String tag,
String qName,
Attributes attr)
throws SAXException
- Throws:
SAXException
endElement
public void endElement(String namespaceURI,
String tag,
String qName)
throws SAXException
- Throws:
SAXException
characters
public void characters(char[] ch,
int start,
int length)
throws SAXException
- Throws:
SAXException
Copyright © 2000-2004 FreeHEP, All Rights Reserved.