#include <TXFMOutputFile.hpp>
Inheritance diagram for TXFMOutputFile:
Public Methods | |
TXFMOutputFile (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 DOMDocument * | getDocument () |
virtual DOMNode * | getFragmentNode () |
virtual const XMLCh * | getFragmentId () |
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.
|
|
|
|
|
Implements TXFMBase. |
|
Implements TXFMBase. |
|
Implements TXFMBase. |
|
Implements TXFMBase. |
|
Implements TXFMBase. |
|
Implements TXFMBase. |
|
Implements TXFMBase. |
|
|
|
Implements TXFMBase. |