Logo ROOT   6.10/09
Reference Guide
List of all members | Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | Static Protected Attributes | List of all members
TXMLSetup Class Reference

Definition at line 83 of file TXMLSetup.h.

Public Types

enum  EXMLLayout { kSpecialized = 2, kGeneralized = 3 }
 

Public Member Functions

 TXMLSetup ()
 defaule constructor of TXMLSetup class More...
 
 TXMLSetup (const char *opt)
 contsruct TXMLSetup object getting values from string More...
 
 TXMLSetup (const TXMLSetup &src)
 copy sonstructor of TXMLSetup class More...
 
virtual ~TXMLSetup ()
 TXMLSetup class destructor. More...
 
Int_t GetNextRefCounter ()
 
TString GetSetupAsString ()
 return setup values as string More...
 
EXMLLayout GetXmlLayout () const
 
Bool_t IsStoreStreamerInfos () const
 
Bool_t IsUseDtd () const
 
Bool_t IsUseNamespaces () const
 
void PrintSetup ()
 show setup values More...
 
virtual void SetStoreStreamerInfos (Bool_t iConvert=kTRUE)
 
virtual void SetUsedDtd (Bool_t use=kTRUE)
 
virtual void SetUseNamespaces (Bool_t iUseNamespaces=kTRUE)
 
virtual void SetXmlLayout (EXMLLayout layout)
 
const char * XmlClassNameSpaceRef (const TClass *cl)
 produce string which used as reference in class namespace definition More...
 
const char * XmlConvertClassName (const char *name)
 convert class name to exclude any special symbols like ':', '<' '>' ',' and spaces More...
 
const char * XmlGetElementName (const TStreamerElement *el)
 return converted name for TStreamerElement More...
 

Static Public Member Functions

static TString DefaultXmlSetup ()
 return default value for XML setup More...
 
static void SetNameSpaceBase (const char *namespacebase)
 set namespace base More...
 

Protected Member Functions

Int_t AtoI (const char *sbuf, Int_t def=0, const char *errinfo=0)
 converts string to integer. More...
 
const char * GetElItemName (TStreamerElement *el)
 get item name for given element More...
 
Bool_t IsValidXmlSetup (const char *setupstr)
 checks if string is valid setup More...
 
Bool_t ReadSetupFromStr (const char *setupstr)
 get values from string More...
 
TClassXmlDefineClass (const char *xmlClassName)
 define class for the converted class name, where special symbols were replaced by '_' More...
 

Protected Attributes

Int_t fRefCounter
 
Bool_t fStoreStreamerInfos
 
TString fStrBuf
 counter , used to build id of xml references More...
 
Bool_t fUseDtd
 
Bool_t fUseNamespaces
 
EXMLLayout fXmlLayout
 

Static Protected Attributes

static TString fgNameSpaceBase = "http://root.cern.ch/root/htmldoc/"
 buffer, used in XmlDefineClass() function More...
 

#include <TXMLSetup.h>

Inheritance diagram for TXMLSetup:
[legend]

Member Enumeration Documentation

◆ EXMLLayout

Enumerator
kSpecialized 
kGeneralized 

Definition at line 85 of file TXMLSetup.h.

Constructor & Destructor Documentation

◆ TXMLSetup() [1/3]

TXMLSetup::TXMLSetup ( )

defaule constructor of TXMLSetup class

Definition at line 119 of file TXMLSetup.cxx.

◆ TXMLSetup() [2/3]

TXMLSetup::TXMLSetup ( const char *  opt)

contsruct TXMLSetup object getting values from string

Definition at line 131 of file TXMLSetup.cxx.

◆ TXMLSetup() [3/3]

TXMLSetup::TXMLSetup ( const TXMLSetup src)

copy sonstructor of TXMLSetup class

Definition at line 144 of file TXMLSetup.cxx.

◆ ~TXMLSetup()

TXMLSetup::~TXMLSetup ( )
virtual

TXMLSetup class destructor.

Definition at line 156 of file TXMLSetup.cxx.

Member Function Documentation

◆ AtoI()

Int_t TXMLSetup::AtoI ( const char *  sbuf,
Int_t  def = 0,
const char *  errinfo = 0 
)
protected

converts string to integer.

if error, returns default value

Definition at line 287 of file TXMLSetup.cxx.

◆ DefaultXmlSetup()

TString TXMLSetup::DefaultXmlSetup ( )
static

return default value for XML setup

Definition at line 103 of file TXMLSetup.cxx.

◆ GetElItemName()

const char * TXMLSetup::GetElItemName ( TStreamerElement el)
protected

get item name for given element

Definition at line 258 of file TXMLSetup.cxx.

◆ GetNextRefCounter()

Int_t TXMLSetup::GetNextRefCounter ( )
inline

