#include <TXFMOutputFile.hpp>
Inheritance diagram for TXFMOutputFile:
This transformer simply reads from the input transform and passes the bytes to the transformer that reads from it.
On the way through, the writes are written to an output stream (a file). This is primarily a debugging tool.
Public Member Functions | |
TXFMOutputFile (XERCES_CPP_NAMESPACE_QUALIFIER DOMDocument *doc) | |
~TXFMOutputFile () | |
void | setInput (TXFMBase *newInput) |
virtual TXFMBase::ioType | getInputType (void) |
virtual TXFMBase::ioType | getOutputType (void) |
virtual TXFMBase::nodeType | getNodeType (void) |
bool | setFile (char *const fileName) |
virtual unsigned int | readBytes (XMLByte *const toFill, const unsigned int maxToFill) |
virtual XERCES_CPP_NAMESPACE_QUALIFIER DOMDocument * | getDocument () |
virtual XERCES_CPP_NAMESPACE_QUALIFIER DOMNode * | getFragmentNode () |
virtual const XMLCh * | getFragmentId () |
|
|
|
|
|
Implements TXFMBase. |
|
Implements TXFMBase. |
|
Implements TXFMBase. |
|
Implements TXFMBase. |
|
Implements TXFMBase. |
|
Implements TXFMBase. |
|
Implements TXFMBase. |
|
|
|
Implements TXFMBase. |