com.etasoft.trans.transaction
Class axTextOutputHandler

java.lang.Object
  extended bycom.etasoft.trans.transaction.axDocHandler
      extended bycom.etasoft.trans.transaction.axOutputHandler
          extended bycom.etasoft.trans.transaction.axTextOutputHandler

public class axTextOutputHandler
extends axOutputHandler

Text output handler.


Constructor Summary
axTextOutputHandler(axMap map, axMapRoot mapRoot, axWriterBuffer buff)
           
 
Method Summary
 void endDocument()
           
 void endTag(java.lang.Object tag)
           
 boolean isStopped()
           
 void startDocument()
           
 void startTag(java.lang.Object tag, boolean fixedLength, int length, java.util.ArrayList arrElements)
           
 void text(java.lang.String str)
           
 
Methods inherited from class com.etasoft.trans.transaction.axOutputHandler
writeElement
 
Methods inherited from class com.etasoft.trans.transaction.axDocHandler
getMap, getMapRoot, getMetaData, getSegmentCount, getSeparators, isMatch
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

axTextOutputHandler

public axTextOutputHandler(axMap map,
                           axMapRoot mapRoot,
                           axWriterBuffer buff)
Method Detail

startDocument

public void startDocument()
                   throws axException
Specified by:
startDocument in class axOutputHandler
Throws:
axException

endDocument

public void endDocument()
                 throws axException
Specified by:
endDocument in class axOutputHandler
Throws:
axException

startTag

public void startTag(java.lang.Object tag,
                     boolean fixedLength,
                     int length,
                     java.util.ArrayList arrElements)
              throws axException
Overrides:
startTag in class axOutputHandler
Throws:
axException

endTag

public void endTag(java.lang.Object tag)
            throws axException
Specified by:
endTag in class axOutputHandler
Throws:
axException

text

public void text(java.lang.String str)
          throws axException
Specified by:
text in class axOutputHandler
Throws:
axException

isStopped

public boolean isStopped()
Specified by:
isStopped in class axOutputHandler