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

Overridden from AbstractArrayValidatorXMLConverter | |
| virtual RCP < AbstractArrayValidator < ValidatorType, EntryType > > | getConcreteValidator (RCP< ValidatorType > prototypeValidator) const |
| Returns a concrete validator that has AbstractArrayValidator as it's parent class. | |
Converts TwoDArrayValidators to and from XML.
TwoDArrayValidators can be represented in XML one of two ways. The first just creates the prototype validator as a child of the ArrayValidator. In this case, the prototype validator does NOT use a validatorId.
<Validator type="TwoDArrayValidator(PrototypeValidatorType,ParameterArrayType)" validatorId="Validator id" > ...Prototype Validator Goes Here... </Validator>
The second way to define an TwoDArrayValidator in XML is to just use the "prototypeId" attribute to specify the prototype validator as some other validator you've already defined.
<Validator
type="TwoDArrayValidator(PrototypeValidatorType,ParameterArrayType)"
validatorId="Validator id"
prototypeId="Prototype Validator Id"
/>
Definition at line 755 of file Teuchos_StandardValidatorXMLConverters.hpp.
| virtual RCP<AbstractArrayValidator<ValidatorType, EntryType> > Teuchos::TwoDArrayValidatorXMLConverter< ValidatorType, EntryType >::getConcreteValidator | ( | RCP< ValidatorType > | prototypeValidator | ) | const [inline, private, virtual] |
Returns a concrete validator that has AbstractArrayValidator as it's parent class.
Implements Teuchos::AbstractArrayValidatorXMLConverter< ValidatorType, EntryType >.
Definition at line 761 of file Teuchos_StandardValidatorXMLConverters.hpp.
1.7.6.1