com.etasoft.trans.transaction
Class axTextOutputHandler
java.lang.Object
com.etasoft.trans.transaction.axDocHandler
com.etasoft.trans.transaction.axOutputHandler
com.etasoft.trans.transaction.axTextOutputHandler
- public class axTextOutputHandler
- extends axOutputHandler
Text output handler.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
axTextOutputHandler
public axTextOutputHandler(axMap map,
axMapRoot mapRoot,
axWriterBuffer buff)
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