Qizx/open API

net.axyana.qizxopen.dm
Class SAXDecoder

java.lang.Object
  extended byorg.xml.sax.helpers.AttributesImpl
      extended bynet.axyana.qizxopen.dm.SAXDecoder
All Implemented Interfaces:
org.xml.sax.Attributes

public class SAXDecoder
extends org.xml.sax.helpers.AttributesImpl

Unmarshalls SaX events marshalled by SAXEncoder

Author:
xfra date: 3 déc. 2004

Constructor Summary
SAXDecoder(ByteInput input, DocumentWriter handler)
           
 
Method Summary
 void decodeEvents()
           
 DocumentWriter getHandler()
           
 
Methods inherited from class org.xml.sax.helpers.AttributesImpl
addAttribute, clear, getIndex, getIndex, getLength, getLocalName, getQName, getType, getType, getType, getURI, getValue, getValue, getValue, removeAttribute, setAttribute, setAttributes, setLocalName, setQName, setType, setURI, setValue
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SAXDecoder

public SAXDecoder(ByteInput input,
                  DocumentWriter handler)
Method Detail

getHandler

public DocumentWriter getHandler()

decodeEvents

public void decodeEvents()
                  throws org.xml.sax.SAXException,
                         java.io.IOException
Throws:
org.xml.sax.SAXException
java.io.IOException

© 2005 Axyana Software