GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
DOM_Text(3m) Document Object Model DOM_Text(3m)

DOM_Text - the Document Object Model (DOM) DOM_Text interface

#include <domc.h>

DOM_Text *DOM_Text_splitText(DOM_Text *this, int offset);

The DOM_Text node inherits the structure of the DOM_CharacterData interface. It represents the character data between elements (and much less frequently the character data associated with an attribute of an element). The length of the text string may be retrived with the DOM_CharacterData_getLength function.
splitText
The DOM_Text_splitText function splits this DOM_Text node at the specified offset into two adjacent DOM_Text nodes. The first is a string offset size in length whereas the seconds is the remain string. If offset is equal to the length of the string the new sibling is created with a string of 0 length.

splitText
The new DOM_Text node containing the text that was at offset.
September 9, 2004 domc-0.8.0

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.