Arcane  v3.15.0.0
Documentation utilisateur
Chargement...
Recherche...
Aucune correspondance
Référence de la classe Arcane::dom::Node
+ Graphe d'héritage de Arcane::dom::Node:
+ Graphe de collaboration de Arcane::dom::Node:

Fonctions membres publiques

Attribute nodeName (DOM Level 1)
DOMString nodeName () const
 
Attribute nodeValue (DOM Level 1)
DOMString nodeValue () const
 
void nodeValue (const DOMString &value) const
 
Attribute nodeType (DOM Level 1)
UShort nodeType () const
 
Attribute parentNode (DOM Level 1)
Node parentNode () const
 
Attribute childNodes (DOM Level 1)
NodeList childNodes () const
 
Attribute firstChild() (DOM Level 1)
Node firstChild () const
 
Attribute lastChild() (DOM Level 1)
Node lastChild () const
 
Attribute previousSibling() (DOM Level 1)
Node previousSibling () const
 
Attribute nextSibling() (DOM Level 1)
Node nextSibling () const
 
Attribute attributes() (DOM Level 1)
NamedNodeMap attributes () const
 
Attribute ownerDocument() (DOM Level 2)
Document ownerDocument () const
 
DOM Level 1 operations
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
 
Attribute prefix() (DOM Level 2).
DOMString prefix () const
 
void prefix (const DOMString &new_prefix) const
 
DOM Level 2 operations
void normalize () const
 
bool isSupported (const DOMString &feature, const DOMString &version) const
 
DOMString namespaceURI () const
 
DOMString localName () const
 
Attribute textContent() (DOM Level 3)
DOMString textContent () const
 
void textContent (const DOMString &value) const
 
Attribute baseURI() (DOM Level 3)
DOMString baseURI () const
 

Attributs publics statiques

NodeType

An integer indicating which type of node this is.

Note
Numeric codes up to 200 are reserved to W3C for possible future use.
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.
 
TreePosition

A bitmask indicating the relative tree position of a node with respect to another node.

Issue TreePosition-1: Should we use fewer bits?

Issue TreePosition-2: How does a node compare to itself?

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.
 

DOM Level 3 operations

class IDOM_Node
 
class IDOM_Document
 
class Attr
 
class Element
 
class Document
 
class DOMImplementation
 
class NamedNodeMap
 
class CharacterData
 
class Text
 
class DOMWriter
 
bool operator== (const Node &n1, const Node &n2)
 
NodePrv * toNodePrv (const Node &node)
 
NodePrv * m_p
 Implémentation de la classe.
 
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 Nodeoperator= (const Node &from)
 
 Node (NodePrv *)
 
void _assign (const Node &)
 
void _checkValid () const
 
NodePrv * _impl () const
 

Description détaillée

Définition à la ligne 204 du fichier Dom.h.

Documentation des constructeurs et destructeur

◆ Node() [1/3]

Arcane::dom::Node::Node ( )

Définition à la ligne 740 du fichier DomLibXml2V2.cc.

◆ Node() [2/3]

Arcane::dom::Node::Node ( const Node from)

Définition à la ligne 749 du fichier DomLibXml2V2.cc.

◆ ~Node()

Arcane::dom::Node::~Node ( )
virtual

Définition à la ligne 1912 du fichier DomLibXml2.cc.

◆ Node() [3/3]

Arcane::dom::Node::Node ( NodePrv *  p)

Définition à la ligne 744 du fichier DomLibXml2V2.cc.

Documentation des fonctions membres

◆ _assign()

void Arcane::dom::Node::_assign ( const Node node)
protected

Définition à la ligne 2026 du fichier DomLibXml2.cc.

◆ _checkValid()

void Arcane::dom::Node::_checkValid ( ) const
protected

Définition à la ligne 1921 du fichier DomLibXml2.cc.

◆ _impl()

NodePrv * Arcane::dom::Node::_impl ( ) const
protected

Définition à la ligne 1928 du fichier DomLibXml2.cc.

◆ _null()

bool Arcane::dom::Node::_null ( ) const

Définition à la ligne 1915 du fichier DomLibXml2.cc.

◆ appendChild()

Node Arcane::dom::Node::appendChild ( const Node new_child) const

Définition à la ligne 2057 du fichier DomLibXml2.cc.

