|
Unicorn XML Toolkit Version 1.00.00 |
|||||||||
� PREV CLASS �� NEXT CLASS | FRAMES��NO FRAMES | |||||||||
SUMMARY: � CONSTR �|� FUNCTION �|�DATA | DETAIL: � CONSTR �|� FUNCTION �|�DATA |
class IText: virtual public ICharacterData { public: IText(); virtual ~IText(); public: virtual XText SplitText(int nOffset) = 0; };
The textual content of an element or an attribute.
This class implements
the C++ binding for the
Text
interface
specified by DOM.
Constructor/Destructor Summary | |
IText
();
����������Constructs the text node. |
|
~IText
();
����������Destroys the text node. |
Function Summary | |
XText
|
SplitText
(int nOffset);
����������Splits this text node. The node content is split at the offset specified by nOffset
. The leading portion of the
content remains with this node; the rest forms the
content of the newly created text node. |
Constructor/Destructor Detail |
IText();
Constructs the text node.
virtual ~IText();
Destroys the text node.
Function Detail |
virtual XText SplitText(int nOffset) = 0;
Splits this text node. The node content is split at the offset
specified by
nOffset
. The leading portion of the
content remains with this node; the rest forms the
content of the newly created text node.
nOffset
- the offset that specifies the split point
|
Unicorn XML Toolkit Version 1.00.00 |
|||||||||
� PREV CLASS �� NEXT CLASS | FRAMES��NO FRAMES | |||||||||
SUMMARY: � CONSTR �|� FUNCTION �|�DATA | DETAIL: � CONSTR �|� FUNCTION �|�DATA |