42 #ifndef TEUCHOS_VALIDATORXMLCONVERTER_HPP
43 #define TEUCHOS_VALIDATORXMLCONVERTER_HPP
109 bool assignedID=
true)
const;
120 virtual void convertValidator(
127 #ifdef HAVE_TEUCHOS_DEBUG
138 getDummyValidator()
const = 0;
148 static const std::string idAttributeName =
"validatorId";
149 return idAttributeName;
154 static const std::string prototypeIdAttributeName =
"prototypeId";
155 return prototypeIdAttributeName;
160 static const std::string typeAttributeName =
"type";
161 return typeAttributeName;
166 static const std::string validatorTagName =
"Validator";
167 return validatorTagName;
177 #endif // TEUCHOS_VALIDATORXMLCONVERTER_HPP
Writes an XML object to a parameter list.
static const std::string & getIdAttributeName()
Maps Validators to integers.
static const std::string & getTypeAttributeName()
static const std::string & getPrototypeIdAttributeName()
Representation of an XML data tree. XMLObject is a ref-counted handle to a XMLObjectImplem object...
Writes a ParameterList to an XML object.
static const std::string & getValidatorTagName()
A class for mapping validators to integers.
#define TEUCHOSPARAMETERLIST_LIB_DLL_EXPORT
A collection of Exceptions that can be potentially thrown when converting a ParameterList to and from...
Base class for all objects that can describe themselves.
Smart reference counting pointer class for automatic garbage collection.
An abstract base class for converting ParameterEntryValidators to and from XML.
An object representation of a subset of XML data.