Arcane
v4.1.0.0
Documentation utilisateur
Chargement...
Recherche...
Aucune correspondance
XmlNodeList.h
1
// -*- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature -*-
2
//-----------------------------------------------------------------------------
3
// Copyright 2000-2025 CEA (www.cea.fr) IFPEN (www.ifpenergiesnouvelles.com)
4
// See the top-level COPYRIGHT file for details.
5
// SPDX-License-Identifier: Apache-2.0
6
//-----------------------------------------------------------------------------
7
/*---------------------------------------------------------------------------*/
8
/* XmlNodeList.h (C) 2000-2025 */
9
/* */
10
/* Liste de noeuds d'un arbre DOM. */
11
/*---------------------------------------------------------------------------*/
12
#ifndef ARCANE_CORE_XMLNODELIST_H
13
#define ARCANE_CORE_XMLNODELIST_H
14
/*---------------------------------------------------------------------------*/
15
/*---------------------------------------------------------------------------*/
16
17
#include "arcane/utils/Array.h"
18
19
#include "arcane/core/XmlNode.h"
20
21
/*---------------------------------------------------------------------------*/
22
/*---------------------------------------------------------------------------*/
23
24
namespace
Arcane
25
{
26
27
/*---------------------------------------------------------------------------*/
28
/*---------------------------------------------------------------------------*/
29
/*!
30
* \ingroup Xml
31
* \brief Liste de noeuds d'un arbre DOM.
32
*/
33
class
XmlNodeList
34
:
public
SharedArray<XmlNode>
35
{
36
typedef
SharedArray<XmlNode> BaseClass;
37
38
public
:
39
40
Integer
size()
const
{
return
BaseClass::size(); }
41
XmlNode
node(
Integer
i)
const
{
return
this->operator[](i); }
42
};
43
44
/*---------------------------------------------------------------------------*/
45
/*---------------------------------------------------------------------------*/
46
47
}
// namespace Arcane
48
49
/*---------------------------------------------------------------------------*/
50
/*---------------------------------------------------------------------------*/
51
52
#endif
Arcane::XmlNodeList
Liste de noeuds d'un arbre DOM.
Definition
XmlNodeList.h:35
Arcane::XmlNode
Noeud d'un arbre DOM.
Definition
XmlNode.h:51
Arcane
-*- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature -*-
Definition
AbstractCaseDocumentVisitor.cc:20
Arcane::Integer
Int32 Integer
Type représentant un entier.
Definition
ArccoreGlobal.h:240
arcane
core
XmlNodeList.h
Généré le Lundi 3 Novembre 2025 03:14:08 pour Arcane par
1.13.2