|
| CDATASection (CDATASectionPrv *) |
|
Text | splitText (ULong offset) const |
|
bool | isWhiteSpaceInElementContent () const |
|
DOMString | wholeText () const |
|
Text | replaceWholeText (const DOMString &content) const |
|
| Text (const Text &) |
|
| Text (const Node &) |
|
| Text (TextPrv *) |
|
TextPrv * | _impl () const |
|
DOMString | data () const |
|
void | data (const DOMString &) const |
|
ULong | length () const |
|
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 |
|
DOMString | nodeName () const |
|
DOMString | nodeValue () const |
|
void | nodeValue (const DOMString &value) const |
|
UShort | nodeType () const |
|
Node | parentNode () const |
|
NodeList | childNodes () const |
|
Node | firstChild () const |
|
Node | lastChild () const |
|
Node | previousSibling () const |
|
Node | nextSibling () const |
|
NamedNodeMap | attributes () const |
|
Document | ownerDocument () const |
|
Node | insertBefore (const Node &new_child, const Node &ref_child) const |
|
Node | replaceChild (const Node &new_child, const Node &old_child) const |
|
Node | removeChild (const Node &old_child) const |
|
Node | appendChild (const Node &new_child) const |
|
bool | hasChildNodes () const |
|
Node | cloneNode (bool deep) const |
|
DOMString | prefix () const |
|
void | prefix (const DOMString &new_prefix) const |
|
void | normalize () const |
|
bool | isSupported (const DOMString &feature, const DOMString &version) const |
|
DOMString | namespaceURI () const |
|
DOMString | localName () const |
|
DOMString | textContent () const |
|
void | textContent (const DOMString &value) const |
|
DOMString | baseURI () const |
|
bool | isSameNode (const Node &node) const |
|
UShort | compareTreePosition (const Node &other) const |
|
bool | isEqualNode (const Node &other) const |
|
Node | getInterface (const DOMString &feature) const |
|
DOMString | lookupNamespacePrefix (const DOMString &namespace_uri, bool use_default) const |
|
bool | isDefaultNamespace (const DOMString &namespace_uri) const |
|
DOMString | lookupNamespaceURI (const DOMString &prefix) const |
|
DOMObject | setUserData (const DOMString &key, const DOMObject &data, const UserDataHandler &handler) const |
|
DOMObject | getUserData (const DOMString &key) const |
|
void | releaseNode () |
| Détruit le noeud.
|
|
bool | _null () const |
|
| Node (const Node &) |
|
const Node & | operator= (const Node &from) |
|
| Node (NodePrv *) |
|
Définition à la ligne 744 du fichier Dom.h.