DOMCharacterData->substringData()
(no version information, might be only in CVS)
DOMCharacterData->substringData() -- Extracts a range of data from the nodeOpis
class DOMCharacterData {string substringData ( int offset, int count )
}
Returns the specified substring.
Zwracane wartości
The specified substring. If the sum of offset
and count exceeds the length, then all 16-bit units
to the end of the data are returned.
Błędy/Wyjątki
- DOM_INDEX_SIZE_ERR
Raised if
offsetis negative or greater than the number of 16-bit units in data, or ifcountis negative.
Patrz także
| DOMCharacterData->appendData() |
| DOMCharacterData->deleteData() |
| DOMCharacterData->insertData() |
| DOMCharacterData->replaceData() |
| Poprzedni | Spis treści | Następny |
| DOMCharacterData->replaceData() | Początek rozdziału |