List of all members.
Public Types
Public Member Functions
- XSLTResultTarget (MemoryManagerType &theManager XALAN_DEFAULT_CONSTRACTOR_MEMORY_MGR)
- XSLTResultTarget (const XalanDOMString &fileName, MemoryManagerType &theManager XALAN_DEFAULT_CONSTRACTOR_MEMORY_MGR)
- Create a new output target with a file name.
- XSLTResultTarget (const XalanDOMChar *fileName, MemoryManagerType &theManager XALAN_DEFAULT_CONSTRACTOR_MEMORY_MGR)
- Create a new output target with a file name.
- XSLTResultTarget (const char *fileName, MemoryManagerType &theManager XALAN_DEFAULT_CONSTRACTOR_MEMORY_MGR)
- Create a new output target with a file name.
- XSLTResultTarget (StreamType *theStream, MemoryManagerType &theManager XALAN_DEFAULT_CONSTRACTOR_MEMORY_MGR)
- Create a new output target with a stream.
- XSLTResultTarget (StreamType &theStream, MemoryManagerType &theManager XALAN_DEFAULT_CONSTRACTOR_MEMORY_MGR)
- Create a new output target with a stream.
- XSLTResultTarget (Writer *characterStream, MemoryManagerType &theManager XALAN_DEFAULT_CONSTRACTOR_MEMORY_MGR)
- Create a new output target with a character stream.
- XSLTResultTarget (FILE *characterStream, MemoryManagerType &theManager XALAN_DEFAULT_CONSTRACTOR_MEMORY_MGR)
- Create a new output target with a stream.
- XSLTResultTarget (FormatterListener &flistener, MemoryManagerType &theManager XALAN_DEFAULT_CONSTRACTOR_MEMORY_MGR)
- Create a new output target with a FormatterListener.
- XSLTResultTarget (const XSLTResultTarget &other, MemoryManagerType &theManager XALAN_DEFAULT_CONSTRACTOR_MEMORY_MGR)
- ~XSLTResultTarget ()
- void setFileName (const char *fileName)
- Set the file name where the results will be written.
- void setFileName (const XalanDOMString &fileName)
- Set the file name where the results will be written.
- const XalanDOMString & getFileName () const
- Get the file name where the results will be written to.
- void setByteStream (StreamType *byteStream)
- Set the byte stream for this output target.
- StreamType * getByteStream () const
- Get the byte stream for this output target.
- void setEncoding (const XalanDOMChar *encoding)
- Set the character encoding, if known.
- void setEncoding (const XalanDOMString &encoding)
- Set the character encoding, if known.
- const XalanDOMString & getEncoding () const
- Get the character encoding in use.
- void setCharacterStream (Writer *characterStream)
- Set the character stream for this output target.
- Writer * getCharacterStream () const
- Get the character stream for this output target.
- FILE * getStream () const
- Get the stream for this output target.
- void setStream (FILE *theStream)
- Set the stream for this output target.
- void setFormatterListener (FormatterListener *handler)
- Set a FormatterListener to process the result tree events.
- FormatterListener * getFormatterListener () const
- Get the FormatterListener that will process the result tree events.
Member Typedef Documentation
Constructor & Destructor Documentation
XSLTResultTarget::XSLTResultTarget |
( |
MemoryManagerType &theManager |
XALAN_DEFAULT_CONSTRACTOR_MEMORY_MGR | ) |
[explicit] |
Create a new output target with a file name.
- Parameters:
-
fileName | valid system file name |
XSLTResultTarget::XSLTResultTarget |
( |
const XalanDOMChar * |
fileName, |
|
|
MemoryManagerType &theManager |
XALAN_DEFAULT_CONSTRACTOR_MEMORY_MGR |
|
) |
| |
Create a new output target with a file name.
- Parameters:
-
fileName | valid system file name |
XSLTResultTarget::XSLTResultTarget |
( |
const char * |
fileName, |
|
|
MemoryManagerType &theManager |
XALAN_DEFAULT_CONSTRACTOR_MEMORY_MGR |
|
) |
| |
Create a new output target with a file name.
- Parameters:
-
fileName | valid system file name |
Create a new output target with a stream.
- Parameters:
-
byteStream | a pointer to a std ostream for the output |
Create a new output target with a stream.
- Parameters:
-
byteStream | a reference to a std ostream for the output |
XSLTResultTarget::XSLTResultTarget |
( |
Writer * |
characterStream, |
|
|
MemoryManagerType &theManager |
XALAN_DEFAULT_CONSTRACTOR_MEMORY_MGR |
|
) |
| |
Create a new output target with a character stream.
- Parameters:
-
characterStream | pointer to character stream where the results will be written |
XSLTResultTarget::XSLTResultTarget |
( |
FILE * |
characterStream, |
|
|
MemoryManagerType &theManager |
XALAN_DEFAULT_CONSTRACTOR_MEMORY_MGR |
|
) |
| |
Create a new output target with a stream.
- Parameters:
-
characterStream | pointer to character stream where the results will be written |
XSLTResultTarget::~XSLTResultTarget |
( |
| ) |
|
Member Function Documentation
StreamType* XSLTResultTarget::getByteStream |
( |
| ) |
const |
Get the byte stream for this output target.
- Returns:
- pointer to byte stream, or null if none was supplied.
Writer* XSLTResultTarget::getCharacterStream |
( |
| ) |
const |
Get the character stream for this output target.
- Returns:
- pointer to character stream, or null if none was supplied.
Get the character encoding in use.
- Returns:
- encoding string, or empty string if none was supplied.
Get the file name where the results will be written to.
- Returns:
- file name string
Get the FormatterListener that will process the result tree events.
- Returns:
- pointer to new listener
FILE* XSLTResultTarget::getStream |
( |
| ) |
const |
Get the stream for this output target.
- Returns:
- pointer to stream, or null if none was supplied.
void XSLTResultTarget::setByteStream |
( |
StreamType * |
byteStream | ) |
|
Set the byte stream for this output target.
- Parameters:
-
byteStream | pointer to byte stream that will contain the result document |
void XSLTResultTarget::setCharacterStream |
( |
Writer * |
characterStream | ) |
|
Set the character stream for this output target.
- Parameters:
-
characterStream | pointer to character stream that will contain the result document |
void XSLTResultTarget::setEncoding |
( |
const XalanDOMChar * |
encoding | ) |
|
Set the character encoding, if known.
- Parameters:
-
encoding | new encoding string |
Set the character encoding, if known.
- Parameters:
-
encoding | new encoding string |
Set the file name where the results will be written.
- Parameters:
-
fileName | system identifier as a string |
void XSLTResultTarget::setFileName |
( |
const char * |
fileName | ) |
|
Set the file name where the results will be written.
- Parameters:
-
fileName | system identifier as a string |
Set a FormatterListener to process the result tree events.
- Parameters:
-
handler | pointer to new listener |
void XSLTResultTarget::setStream |
( |
FILE * |
theStream | ) |
|
Set the stream for this output target.
pointer to stream.
The documentation for this class was generated from the following file: