|
Teuchos Package Browser (Single Doxygen Collection)
Version of the Day
|
Converts StringValidators to and from XML. More...
#include <Teuchos_StandardValidatorXMLConverters.hpp>

Overridden from ValidatorXMLConverter | |
| RCP< ParameterEntryValidator > | convertXML (const XMLObject &xmlObj, const IDtoValidatorMap &validatorIDsMap) const |
| | |
| void | convertValidator (const RCP< const ParameterEntryValidator > validator, XMLObject &xmlObj, const ValidatortoIDMap &validatorIDsMap) const |
| | |
Private Members | |
| static const std::string & | getStringTagName () |
| | |
| static const std::string & | getStringValueAttributeName () |
| | |
Converts StringValidators to and from XML.
The valid XML represenation of a StringValidator is:
<Validator type="StringValidator" validatorId="Validator id" > <String value="Value 1"/> <String value="Value 2"/> ...Other String Values... </Validator>
Definition at line 536 of file Teuchos_StandardValidatorXMLConverters.hpp.
| RCP< ParameterEntryValidator > Teuchos::StringValidatorXMLConverter::convertXML | ( | const XMLObject & | xmlObj, |
| const IDtoValidatorMap & | validatorIDsMap | ||
| ) | const [virtual] |
Implements Teuchos::ValidatorXMLConverter.
Definition at line 130 of file Teuchos_StandardValidatorXMLConverters.cpp.
| void Teuchos::StringValidatorXMLConverter::convertValidator | ( | const RCP< const ParameterEntryValidator > | validator, |
| XMLObject & | xmlObj, | ||
| const ValidatortoIDMap & | validatorIDsMap | ||
| ) | const [virtual] |
Implements Teuchos::ValidatorXMLConverter.
Definition at line 149 of file Teuchos_StandardValidatorXMLConverters.cpp.
| static const std::string& Teuchos::StringValidatorXMLConverter::getStringTagName | ( | ) | [inline, static, private] |
Definition at line 568 of file Teuchos_StandardValidatorXMLConverters.hpp.
| static const std::string& Teuchos::StringValidatorXMLConverter::getStringValueAttributeName | ( | ) | [inline, static, private] |
Definition at line 574 of file Teuchos_StandardValidatorXMLConverters.hpp.
1.7.6.1