DOM Level 1 operations | |
DOMString | substringData (ULong offset, ULong count) const |
void | appendData (const DOMString &arg) const |
void | insertData (ULong offset, const DOMString &arg) const |
void | deleteData (ULong offset, ULong count) const |
void | replaceData (ULong offset, ULong count, const DOMString &arg) const |
CharacterData (const Node &from) | |
CharacterData (const CharacterData &from) | |
CharacterData (CharacterDataPrv *) | |
CharacterDataPrv * | _impl () const |
|
protected |
Définition à la ligne 2237 du fichier DomLibXml2.cc.
Définition à la ligne 1074 du fichier DomLibXml2V2.cc.
|
protected |
Définition à la ligne 1068 du fichier DomLibXml2V2.cc.
|
protected |
Définition à la ligne 1058 du fichier DomLibXml2V2.cc.
|
protected |
Définition à la ligne 2256 du fichier DomLibXml2.cc.
Définition à la ligne 2699 du fichier DomLibXml2.cc.
DOMString Arcane::dom::CharacterData::data | ( | ) | const |
Définition à la ligne 2671 du fichier DomLibXml2.cc.
Définition à la ligne 1494 du fichier DomLibXml2V2.cc.
Définition à la ligne 2713 du fichier DomLibXml2.cc.
Définition à la ligne 2706 du fichier DomLibXml2.cc.
ULong Arcane::dom::CharacterData::length | ( | ) | const |
Définition à la ligne 2685 du fichier DomLibXml2.cc.
void Arcane::dom::CharacterData::replaceData | ( | ULong | offset, |
ULong | count, | ||
const DOMString & | arg | ||
) | const |
Définition à la ligne 2720 du fichier DomLibXml2.cc.
Définition à la ligne 2692 du fichier DomLibXml2.cc.