|
OSFI-Fortran
3.10.1
OpenSF Integration Library
|
Type that wraps the ParamReader class in OSFI-C++. More...
Public Member Functions | |
| Procedure | validateagainst => pr_validate_against_ext |
| Validate the XML document read against the given schema. More... | |
| Procedure | validateagainstinternalschema => pr_validate_against_int |
| Validate the XML document read against the schema referenced in the document itself. More... | |
| Procedure | existparameter => pr_exist_parameter |
| Procedure | getparamref => pr_get_param |
| Procedure | print => pr_print |
| Generic | getparameters => getallparams, getchildparams |
| Final | pr_destroy |
Public Member Functions inherited from osfi_base::osfi_handle | |
| Procedure | isvalid => oh_isvalid |
| Returns true if the handle is valid (not null). Calling any other methods on this instance while this function returns false is not allowed unless otherwise specified. | |
Additional Inherited Members | |
Public Attributes inherited from osfi_base::osfi_handle | |
| type(c_ptr) | handle = C_NULL_PTR |
| Handle to OSFI-C++ object managed by this instance. | |
Type that wraps the ParamReader class in OSFI-C++.
| Procedure osfi_confm::osfi_paramreader::validateagainst |
Validate the XML document read against the given schema.
| Procedure osfi_confm::osfi_paramreader::validateagainstinternalschema |
Validate the XML document read against the schema referenced in the document itself.