Logo ROOT   6.10/09
Reference Guide
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 
23 
TXMLAttribute is the attribute of an Element.
Definition: TXMLAttr.h:18
#define ClassImp(name)
Definition: Rtypes.h:336