library: libXMLParser
#include "TXMLAttr.h"

TXMLAttr


class description - source file - inheritance tree (.pdf)

class TXMLAttr : public TObject

Inheritance Chart:
TObject
<-
TXMLAttr

    public:
TXMLAttr(const char* key, const char* value) TXMLAttr(const TXMLAttr&) virtual ~TXMLAttr() static TClass* Class() virtual const char* GetName() const const char* GetValue() const virtual TClass* IsA() const const char* Key() const virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members

    private:
const char* fKey XML attribute key const char* fValue XML attribute value

Class Description

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




Inline Functions


               void ~TXMLAttr()
           TXMLAttr TXMLAttr(const char* key, const char* value)
        const char* GetName() const
        const char* Key() const
        const char* GetValue() const
            TClass* Class()
            TClass* IsA() const
               void ShowMembers(TMemberInspector& insp, char* parent)
               void Streamer(TBuffer& b)
               void StreamerNVirtual(TBuffer& b)
           TXMLAttr TXMLAttr(const TXMLAttr&)


Author: Jose Lo 12/4/2005
Last update: root/xmlparser:$Name: $:$Id: TXMLAttr.cxx,v 1.1 2005/05/11 13:19:50 rdm Exp $
Copyright (C) 1995-2005, Rene Brun and Fons Rademakers. *


ROOT page - Class index - Class Hierarchy - Top of the page

This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.