#include <XString.hpp>
Inherits XStringBase.

Definition at line 37 of file XString.hpp.
| typedef XStringBase XString::ParentType |
Reimplemented from XStringBase.
Definition at line 41 of file XString.hpp.
| XString::XString | ( | const XalanDOMString & | val, | |
| MemoryManager & | theManager | |||
| ) |
Construct an XString object from a string.
| val | The string value to use. | |
| theMemoryManager | The MemoryManager instance. |
| XString::XString | ( | const XalanDOMChar * | val, | |
| MemoryManager & | theManager | |||
| ) |
Construct an XString object from a string.
| val | The string value to use. | |
| theMemoryManager | The MemoryManager instance. |
| XString::XString | ( | const XalanDOMChar * | val, | |
| XalanSize_t | len, | |||
| MemoryManager & | theManager | |||
| ) |
Construct an XString object from a string.
| val | The string value to use. | |
| len | The length of the string value. | |
| theMemoryManager | The MemoryManager instance. |
| XString::XString | ( | const XString & | source, | |
| MemoryManager & | theManager | |||
| ) |
| virtual XString::~XString | ( | ) | [virtual] |
| void XString::set | ( | const XalanDOMString & | theString | ) | [inline] |
Definition at line 89 of file XString.hpp.
| virtual const XalanDOMString& XString::str | ( | XPathExecutionContext & | executionContext | ) | const [virtual] |
Cast result object to a string.
| executionContext | The current XPathExecutionContext |
Implements XStringBase.
| virtual void XString::str | ( | XalanDOMString & | theBuffer | ) | const [virtual] |
Append the string value directly a string.
This function does not have access to the current XPathExecutionContext, so the result may contain data from whitespace text nodes that might have been stripped otherwise.
| theBuffer | The buffer for the data |
Implements XStringBase.
| virtual void XString::str | ( | XPathExecutionContext & | executionContext, | |
| XalanDOMString & | theBuffer | |||
| ) | const [virtual] |
Append the string value directly a string.
| executionContext | The current XPathExecutionContext | |
| theBuffer | The buffer for the data |
Implements XStringBase.
| virtual void XString::str | ( | FormatterListener & | formatterListener, | |
| MemberFunctionPtr | function | |||
| ) | const [virtual] |
Send the string value to a FormatterListener instance.
This function does not have access to the current XPathExecutionContext, so the result may contain data from whitespace text nodes that might have been stripped otherwise.
| formatterListener | The FormatterListener instance | |
| function | A pointer to the member function of FormatterListener to call |
Implements XStringBase.
| virtual void XString::str | ( | XPathExecutionContext & | executionContext, | |
| FormatterListener & | formatterListener, | |||
| MemberFunctionPtr | function | |||
| ) | const [virtual] |
Send the string value to a FormatterListener instance.
| executionContext | The current XPathExecutionContext | |
| formatterListener | The FormatterListener instance | |
| function | A pointer to the member function of FormatterListener to call |
Implements XStringBase.
| virtual const XalanDOMString& XString::str | ( | ) | const [virtual] |
Cast result object to a string.
This function does not have access to the current XPathExecutionContext, so the result may contain data from whitespace text nodes that might have been stripped otherwise.
| executionContext | The current XPathExecutionContext |
Implements XStringBase.
| virtual double XString::stringLength | ( | XPathExecutionContext & | executionContext | ) | const [virtual] |
Get the length of the string value of the instance.
Implements XStringBase.
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
|
Xalan-C++ XSLT Processor Version 1.11 |
|
|