Class DelegatingXMLStreamWriter

java.lang.Object
ca.phon.xml.DelegatingXMLStreamWriter
All Implemented Interfaces:
XMLStreamWriter
Direct Known Subclasses:
EmptyTagXMLStreamWriter, SessionXMLStreamWriter, TalkbankReader.MorRewriter

public class DelegatingXMLStreamWriter extends Object implements XMLStreamWriter
Custom XML Stream writer which can be used as base class for controlling various behaviours when writing xml streams. By default, all functions call methods of a delegate XMLStreamWriter passed in with the constructor.