FreeHEP API
Version current

hep.physics.yappi
Class XMLYappi

java.lang.Object
  extended byhep.physics.yappi.Yappi
      extended byhep.physics.yappi.XMLYappi

public class XMLYappi
extends Yappi

Source Code:
XMLYappi.java

Constructor Summary
XMLYappi()
           
XMLYappi(String fileName)
           
 
Method Summary
 void displayFamilyTree()
           
static void displayFamilyTree(Iterator familyEntries, int indent)
           
 void read(Reader reader)
           
 void read(String fileName)
           
 void write(String fileName)
           
 
Methods inherited from class hep.physics.yappi.Yappi
addFamily, addParticle, getFamilies, getFamilies, getFamily, getParticle, getParticle, getParticles, removeFamily, removeFamily
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLYappi

public XMLYappi(String fileName)
         throws Exception

XMLYappi

public XMLYappi()
Method Detail

read

public void read(String fileName)
          throws SAXException,
                 IOException
Throws:
SAXException
IOException

read

public void read(Reader reader)
          throws SAXException,
                 IOException
Throws:
SAXException
IOException

write

public void write(String fileName)
           throws IOException
Throws:
IOException

displayFamilyTree

public void displayFamilyTree()

displayFamilyTree

public static void displayFamilyTree(Iterator familyEntries,
                                     int indent)

FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.