|
Unicorn XML Toolkit Version 1.50.00 |
|||||||||
� PREV CLASS �� NEXT CLASS | FRAMES��NO FRAMES | |||||||||
SUMMARY: �CONSTR�|� FUNCTION �|�DATA | DETAIL: �CONSTR�|� FUNCTION �|�DATA |
class IText: public ICharacterData { public: XText SplitText(int nOffset); }; typedef XRefCnt<IText> XText;
The textual content of an element or an attribute.
This class implements
the C++ binding for the
Text
interface
specified by DOM.
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. |
Function Detail |
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.
This method is not supported by XDM.
nOffset
- the offset that specifies the split point
|
Unicorn XML Toolkit Version 1.50.00 |
|||||||||
� PREV CLASS �� NEXT CLASS | FRAMES��NO FRAMES | |||||||||
SUMMARY: �CONSTR�|� FUNCTION �|�DATA | DETAIL: �CONSTR�|� FUNCTION �|�DATA |