◆ attributes()

NamedNodeMap Arcane::dom::Node::attributes ( ) const

Définition à la ligne 1995 du fichier DomLibXml2.cc.

◆ baseURI()

DOMString Arcane::dom::Node::baseURI ( ) const

Définition à la ligne 2122 du fichier DomLibXml2.cc.

◆ childNodes()

NodeList Arcane::dom::Node::childNodes ( ) const

Définition à la ligne 1980 du fichier DomLibXml2.cc.

◆ cloneNode()

Node Arcane::dom::Node::cloneNode ( bool  deep) const

Définition à la ligne 2072 du fichier DomLibXml2.cc.

◆ compareTreePosition()

UShort Arcane::Node::compareTreePosition ( const Node other) const

Définition à la ligne 2151 du fichier DomLibXml2.cc.

◆ firstChild()

Node Arcane::dom::Node::firstChild ( ) const

Définition à la ligne 1941 du fichier DomLibXml2.cc.

◆ getInterface()

Node Arcane::Node::getInterface ( const DOMString feature) const

Définition à la ligne 2159 du fichier DomLibXml2.cc.

◆ getUserData()

DOMObject Arcane::dom::Node::getUserData ( const DOMString key) const

Définition à la ligne 2208 du fichier DomLibXml2.cc.

◆ hasChildNodes()

bool Arcane::dom::Node::hasChildNodes ( ) const

Définition à la ligne 2065 du fichier DomLibXml2.cc.

◆ insertBefore()

Node Arcane::dom::Node::insertBefore ( const Node new_child,
const Node ref_child 
) const

Définition à la ligne 2032 du fichier DomLibXml2.cc.

◆ isDefaultNamespace()

bool Arcane::dom::Node::isDefaultNamespace ( const DOMString namespace_uri) const

Définition à la ligne 2173 du fichier DomLibXml2.cc.

◆ isEqualNode()

bool Arcane::dom::Node::isEqualNode ( const Node other) const

Définition à la ligne 2167 du fichier DomLibXml2.cc.

◆ isSameNode()

bool Arcane::dom::Node::isSameNode ( const Node node) const

Définition à la ligne 2144 du fichier DomLibXml2.cc.

◆ isSupported()

bool Arcane::dom::Node::isSupported ( const DOMString feature,
const DOMString version 
) const

Définition à la ligne 2101 du fichier DomLibXml2.cc.

◆ lastChild()

Node Arcane::dom::Node::lastChild ( ) const

Définition à la ligne 1949 du fichier DomLibXml2.cc.

◆ localName()

DOMString Arcane::dom::Node::localName ( ) const

Définition à la ligne 2115 du fichier DomLibXml2.cc.

◆ lookupNamespacePrefix()

DOMString Arcane::Node::lookupNamespacePrefix ( const DOMString namespace_uri,
bool  use_default 
) const

Définition à la ligne 2181 du fichier DomLibXml2.cc.

◆ lookupNamespaceURI()

DOMString Arcane::dom::Node::lookupNamespaceURI ( const DOMString prefix) const

Définition à la ligne 2190 du fichier DomLibXml2.cc.

◆ namespaceURI()

DOMString Arcane::dom::Node::namespaceURI ( ) const

Définition à la ligne 2108 du fichier DomLibXml2.cc.

◆ nextSibling()

Node Arcane::dom::Node::nextSibling ( ) const

Définition à la ligne 1965 du fichier DomLibXml2.cc.

◆ nodeName()

DOMString Arcane::dom::Node::nodeName ( ) const

Définition à la ligne 1988 du fichier DomLibXml2.cc.

◆ nodeType()

UShort Arcane::dom::Node::nodeType ( ) const

Définition à la ligne 1934 du fichier DomLibXml2.cc.

◆ nodeValue() [1/2]

DOMString Arcane::dom::Node::nodeValue ( ) const

Définition à la ligne 2012 du fichier DomLibXml2.cc.

◆ nodeValue() [2/2]

void Arcane::dom::Node::nodeValue ( const DOMString value) const

Définition à la ligne 859 du fichier DomLibXml2V2.cc.

◆ normalize()

void Arcane::dom::Node::normalize ( ) const

Définition à la ligne 2094 du fichier DomLibXml2.cc.

