![]() |
|
||||||||||
|
DOMText->splitText()(no version information, might be only in CVS) DOMText->splitText() -- Breaks this node into two nodes at the specified offsetОписаниеclass DOMText {DOMText splitText ( int offset ) }
Breaks this node into two nodes at the specified
After being split, this node will contain all the content up to the
Возвращаемые значения
The new node of the same type, which contains all the content at and after the
DOMText->splitText() There are no user contributed notes for this page. |