ROOT logo
// @(#)root/xmlparser:$Id: TXMLAttr.cxx 20882 2007-11-19 11:31:26Z rdm $
// Author: Jose Lo   12/4/2005

/*************************************************************************
 * Copyright (C) 1995-2005, Rene Brun and Fons Rademakers.               *
 * All rights reserved.                                                  *
 *                                                                       *
 * For the licensing terms see $ROOTSYS/LICENSE.                         *
 * For the list of contributors see $ROOTSYS/README/CREDITS.             *
 *************************************************************************/

//////////////////////////////////////////////////////////////////////////
//                                                                      //
// TXMLAttr                                                             //
//                                                                      //
// TXMLAttribute is the attribute of an Element. It contains the name   //
// and the value of the attribute.                                      //
//                                                                      //
//////////////////////////////////////////////////////////////////////////

#include "TXMLAttr.h"

ClassImp(TXMLAttr);

 TXMLAttr.cxx:1
 TXMLAttr.cxx:2
 TXMLAttr.cxx:3
 TXMLAttr.cxx:4
 TXMLAttr.cxx:5
 TXMLAttr.cxx:6
 TXMLAttr.cxx:7
 TXMLAttr.cxx:8
 TXMLAttr.cxx:9
 TXMLAttr.cxx:10
 TXMLAttr.cxx:11
 TXMLAttr.cxx:12
 TXMLAttr.cxx:13
 TXMLAttr.cxx:14
 TXMLAttr.cxx:15
 TXMLAttr.cxx:16
 TXMLAttr.cxx:17
 TXMLAttr.cxx:18
 TXMLAttr.cxx:19
 TXMLAttr.cxx:20
 TXMLAttr.cxx:21
 TXMLAttr.cxx:22
 TXMLAttr.cxx:23
 TXMLAttr.cxx:24