◆ operator=()

const Node & Arcane::dom::Node::operator= ( const Node from)

Définition à la ligne 1905 du fichier DomLibXml2.cc.

◆ ownerDocument()

Document Arcane::dom::Node::ownerDocument ( ) const

Définition à la ligne 2004 du fichier DomLibXml2.cc.

◆ parentNode()

Node Arcane::dom::Node::parentNode ( ) const

Définition à la ligne 1972 du fichier DomLibXml2.cc.

◆ prefix() [1/2]

DOMString Arcane::dom::Node::prefix ( ) const

Définition à la ligne 2080 du fichier DomLibXml2.cc.

◆ prefix() [2/2]

void Arcane::dom::Node::prefix ( const DOMString new_prefix) const

Définition à la ligne 2087 du fichier DomLibXml2.cc.

◆ previousSibling()

Node Arcane::dom::Node::previousSibling ( ) const

Définition à la ligne 1957 du fichier DomLibXml2.cc.

◆ releaseNode()

void Arcane::dom::Node::releaseNode ( )

Détruit le noeud.

Le noeud ne doit pas appartenir à un document.

Le noeud ne doit plus être utilisé par la suite.

Cette méthode ne fait pas partie du DOM mais est nécessaire pour certaines implémentation pour supprimer la mémoire associée à un noeud.

Définition à la ligne 1037 du fichier DomLibXml2V2.cc.

Références m_p.

◆ removeChild()

Node Arcane::dom::Node::removeChild ( const Node old_child) const

Définition à la ligne 2049 du fichier DomLibXml2.cc.

◆ replaceChild()

Node Arcane::dom::Node::replaceChild ( const Node new_child,
const Node old_child 
) const

Définition à la ligne 2041 du fichier DomLibXml2.cc.

◆ setUserData()

DOMObject Arcane::dom::Node::setUserData ( const DOMString key,
const DOMObject &  data,
const UserDataHandler handler 
) const

Définition à la ligne 2198 du fichier DomLibXml2.cc.

◆ textContent() [1/2]

DOMString Arcane::dom::Node::textContent ( ) const

Définition à la ligne 2129 du fichier DomLibXml2.cc.

◆ textContent() [2/2]

void Arcane::dom::Node::textContent ( const DOMString value) const

Définition à la ligne 2136 du fichier DomLibXml2.cc.

Documentation des fonctions amies et associées

◆ Attr

friend class Attr
friend

Définition à la ligne 401 du fichier Dom.h.

◆ CharacterData

friend class CharacterData
friend

Définition à la ligne 406 du fichier Dom.h.

◆ Document

friend class Document
friend

Définition à la ligne 403 du fichier Dom.h.

◆ DOMImplementation

friend class DOMImplementation
friend

Définition à la ligne 404 du fichier Dom.h.

◆ DOMWriter

friend class DOMWriter
friend

Définition à la ligne 408 du fichier Dom.h.

◆ Element

friend class Element
friend

Définition à la ligne 402 du fichier Dom.h.

◆ IDOM_Document

friend class IDOM_Document
friend

Définition à la ligne 400 du fichier Dom.h.

◆ IDOM_Node

friend class IDOM_Node
friend

Définition à la ligne 399 du fichier Dom.h.

◆ NamedNodeMap

friend class NamedNodeMap
friend

Définition à la ligne 405 du fichier Dom.h.

◆ operator==

bool operator== ( const Node n1,
const Node n2 
)
friend

Définition à la ligne 1045 du fichier DomLibXml2V2.cc.

◆ Text

friend class Text
friend

Définition à la ligne 407 du fichier Dom.h.

◆ toNodePrv

NodePrv * toNodePrv ( const Node node)
friend

Définition à la ligne 151 du fichier DomLibXml2V2.cc.

Documentation des données membres

◆ ATTRIBUTE_NODE

const UShort Arcane::dom::Node::ATTRIBUTE_NODE = 2
static

The node is an Attr.

Définition à la ligne 216 du fichier Dom.h.

Référencé par Arcane::XmlNode::xpathFullName().

◆ CDATA_SECTION_NODE

const UShort Arcane::dom::Node::CDATA_SECTION_NODE = 4
static

The node is a CDATASection.

Définition à la ligne 220 du fichier Dom.h.

