42#ifndef TEUCHOS_VALIDATORXMLCONVERTER_HPP
43#define TEUCHOS_VALIDATORXMLCONVERTER_HPP
127 #ifdef HAVE_TEUCHOS_DEBUG
#define TEUCHOSPARAMETERLIST_LIB_DLL_EXPORT
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...
Writes an XML object to a parameter list.
Writes a ParameterList to an XML object.
Base class for all objects that can describe themselves.
Maps Validators to integers.
Concrete serial communicator subclass.
An abstract base class for converting ParameterEntryValidators to and from XML.
static const std::string & getValidatorTagName()
static const std::string & getIdAttributeName()
static const std::string & getPrototypeIdAttributeName()
virtual void convertValidator(const RCP< const ParameterEntryValidator > validator, XMLObject &xmlObj, const ValidatortoIDMap &validatorIDsMap) const =0
Preforms any and all special validator conversion that is specific to a particlar ParameterEntryValid...
virtual RCP< ParameterEntryValidator > convertXML(const XMLObject &xmlObj, const IDtoValidatorMap &validatorIDsMap) const =0
Preforms any and all special xml conversion that is specific to a particular ParameterEntryValidator.
static const std::string & getTypeAttributeName()
A class for mapping validators to integers.
Representation of an XML data tree. XMLObject is a ref-counted handle to a XMLObjectImplem object,...