Discuss this help topic in SecureBlackbox Forum

TElXMLDOMText.SplitText

TElXMLDOMText     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Specifies if the node supports the XML feature.

Declaration

[C#]
    TElXMLDOMText SplitText(int ofs);

[VB.NET]
    Function SplitText(ByVal ofs As Integer) As TElXMLDOMText

[Pascal]
    function SplitText(ofs : integer) : TElXMLDOMText;

[C++]
    TElXMLDOMTextHandle SplitText(int32_t ofs);

[PHP]
    TElXMLDOMText SplitText(integer $ofs)

[Java]
    TElXMLDOMText splitText(int ofs);

Parameters

  • Ofs - The position on which to split the text.

Description

    Use this method to split the text into two parts. First part remains in the original node and contains Ofs characters. The rest of the text goes to other node, which is returned.

Discuss this help topic in SecureBlackbox Forum