Definition at line 111 of file TXMLSetup.h.

◆ GetSetupAsString()

TString TXMLSetup::GetSetupAsString ( )

return setup values as string

Definition at line 163 of file TXMLSetup.cxx.

◆ GetXmlLayout()

EXMLLayout TXMLSetup::GetXmlLayout ( ) const
inline

Definition at line 97 of file TXMLSetup.h.

◆ IsStoreStreamerInfos()

Bool_t TXMLSetup::IsStoreStreamerInfos ( ) const
inline

Definition at line 98 of file TXMLSetup.h.

◆ IsUseDtd()

Bool_t TXMLSetup::IsUseDtd ( ) const
inline

Definition at line 99 of file TXMLSetup.h.

◆ IsUseNamespaces()

Bool_t TXMLSetup::IsUseNamespaces ( ) const
inline

Definition at line 100 of file TXMLSetup.h.

◆ IsValidXmlSetup()

Bool_t TXMLSetup::IsValidXmlSetup ( const char *  setupstr)
protected

checks if string is valid setup

Definition at line 178 of file TXMLSetup.cxx.

◆ PrintSetup()

void TXMLSetup::PrintSetup ( )

show setup values

Definition at line 208 of file TXMLSetup.cxx.

◆ ReadSetupFromStr()

Bool_t TXMLSetup::ReadSetupFromStr ( const char *  setupstr)
protected

get values from string

Definition at line 192 of file TXMLSetup.cxx.

◆ SetNameSpaceBase()

void TXMLSetup::SetNameSpaceBase ( const char *  namespacebase)
static

set namespace base

Definition at line 111 of file TXMLSetup.cxx.

◆ SetStoreStreamerInfos()

virtual void TXMLSetup::SetStoreStreamerInfos ( Bool_t  iConvert = kTRUE)
inlinevirtual

Reimplemented in TXMLFile.

Definition at line 103 of file TXMLSetup.h.

◆ SetUsedDtd()

virtual void TXMLSetup::SetUsedDtd ( Bool_t  use = kTRUE)
inlinevirtual

Reimplemented in TXMLFile.

Definition at line 104 of file TXMLSetup.h.

◆ SetUseNamespaces()

virtual void TXMLSetup::SetUseNamespaces ( Bool_t  iUseNamespaces = kTRUE)
inlinevirtual

Reimplemented in TXMLFile.

Definition at line 105 of file TXMLSetup.h.

◆ SetXmlLayout()

virtual void TXMLSetup::SetXmlLayout ( EXMLLayout  layout)
inlinevirtual

Reimplemented in TXMLFile.

Definition at line 102 of file TXMLSetup.h.

◆ XmlClassNameSpaceRef()

const char * TXMLSetup::XmlClassNameSpaceRef ( const TClass cl)

produce string which used as reference in class namespace definition

Definition at line 234 of file TXMLSetup.cxx.

◆ XmlConvertClassName()

const char * TXMLSetup::XmlConvertClassName ( const char *  name)

convert class name to exclude any special symbols like ':', '<' '>' ',' and spaces

Definition at line 220 of file TXMLSetup.cxx.

◆ XmlDefineClass()

TClass * TXMLSetup::XmlDefineClass ( const char *  xmlClassName)
protected

define class for the converted class name, where special symbols were replaced by '_'

Definition at line 270 of file TXMLSetup.cxx.

◆ XmlGetElementName()

const char * TXMLSetup::XmlGetElementName ( const TStreamerElement el)

return converted name for TStreamerElement

Definition at line 247 of file TXMLSetup.cxx.

Member Data Documentation

◆ fgNameSpaceBase

TString TXMLSetup::fgNameSpaceBase = "http://root.cern.ch/root/htmldoc/"
staticprotected

buffer, used in XmlDefineClass() function

Definition at line 135 of file TXMLSetup.h.

◆ fRefCounter

Int_t TXMLSetup::fRefCounter
protected

Definition at line 131 of file TXMLSetup.h.

◆ fStoreStreamerInfos

Bool_t TXMLSetup::fStoreStreamerInfos
protected

Definition at line 127 of file TXMLSetup.h.

◆ fStrBuf

TString TXMLSetup::fStrBuf
protected

counter , used to build id of xml references

Definition at line 133 of file TXMLSetup.h.

◆ fUseDtd

Bool_t TXMLSetup::fUseDtd
protected

Definition at line 128 of file TXMLSetup.h.

◆ fUseNamespaces

Bool_t TXMLSetup::fUseNamespaces
protected

Definition at line 129 of file TXMLSetup.h.

◆ fXmlLayout

EXMLLayout TXMLSetup::fXmlLayout
protected

Definition at line 126 of file TXMLSetup.h.


The documentation for this class was generated from the following files: