FreeHEP API
Version v1.2

hep.physics.yappi
Class XMLYappiWriter

java.lang.Object
  |
  +--org.freehep.xml.util.XMLWriter
        |
        +--hep.physics.yappi.XMLYappiWriter

public class XMLYappiWriter
extends XMLWriter

Version:
$Id: XMLYappiWriter.java,v 1.4 2001/02/21 15:33:25 duns Exp $
Author:
Mark Donszelmann

Field Summary
 
Fields inherited from class org.freehep.xml.util.XMLWriter
closed, defaultNameSpace, writer
 
Constructor Summary
XMLYappiWriter(String filename)
           
XMLYappiWriter(Writer writer)
           
 
Method Summary
 void close()
          closes the writer
 void write(Data data)
           
 void write(DecayChannel decay)
           
 void write(Family family)
           
 void write(ParticleType particle)
           
 void write(Yappi yappi)
           
 
Methods inherited from class org.freehep.xml.util.XMLWriter
checkNameValid, closeDoc, closeTag, normalize, normalizeText, openDoc, openDoc, openTag, openTag, print, print, printAttributes, printComment, println, printTag, printTag, referToDTD, referToDTD, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLYappiWriter

public XMLYappiWriter(String filename)
               throws IOException

XMLYappiWriter

public XMLYappiWriter(Writer writer)
Method Detail

close

public void close()
           throws IOException
Description copied from class: XMLWriter
closes the writer

Overrides:
close in class XMLWriter
IOException

write

public void write(Yappi yappi)

write

public void write(Family family)

write

public void write(ParticleType particle)

write

public void write(Data data)

write

public void write(DecayChannel decay)

FreeHEP API
Version v1.2

Copyright © 2000-2003 FreeHEP, All Rights Reserved.