Package org.exbin.xbup.parser_tree
Class XBTreeWriter
- java.lang.Object
- 
- org.exbin.xbup.parser_tree.XBTreeWriter
 
- 
- All Implemented Interfaces:
- org.exbin.xbup.core.parser.basic.XBProducer,- org.exbin.xbup.core.parser.basic.XBProvider,- org.exbin.xbup.core.stream.XBOutput
 
 @ParametersAreNonnullByDefault public class XBTreeWriter extends java.lang.Object implements org.exbin.xbup.core.parser.basic.XBProvider, org.exbin.xbup.core.parser.basic.XBProducerBasic object model parser XBUP level 0 document block / tree node.
- 
- 
Constructor SummaryConstructors Constructor Description XBTreeWriter(org.exbin.xbup.core.block.XBBlock sourceBlock)XBTreeWriter(org.exbin.xbup.core.block.XBDocument source)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidattachXBListener(org.exbin.xbup.core.parser.basic.XBListener listener)booleanisFinished()voidproduceXB(org.exbin.xbup.core.parser.basic.XBListener listener)voidproduceXB(org.exbin.xbup.core.parser.basic.XBListener listener, boolean recursive)
 
- 
- 
- 
Method Detail- 
produceXBpublic void produceXB(org.exbin.xbup.core.parser.basic.XBListener listener, boolean recursive) throws org.exbin.xbup.core.parser.XBProcessingException, java.io.IOException- Throws:
- org.exbin.xbup.core.parser.XBProcessingException
- java.io.IOException
 
 - 
produceXBpublic void produceXB(org.exbin.xbup.core.parser.basic.XBListener listener) - Specified by:
- produceXBin interface- org.exbin.xbup.core.parser.basic.XBProvider
 
 - 
isFinishedpublic boolean isFinished() 
 - 
attachXBListenerpublic void attachXBListener(org.exbin.xbup.core.parser.basic.XBListener listener) - Specified by:
- attachXBListenerin interface- org.exbin.xbup.core.parser.basic.XBProducer
 
 
- 
 
-