ZVON > References > DOM2 Reference |
Intro / Search / ZVON |
DOM2 reference > Core: CharacterData > deleteData | [Go to standard] [Glossary] [Help] |
unsigned offset | - | The offset from which to removing. |
unsigned count | - | The number of 16-bit units to delete. If the sum of offset and count exceeds length then all 16-bit units from offset to the end of the data are deleted. |