|
Xalan-C++ API Reference
1.12.0
|
Go to the documentation of this file.
19 #if !defined(XALAN_XSLTRESULTTARGET_HEADER_GUARD)
20 #define XALAN_XSLTRESULTTARGET_HEADER_GUARD
40 class FormatterListener;
141 m_fileName = fileName;
153 m_fileName = fileName;
176 m_byteStream = byteStream;
204 m_encoding = encoding;
216 m_encoding = encoding;
239 m_characterStream = characterStream;
250 return m_characterStream;
272 m_stream = theStream;
283 m_formatterListener = handler;
294 return m_formatterListener;
299 #if defined(XALAN_DEVELOPMENT)
306 StreamType* m_byteStream;
310 Writer* m_characterStream;
323 #endif // XALAN_XSLTRESULTTARGET_HEADER_GUARD
FormatterListener * getFormatterListener() const
Get the FormatterListener that will process the result tree events.
#define XALAN_CPP_NAMESPACE
Xalan-C++ namespace, including major and minor version.
const XalanDOMString & getFileName() const
Get the file name where the results will be written to.
void setFormatterListener(FormatterListener *handler)
Set a FormatterListener to process the result tree events.
#define XALAN_XSLT_EXPORT
const XalanDOMString & getEncoding() const
Get the character encoding in use.
Writer * getCharacterStream() const
Get the character stream for this output target.
void setFileName(const XalanDOMString &fileName)
Set the file name where the results will be written.
void setEncoding(const XalanDOMChar *encoding)
Set the character encoding, if known.
void setFileName(const char *fileName)
Set the file name where the results will be written.
void setCharacterStream(Writer *characterStream)
Set the character stream for this output target.
void setStream(FILE *theStream)
Set the stream for this output target.
FILE * getStream() const
Get the stream for this output target.
void setEncoding(const XalanDOMString &encoding)
Set the character encoding, if known.
void setByteStream(StreamType *byteStream)
Set the byte stream for this output target.
StreamType * getByteStream() const
Get the byte stream for this output target.
#define XALAN_DEFAULT_CONSTRUCTOR_MEMMGR