20module
com { module sun { module star { module xml { module dom {
encapsulates the details of an XML parse error or warning.
Definition DOMException.idl:28
Definition XCharacterData.idl:23
void insertData([in] long offset, [in] string arg)
Insert a string at the specified 16-bit unit offset.
void setData([in] string data)
Set the character data of the node that implements this interface.
void deleteData([in] long offset, [in] long count)
Remove a range of 16-bit units from the node.
long getLength()
The number of 16-bit units that are available through data and the substringData method below.
void replaceData([in] long offset, [in] long count, [in] string arg)
Replace the characters starting at the specified 16-bit unit offset with the specified string.
string subStringData([in] long offset, [in] long count)
Extracts a range of data from the node.
string getData()
Return the character data of the node that implements this interface.
void appendData([in] string arg)
Append the string to the end of the character data of the node.
The primary dom datatype.
Definition XNode.idl:61
Definition Ambiguous.idl:20