#include <arcane/core/Dom.h>
DOM Level 3 operations | |
class | IDOM_Document |
class | DOMImplementation |
Node | adoptNode (const Node &source) const |
void | normalizeDocument () |
Node | renameNode (const Node &node, const DOMString &namespace_uri, const DOMString &name) |
Document (const Node &) | |
Document (DocumentPrv *) | |
DocumentPrv * | _impl () const |
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::Document::Document | ( | ) |
Définition à la ligne 2300 du fichier DomLibXml2.cc.
Arcane::dom::Document::Document | ( | const Node & | node | ) |
Définition à la ligne 1143 du fichier DomLibXml2V2.cc.
Arcane::dom::Document::Document | ( | DocumentPrv * | p | ) |
Définition à la ligne 1139 du fichier DomLibXml2V2.cc.
|
private |
Définition à la ligne 2317 du fichier DomLibXml2.cc.
DOMString Arcane::dom::Document::actualEncoding | ( | ) | const |
Définition à la ligne 2458 du fichier DomLibXml2.cc.
Définition à la ligne 1305 du fichier DomLibXml2V2.cc.
Définition à la ligne 2550 du fichier DomLibXml2.cc.
Définition à la ligne 2394 du fichier DomLibXml2.cc.
Attr Arcane::dom::Document::createAttributeNS | ( | const DOMString & | namespace_uri, |
const DOMString & | qualified_name | ||
) | const |
Définition à la ligne 2434 du fichier DomLibXml2.cc.
CDATASection Arcane::dom::Document::createCDATASection | ( | const DOMString & | data | ) | const |
Définition à la ligne 2378 du fichier DomLibXml2.cc.
Définition à la ligne 2370 du fichier DomLibXml2.cc.
DocumentFragment Arcane::dom::Document::createDocumentFragment | ( | ) | const |
Définition à la ligne 2354 du fichier DomLibXml2.cc.
Définition à la ligne 2346 du fichier DomLibXml2.cc.
Element Arcane::dom::Document::createElementNS | ( | const DOMString & | namespace_uri, |
const DOMString & | qualified_name | ||
) | const |
Définition à la ligne 2426 du fichier DomLibXml2.cc.
EntityReference Arcane::dom::Document::createEntityReference | ( | const DOMString & | name | ) | const |
Définition à la ligne 2402 du fichier DomLibXml2.cc.
ProcessingInstruction Arcane::dom::Document::createProcessingInstruction | ( | const DOMString & | target, |
const DOMString & | data | ||
) | const |
Définition à la ligne 2386 du fichier DomLibXml2.cc.
Définition à la ligne 2362 du fichier DomLibXml2.cc.
DocumentType Arcane::dom::Document::doctype | ( | ) | const |
Définition à la ligne 2323 du fichier DomLibXml2.cc.
Element Arcane::dom::Document::documentElement | ( | ) | const |
Définition à la ligne 2338 du fichier DomLibXml2.cc.
DOMString Arcane::dom::Document::documentURI | ( | ) | const |
Définition à la ligne 2543 du fichier DomLibXml2.cc.
Définition à la ligne 1358 du fichier DomLibXml2V2.cc.
DOMString Arcane::dom::Document::encoding | ( | ) | const |
Définition à la ligne 2473 du fichier DomLibXml2.cc.
Définition à la ligne 1320 du fichier DomLibXml2V2.cc.
Définition à la ligne 2450 du fichier DomLibXml2.cc.
Définition à la ligne 2410 du fichier DomLibXml2.cc.
NodeList Arcane::dom::Document::getElementsByTagNameNS | ( | const DOMString & | namespace_uri, |
const DOMString & | local_name | ||
) | const |
Définition à la ligne 2442 du fichier DomLibXml2.cc.
DOMImplementation Arcane::dom::Document::implementation | ( | ) | const |
Définition à la ligne 2331 du fichier DomLibXml2.cc.
Définition à la ligne 2418 du fichier DomLibXml2.cc.
void Arcane::dom::Document::normalizeDocument | ( | ) |
Définition à la ligne 2558 du fichier DomLibXml2.cc.
Node Arcane::dom::Document::renameNode | ( | const Node & | node, |
const DOMString & | namespace_uri, | ||
const DOMString & | name | ||
) |
Définition à la ligne 2565 du fichier DomLibXml2.cc.
bool Arcane::dom::Document::standalone | ( | ) | const |
Définition à la ligne 2488 du fichier DomLibXml2.cc.
Définition à la ligne 1335 du fichier DomLibXml2V2.cc.
bool Arcane::dom::Document::strictErrorChecking | ( | ) | const |
Définition à la ligne 2503 du fichier DomLibXml2.cc.
Définition à la ligne 1350 du fichier DomLibXml2V2.cc.
DOMString Arcane::Document::version | ( | ) | const |
Définition à la ligne 2518 du fichier DomLibXml2.cc.
|
friend |