Qizx/open API

net.axyana.qizxopen.dm
Class TreeDecoder

java.lang.Object
  extended bynet.axyana.qizxopen.dm.TreeDecoder

public class TreeDecoder
extends java.lang.Object

Decodes a XML Data Model tree from a binary representation created by TreeEncoder. This is a Data Model-specific form of deserialization.

Notice that the deserialized root node has no parent and siblings.


Constructor Summary
TreeDecoder(ByteInput input)
           
 
Method Summary
 void decode(XMLEventReceiver handler)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TreeDecoder

public TreeDecoder(ByteInput input)
Method Detail

decode

public void decode(XMLEventReceiver handler)
            throws DataModelException,
                   java.io.IOException
Throws:
DataModelException
java.io.IOException

© 2005 Axyana Software