FreeHEP API
Version v1.2

hep.physics.yappi
Class XMLYappi

java.lang.Object
  |
  +--hep.physics.yappi.Yappi
        |
        +--hep.physics.yappi.XMLYappi

public class XMLYappi
extends Yappi


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
SAXException
IOException

read

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

write

public void write(String fileName)
           throws IOException
IOException

displayFamilyTree

public void displayFamilyTree()

displayFamilyTree

public static void displayFamilyTree(Iterator familyEntries,
                                     int indent)

FreeHEP API
Version v1.2

Copyright © 2000-2003 FreeHEP, All Rights Reserved.