ROOT
6.10/00
Reference Guide
ROOT Home Page
Main Page
Tutorials
User's Classes
Namespaces
All Classes
Files
Release Notes
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
io
xmlparser
src
TXMLAttr.cxx
Go to the documentation of this file.
1
// @(#)root/xmlparser:$Id$
2
// Author: Jose Lo 12/4/2005
3
4
/*************************************************************************
5
* Copyright (C) 1995-2005, Rene Brun and Fons Rademakers. *
6
* All rights reserved. *
7
* *
8
* For the licensing terms see $ROOTSYS/LICENSE. *
9
* For the list of contributors see $ROOTSYS/README/CREDITS. *
10
*************************************************************************/
11
12
/**
13
\class TXMLAttr
14
\ingroup IO
15
16
TXMLAttribute is the attribute of an Element. It contains the name
17
and the value of the attribute.
18
*/
19
20
#include "
TXMLAttr.h
"
21
22
ClassImp
(
TXMLAttr
);
23
TXMLAttr
TXMLAttribute is the attribute of an Element.
Definition:
TXMLAttr.h:18
ClassImp
#define ClassImp(name)
Definition:
Rtypes.h:336
TXMLAttr.h