Teuchos - Trilinos Tools Package
Version of the Day
|
Converts ArrayValidators to and from XML. More...
#include <Teuchos_StandardValidatorXMLConverters.hpp>
Inherits Teuchos::AbstractArrayValidatorXMLConverter< ValidatorType, EntryType >.
Converts ArrayValidators to and from XML.
ArrayValidators 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.
The second way to define an ArrayValidator in XML is to just use the "prototypeId" attribute to specify the prototype validator as some other validator you've already defined.
Definition at line 703 of file Teuchos_StandardValidatorXMLConverters.hpp.