API Joomla 1.5.26
Documentation des API du CMS Joomla en version 1.5
|
DOMIT_CharacterData::appendData | ( | $ | arg | ) |
DOMIT_CharacterData::deleteData | ( | $ | offset, |
$ | count | ||
) |
Deletes a subset of the current node text
int | The starting point of the deletion |
int | The length of the deletion |
Références $count, $data, getData(), getLength(), DOMIT_DOMException::raiseException(), et setData().
DOMIT_CharacterData::DOMIT_CharacterData | ( | ) |
Prevents direct instantiation of DOMIT_CharacterData class
Références DOMIT_DOMException::raiseException().
DOMIT_CharacterData::getData | ( | ) |
Gets the node value of the current text node
Référencé par appendData(), deleteData(), insertData(), replaceData(), DOMIT_TextNode::splitText(), et substringData().
DOMIT_CharacterData::getLength | ( | ) |
Gets the length of the text in the current node
Référencé par deleteData(), insertData(), replaceData(), DOMIT_TextNode::splitText(), et substringData().
DOMIT_CharacterData::insertData | ( | $ | offset, |
$ | arg | ||
) |
Inserts text at the sepecified offset
int | The insertion point |
string | The text to be inserted |
Références $data, getData(), getLength(), DOMIT_DOMException::raiseException(), et setData().
DOMIT_CharacterData::replaceData | ( | $ | offset, |
$ | count, | ||
$ | arg | ||
) |
Replaces a subset of the current node text with the specified text
int | The starting point of the replacement |
int | The length of the replacement |
string | The replacement text |
Références $count, $data, getData(), getLength(), DOMIT_DOMException::raiseException(), et setData().
DOMIT_CharacterData::setData | ( | $ | data | ) |
Sets the text contained in the current node to $data.
string | The text data of the node |
Références $data.
Référencé par appendData(), deleteData(), insertData(), et replaceData().
DOMIT_CharacterData::substringData | ( | $ | offset, |
$ | count | ||
) |
Gets a subset of the current node text
int | The starting point of the substring |
int | The length of the substring |
Références $count, $data, getData(), getLength(), et DOMIT_DOMException::raiseException().