net.axyana.qizxopen.dm
Class TreeDecoder
java.lang.Object
net.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.
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TreeDecoder
public TreeDecoder(ByteInput input)
decode
public void decode(XMLEventReceiver handler)
throws DataModelException,
java.io.IOException
- Throws:
DataModelException
java.io.IOException