Membres hérités additionnels | |
Attributs publics statiques hérités de Arcane::dom::Node | |
static const UShort | ELEMENT_NODE = 1 |
The node is an Element. | |
static const UShort | ATTRIBUTE_NODE = 2 |
The node is an Attr. | |
static const UShort | TEXT_NODE = 3 |
The node is a Text node. | |
static const UShort | CDATA_SECTION_NODE = 4 |
The node is a CDATASection. | |
static const UShort | ENTITY_REFERENCE_NODE = 5 |
The node is an EntityReference. | |
static const UShort | ENTITY_NODE = 6 |
The node is an Entity. | |
static const UShort | PROCESSING_INSTRUCTION_NODE = 7 |
The node is a ProcessingInstruction. | |
static const UShort | COMMENT_NODE = 8 |
The node is a Comment. | |
static const UShort | DOCUMENT_NODE = 9 |
The node is a Document. | |
static const UShort | DOCUMENT_TYPE_NODE = 10 |
The node is a DocumentType. | |
static const UShort | DOCUMENT_FRAGMENT_NODE = 11 |
The node is a DocumentFragment. | |
static const UShort | NOTATION_NODE = 12 |
The node is a Notation. | |
static const UShort | TREE_POSITION_PRECEDING = 0x01 |
The node precedes the reference node. | |
static const UShort | TREE_POSITION_FOLLOWING = 0x02 |
The node follows the reference node. | |
static const UShort | TREE_POSITION_ANCESTOR = 0x04 |
The node is an ancestor of the reference node. | |
static const UShort | TREE_POSITION_DESCENDANT = 0x08 |
The node is a descendant of the reference node. | |
static const UShort | TREE_POSITION_SAME = 0x10 |
static const UShort | TREE_POSITION_EXACT_SAME = 0x20 |
static const UShort | TREE_POSITION_DISCONNECTED = 0x00 |
The two nodes are disconnected, they do not have any common ancestor. | |
Fonctions membres protégées hérités de Arcane::dom::Node | |
void | _assign (const Node &) |
void | _checkValid () const |
NodePrv * | _impl () const |
Attributs protégés hérités de Arcane::dom::Node | |
NodePrv * | m_p |
Implémentation de la classe. | |
Arcane::dom::Element::Element | ( | ) |
Définition à la ligne 2804 du fichier DomLibXml2.cc.
Arcane::dom::Element::Element | ( | const Element & | node | ) |
Définition à la ligne 1636 du fichier DomLibXml2V2.cc.
Arcane::dom::Element::Element | ( | const Node & | node | ) |
Définition à la ligne 1628 du fichier DomLibXml2V2.cc.
|
private |
Définition à la ligne 1624 du fichier DomLibXml2V2.cc.
|
private |
Définition à la ligne 2828 du fichier DomLibXml2.cc.
Définition à la ligne 2842 du fichier DomLibXml2.cc.
Définition à la ligne 2866 du fichier DomLibXml2.cc.
Attr Arcane::dom::Element::getAttributeNodeNS | ( | const DOMString & | namespace_uri, |
const DOMString & | local_name | ||
) | const |
Définition à la ligne 2927 du fichier DomLibXml2.cc.
DOMString Arcane::dom::Element::getAttributeNS | ( | const DOMString & | namespace_uri, |
const DOMString & | local_name | ||
) | const |
Définition à la ligne 2902 du fichier DomLibXml2.cc.
Définition à la ligne 2893 du fichier DomLibXml2.cc.
NodeList Arcane::dom::Element::getElementsByTagNameNS | ( | const DOMString & | namespace_uri, |
const DOMString & | local_name | ||
) | const |
Définition à la ligne 2946 du fichier DomLibXml2.cc.
Définition à la ligne 2955 du fichier DomLibXml2.cc.
bool Arcane::dom::Element::hasAttributeNS | ( | const DOMString & | namespace_uri, |
const DOMString & | local_name | ||
) | const |
Définition à la ligne 2963 du fichier DomLibXml2.cc.
Définition à la ligne 2858 du fichier DomLibXml2.cc.
Définition à la ligne 2884 du fichier DomLibXml2.cc.
void Arcane::dom::Element::removeAttributeNS | ( | const DOMString & | namespace_uri, |
const DOMString & | local_name | ||
) | const |
Définition à la ligne 2919 du fichier DomLibXml2.cc.
Définition à la ligne 2850 du fichier DomLibXml2.cc.
Définition à la ligne 2875 du fichier DomLibXml2.cc.
Définition à la ligne 2936 du fichier DomLibXml2.cc.
void Arcane::dom::Element::setAttributeNS | ( | const DOMString & | namespace_uri, |
const DOMString & | qualified_name, | ||
const DOMString & | value | ||
) | const |
Définition à la ligne 2910 du fichier DomLibXml2.cc.
DOMString Arcane::dom::Element::tagName | ( | ) | const |
Définition à la ligne 2834 du fichier DomLibXml2.cc.
GenericDocument with UTF8 encoding.