com.etasoft.trans.transaction
Class axHL7OutputHandler
java.lang.Object
com.etasoft.trans.transaction.axDocHandler
com.etasoft.trans.transaction.axOutputHandler
com.etasoft.trans.transaction.axHL7OutputHandler
- public class axHL7OutputHandler
- extends axOutputHandler
Database Output handler.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
axHL7OutputHandler
public axHL7OutputHandler(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