|
Teuchos Package Browser (Single Doxygen Collection)
Version of the Day
|
Go to the documentation of this file.
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
#define TEUCHOSPARAMETERLIST_LIB_DLL_EXPORT
static const std::string & getTypeAttributeName()
Writes an XML object to a parameter list.
Representation of an XML data tree. XMLObject is a ref-counted handle to a XMLObjectImplem object,...
Maps Validators to integers.
An object representation of a subset of XML data.
A collection of Exceptions that can be potentially thrown when converting a ParameterList to and from...
Smart reference counting pointer class for automatic garbage collection.
A class for mapping validators to integers.
An abstract base class for converting ParameterEntryValidators to and from XML.
static const std::string & getIdAttributeName()
Writes a ParameterList to an XML object.
static const std::string & getPrototypeIdAttributeName()
Base class for all objects that can describe themselves.
static const std::string & getValidatorTagName()