source: XMLIO_V2/dev/dev_rv/src4/xmlio/xml/xml_node.cpp @ 215

Last change on this file since 215 was 215, checked in by hozdoba, 13 years ago
File size: 659 bytes
Line 
1/* ************************************************************************** *
2 *      Copyright © IPSL/LSCE, XMLIOServer, Avril 2010 - Octobre 2011         *
3 * ************************************************************************** */
4
5/**
6 * \file    xml_node.cpp
7 * \brief   Manipulation des noeuds dans l'arborescence des documents xml (implémentation).
8 * \author  Hervé Ozdoba
9 * \version 0.4
10 * \date    12 Juin 2011
11 */
12
13// XMLIOServer headers
14#include "xml_parser.hpp"
15
16// /////////////////////////////// Définitions ////////////////////////////// //
17
18namespace xmlioserver {
19namespace xml {
20
21
22
23} // namespace xml
24} // namespace xmlioserver
Note: See TracBrowser for help on using the repository browser.