

Public Member Functions | |
| def | __init__ |
| def | toParameterList |
| def | setAllowsDuplicateSublists |
| def | getAllowsDuplicateSublists |
Public Attributes | |
| this | |
Writes an XML object to a parameter list. C++ includes: Teuchos_XMLParameterListReader.hpp
| def PyTrilinos.Teuchos.XMLParameterListReader.__init__ | ( | self, | |
| args | |||
| ) |
__init__(Teuchos::XMLParameterListReader self) -> XMLParameterListReader Teuchos::XMLParameterListReader::XMLParameterListReader()
| def PyTrilinos.Teuchos.XMLParameterListReader.getAllowsDuplicateSublists | ( | self, | |
| args | |||
| ) |
getAllowsDuplicateSublists(XMLParameterListReader self) -> bool bool Teuchos::XMLParameterListReader::getAllowsDuplicateSublists() const Specifies the current policy regarding duplicated sublists. See setAllowsDuplicateSublists() for more details.
| def PyTrilinos.Teuchos.XMLParameterListReader.setAllowsDuplicateSublists | ( | self, | |
| args | |||
| ) |
setAllowsDuplicateSublists(XMLParameterListReader self, bool policy) void Teuchos::XMLParameterListReader::setAllowsDuplicateSublists(bool policy) Set policy regarding duplicated sublists. The default behavior of this class is to allow duplicated sublists, although the resulting ParameterList is undefined for the duplicated sublists (in most cases, they will be merged in the order they are encountered in the XML character stream). If set false, then duplicated sublists in the XML tree will result in the Teuchos::DuplicateParameterSublist exception being thrown. If set true, the default behavior is restored.
| def PyTrilinos.Teuchos.XMLParameterListReader.toParameterList | ( | self, | |
| args | |||
| ) |
toParameterList(XMLParameterListReader self, XMLObject xml) -> ParameterList ParameterList Teuchos::XMLParameterListReader::toParameterList(const XMLObject &xml) const Write the given XML object to a parameter list
1.7.6.1