#include <XToken.hpp>
Inheritance diagram for XToken

Collaboration diagram for XToken:

|
|
Create an XToken for string in the token queue.
| theString | The string data for the token. The instance will keep a point to this string, so it must be persistent. |
|
Create an XToken for number in the token queue.
| theNumber | The numeric data for the token. This must be consistent with the lexical value in theString. |
| theString | The string data for the token. The instance will keep a point to this string, so it must be persistent. |
|
|
|
Process a callback request for preferred type information.
| theCallbackObject | object to call back |
Reimplemented from XObject.
|
Process a callback request for preferred type information.
| theCallbackObject | object to call back |
Reimplemented from XObject.
|
|
Clone the instance.
| If | theAddress is not null, the XObject will clone itself into that address. |
Reimplemented from XObject.
|
Reimplemented from XObject.
|
Given a request type, return the equivalent string.
For diagnostic purposes.
Reimplemented from XObject.
|
|
|
Reimplemented from XObject.
|
Set the instance as a number in the token queue.
| theNumber | The numeric data for the token. This must be consistent with the lexical value in theString. |
| theString | The string data for the token. XToken will keep a point to this string, so it must be persistent. |
|
Set the instance as a string in the token queue.
| theString | The string data for the token. XToken will keep a point to this string, so it must be persistent. |
|
Append the string value directly a string.
| theBuffer | The buffer for the data |
Reimplemented from XObject.
|
Send the string value to a FormatterListener instance.
| formatterListener | The FormatterListener instance |
| function | A pointer to the member function of FormatterListener to call |
Reimplemented from XObject.
|
|
Get the length of the string value of the instance..
Reimplemented from XObject.
The documentation for this class was generated from the following file:
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
|
Xalan-C++ XSLT Processor Version 1.7 |
|
|