00001 // @(#)root/xmlparser:$Id: TXMLAttr.cxx 20882 2007-11-19 11:31:26Z rdm $ 00002 // Author: Jose Lo 12/4/2005 00003 00004 /************************************************************************* 00005 * Copyright (C) 1995-2005, Rene Brun and Fons Rademakers. * 00006 * All rights reserved. * 00007 * * 00008 * For the licensing terms see $ROOTSYS/LICENSE. * 00009 * For the list of contributors see $ROOTSYS/README/CREDITS. * 00010 *************************************************************************/ 00011 00012 ////////////////////////////////////////////////////////////////////////// 00013 // // 00014 // TXMLAttr // 00015 // // 00016 // TXMLAttribute is the attribute of an Element. It contains the name // 00017 // and the value of the attribute. // 00018 // // 00019 ////////////////////////////////////////////////////////////////////////// 00020 00021 #include "TXMLAttr.h" 00022 00023 ClassImp(TXMLAttr); 00024