hep.aida.ref.xml.converters
Class ToZipHandler

java.lang.Object
  extended by hep.aida.ref.xml.converters.ToZipHandler
Direct Known Subclasses:
AsciiToZipHandler, BinaryToZipHandler

public class ToZipHandler
extends Object


Method Summary
 void characters(char[] chars, int start, int len)
           
 void endDocument()
           
 void endElement(int tagID)
           
 void startDocument()
           
 void startElement(int tag, Attributes attr, boolean empty)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

characters

public void characters(char[] chars,
                       int start,
                       int len)
                throws SAXException
Throws:
SAXException

startDocument

public void startDocument()
                   throws SAXException
Throws:
SAXException

endDocument

public void endDocument()
                 throws SAXException
Throws:
SAXException

endElement

public void endElement(int tagID)
                throws SAXException
Throws:
SAXException

startElement

public void startElement(int tag,
                         Attributes attr,
                         boolean empty)
                  throws SAXException
Throws:
SAXException


Copyright © 2000-2013 FreeHEP. All Rights Reserved.