Package org.exbin.xbup.parser_tree
Class XBTTreeWriter
- java.lang.Object
-
- org.exbin.xbup.parser_tree.XBTTreeWriter
-
- All Implemented Interfaces:
org.exbin.xbup.core.parser.basic.XBTProvider,org.exbin.xbup.core.stream.XBOutput
public class XBTTreeWriter extends java.lang.Object implements org.exbin.xbup.core.parser.basic.XBTProviderBasic object model parser XBUP level 1 document block / tree node.
-
-
Constructor Summary
Constructors Constructor Description XBTTreeWriter(org.exbin.xbup.core.block.XBTBlock sourceBlock)XBTTreeWriter(org.exbin.xbup.core.block.XBTDocument source)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisFinished()voidproduceXBT(org.exbin.xbup.core.parser.basic.XBTListener listener)
-
-
-
Method Detail
-
produceXBT
public void produceXBT(org.exbin.xbup.core.parser.basic.XBTListener listener) throws org.exbin.xbup.core.parser.XBProcessingException, java.io.IOException- Specified by:
produceXBTin interfaceorg.exbin.xbup.core.parser.basic.XBTProvider- Throws:
org.exbin.xbup.core.parser.XBProcessingExceptionjava.io.IOException
-
isFinished
public boolean isFinished()
-
-