|
Teuchos Package Browser (Single Doxygen Collection)
Version of the Day
|
Go to the documentation of this file.
58 "<ParameterList name=\"Parent\">\n"
60 " <Parameter name=\"param_a\" type=\"string\" value=\"a\"/>\n"
62 " <Parameter name=\"param_b\" type=\"string\" value=\"b\"/>\n"
65 "</ParameterList>\n");
79 "<ParameterList name=\"Parent\">\n"
81 " <Parameter name=\"param_a\" type=\"string\" value=\"a\"/>\n"
83 " <Parameter type=\"string\" value=\"b\"/>\n"
86 "</ParameterList>\n");
Writes an XML object to a parameter list.
Writes an XML object to a parameter list.
Thrown when a parameter entry tag is missing it's name attribute.
Representation of an XML data tree. XMLObject is a ref-counted handle to a XMLObjectImplem object,...
A collection of Exceptions that can be potentially thrown when converting a ParameterList to and from...
RCP< ParameterList > toParameterList(const XMLObject &xml, RCP< DependencySheet > depSheet) const
#define TEST_THROW(code, ExceptType)
Assert that the statement 'code' throws the exception 'ExceptType' (otherwise the test fails).
TEUCHOS_UNIT_TEST(ConstNonconstObjectContainer, create)
Writes a ParameterList to an XML object.
XMLParser consumes characters from an XMLInputStream object, parsing the XML and using a TreeBuilding...
A class providing a simple XML parser. Methods can be overloaded to exploit external XML parsing libr...
#define TEST_NOTHROW(code)
Asserr that the statement 'code' does not thrown any excpetions.
A list of parameters of arbitrary type.