ROOT
6.06/09
Reference Guide
ROOT Home Page
Main Page
Related Pages
User's Classes
Namespaces
All Classes
Files
Release Notes
File List
File Members
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
ClassImp
ClassImp(TXMLAttr)
TXMLAttr
TXMLAttribute is the attribute of an Element.
Definition:
TXMLAttr.h:20
TXMLAttr.h