◆ COMMENT_NODE

const UShort Arcane::dom::Node::COMMENT_NODE = 8
static

The node is a Comment.

Définition à la ligne 228 du fichier Dom.h.

◆ DOCUMENT_FRAGMENT_NODE

const UShort Arcane::dom::Node::DOCUMENT_FRAGMENT_NODE = 11
static

The node is a DocumentFragment.

Définition à la ligne 234 du fichier Dom.h.

◆ DOCUMENT_NODE

const UShort Arcane::dom::Node::DOCUMENT_NODE = 9
static

The node is a Document.

Définition à la ligne 230 du fichier Dom.h.

◆ DOCUMENT_TYPE_NODE

const UShort Arcane::dom::Node::DOCUMENT_TYPE_NODE = 10
static

The node is a DocumentType.

Définition à la ligne 232 du fichier Dom.h.

◆ ELEMENT_NODE

const UShort Arcane::dom::Node::ELEMENT_NODE = 1
static

The node is an Element.

Définition à la ligne 214 du fichier Dom.h.

Référencé par Arcane::XmlNode::setValue(), et Arcane::XmlNode::xpathFullName().

◆ ENTITY_NODE

const UShort Arcane::dom::Node::ENTITY_NODE = 6
static

The node is an Entity.

Définition à la ligne 224 du fichier Dom.h.

◆ ENTITY_REFERENCE_NODE

const UShort Arcane::dom::Node::ENTITY_REFERENCE_NODE = 5
static

The node is an EntityReference.

Définition à la ligne 222 du fichier Dom.h.

◆ m_p

NodePrv* Arcane::dom::Node::m_p
protected

Implémentation de la classe.

Définition à la ligne 413 du fichier Dom.h.

Référencé par releaseNode().

◆ NOTATION_NODE

const UShort Arcane::dom::Node::NOTATION_NODE = 12
static

The node is a Notation.

Définition à la ligne 236 du fichier Dom.h.

◆ PROCESSING_INSTRUCTION_NODE

const UShort Arcane::dom::Node::PROCESSING_INSTRUCTION_NODE = 7
static

The node is a ProcessingInstruction.

Définition à la ligne 226 du fichier Dom.h.

◆ TEXT_NODE

const UShort Arcane::dom::Node::TEXT_NODE = 3
static

The node is a Text node.

Définition à la ligne 218 du fichier Dom.h.

◆ TREE_POSITION_ANCESTOR

const UShort Arcane::dom::Node::TREE_POSITION_ANCESTOR = 0x04
static

The node is an ancestor of the reference node.

Définition à la ligne 338 du fichier Dom.h.

◆ TREE_POSITION_DESCENDANT

const UShort Arcane::dom::Node::TREE_POSITION_DESCENDANT = 0x08
static

The node is a descendant of the reference node.

Définition à la ligne 340 du fichier Dom.h.

◆ TREE_POSITION_DISCONNECTED

const UShort Arcane::dom::Node::TREE_POSITION_DISCONNECTED = 0x00
static

The two nodes are disconnected, they do not have any common ancestor.

Définition à la ligne 351 du fichier Dom.h.

◆ TREE_POSITION_EXACT_SAME

const UShort Arcane::dom::Node::TREE_POSITION_EXACT_SAME = 0x20
static

The two nodes have the exact same position. This is never the case of two attributes, even when they have the same ownerElement. Two nodes that have the exact same position have the same position, though the reverse may not be true.

Définition à la ligne 349 du fichier Dom.h.

◆ TREE_POSITION_FOLLOWING

const UShort Arcane::dom::Node::TREE_POSITION_FOLLOWING = 0x02
static

The node follows the reference node.

Définition à la ligne 336 du fichier Dom.h.

◆ TREE_POSITION_PRECEDING

const UShort Arcane::dom::Node::TREE_POSITION_PRECEDING = 0x01
static

The node precedes the reference node.

Définition à la ligne 334 du fichier Dom.h.

◆ TREE_POSITION_SAME

const UShort Arcane::dom::Node::TREE_POSITION_SAME = 0x10
static

The two nodes have the same position. This is the case of two attributes that have the same ownerElement()

Définition à la ligne 343 du fichier Dom.h.


La documentation de cette classe a été générée à partir des fichiers suivants :