FreeHEP API
Version current

hep.physics.yappi.io
Class HTMLYappiWriter

java.lang.Object
  extended byorg.freehep.xml.util.XMLWriter
      extended byorg.freehep.xml.util.XHTMLWriter
          extended byhep.physics.yappi.io.HTMLYappiWriter

public class HTMLYappiWriter
extends XHTMLWriter

Version:
$Id: HTMLYappiWriter.java,v 1.10 2002/06/12 23:15:14 duns Exp $
Author:
Mark Donszelmann
Source Code:
HTMLYappiWriter.java

Field Summary
 
Fields inherited from class org.freehep.xml.util.XMLWriter
closed, defaultNameSpace, writer
 
Constructor Summary
HTMLYappiWriter(Writer out)
           
 
Method Summary
 void close()
          closes the writer
 void write(Family family)
           
 void write(Object object)
           
 void write(ParticleType particle)
           
 void writeHead(String title)
           
 
Methods inherited from class org.freehep.xml.util.XHTMLWriter
closeDoc, printPlain, printTag, setAttribute
 
Methods inherited from class org.freehep.xml.util.XMLWriter
checkNameValid, closeTag, normalize, normalizeText, openDoc, openDoc, openTag, openTag, print, print, printAttributes, printComment, println, printTag, referToDTD, referToDTD, 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

HTMLYappiWriter

public HTMLYappiWriter(Writer out)
Method Detail

close

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

Overrides:
close in class XMLWriter
Throws:
IOException

write

public void write(Object object)

writeHead

public void writeHead(String title)

write

public void write(Family family)

write

public void write(ParticleType particle)

FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.