FreeHEP API
Version current

hep.physics.yappi
Class XMLYappiReader

java.lang.Object
  extended byorg.xml.sax.helpers.DefaultHandler
      extended byhep.physics.yappi.XMLYappiReader
All Implemented Interfaces:
ContentHandler, DTDHandler, EntityResolver, ErrorHandler

public class XMLYappiReader
extends DefaultHandler

Source Code:
XMLYappiReader.java

Constructor Summary
XMLYappiReader(Yappi yappi)
           
 
Method Summary
 void characters(char[] ch, int start, int length)
           
 void endDocument()
           
 void endElement(String namespaceURI, String tag, String qName)
           
 void read(Reader reader)
           
 void read(String filename)
          XMLReader Read another XML file
 void startDocument()
           
 void startElement(String namespaceURI, String tag, String qName, Attributes attr)
           
 
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
 

Constructor Detail

XMLYappiReader

public XMLYappiReader(Yappi yappi)
Method Detail

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

FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.