Teuchos - Trilinos Tools Package
Version of the Day
|
Converts TwoDArrayValidators to and from XML. More...
#include <Teuchos_StandardValidatorXMLConverters.hpp>
Inherits Teuchos::AbstractArrayValidatorXMLConverter< ValidatorType, EntryType >.
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.
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.
Definition at line 801 of file Teuchos_StandardValidatorXMLConverters.hpp.