|
| LIBXML2_Element (LIBXML2_Document *aDocument) |
|
| LIBXML2_IMPL_NODETYPE (ELEMENT) |
|
LIBXML2_NamedNodeMap * | attributes () |
|
LIBXML2_Node * | shallowCloneNode (LIBXML2_Document *aDoc) |
|
String | tagName () |
|
String | getAttribute (const String &name) |
|
void | setAttribute (const String &name, const String &value) |
|
void | removeAttribute (const String &name) |
|
LIBXML2_Attr * | getAttributeNode (const String &name) |
|
LIBXML2_Attr * | setAttributeNode (LIBXML2_Attr *newAttr) |
|
LIBXML2_Attr * | removeAttributeNode (LIBXML2_Attr *oldAttr) |
|
LIBXML2_NodeList * | getElementsByTagName (const String &name) |
|
String | getAttributeNS (const String &namespaceURI, const String &localname) |
|
void | setAttributeNS (const String &namespaceURI, const String &qualifiedname, const String &value) |
|
void | removeAttributeNS (const String &namespaceURI, const String &localname) |
|
LIBXML2_Attr * | getAttributeNodeNS (const String &namespaceURI, const String &localname) |
|
LIBXML2_Attr * | setAttributeNodeNS (LIBXML2_Attr *newAttr) |
|
LIBXML2_NodeList * | getElementsByTagNameNS (const String &namespaceURI, const String &localname) |
|
bool | hasAttribute (const String &name) |
|
bool | hasAttributeNS (const String &namespaceURI, const String &localname) |
|
bool | hasAttributes () |
|
LIBXML2_Element * | searchForElementById (const String &elementId) |
|
| LIBXML2_Node (LIBXML2_Document *aDocument) |
|
String | nodeName () |
|
String | nodeValue () |
|
void | nodeValue (const String &attr) |
|
virtual UInt16 | nodeType () |
|
LIBXML2_Node * | parentNode () |
|
LIBXML2_NodeList * | childNodes () |
|
LIBXML2_Node * | firstChild () |
|
LIBXML2_Node * | lastChild () |
|
LIBXML2_Node * | previousSibling () |
|
LIBXML2_Node * | nextSibling () |
|
LIBXML2_NamedNodeMap * | attributes () |
|
LIBXML2_Document * | ownerDocument () |
|
LIBXML2_Node * | insertBefore (LIBXML2_Node *newChild, LIBXML2_Node *refChild) |
|
LIBXML2_Node * | insertBeforePrivate (LIBXML2_Node *newChild, LIBXML2_Node *refChild) |
|
LIBXML2_Node * | replaceChild (LIBXML2_Node *newChild, LIBXML2_Node *oldChild) |
|
LIBXML2_Node * | removeChild (LIBXML2_Node *oldChild) |
|
LIBXML2_Node * | removeChildPrivate (LIBXML2_Node *oldChild) |
|
LIBXML2_Node * | appendChild (LIBXML2_Node *newChild) |
|
bool | hasChildNodes () |
|
virtual LIBXML2_Node * | cloneNode (bool deep) |
|
LIBXML2_Node * | cloneNodePrivate (LIBXML2_Document *aDoc, bool deep) |
|
void | normalize () |
|
bool | isSupported (const String &feature, const String &version) |
|
String | namespaceURI () |
|
String | prefix () |
|
void | prefix (const String &attr) |
|
String | localName () |
|
bool | hasAttributes () |
|
void | updateDocumentAncestorStatus (bool aStatus) |
|
void | recursivelyChangeDocument (LIBXML2_Document *aNewDocument) |
|
LIBXML2_Element * | searchForElementById (const String &elementId) |
|
void | add_ref () |
|
void | release_ref () |
|
Définition à la ligne 564 du fichier DomLibXml2.cc.