OSFI-Fortran  3.10.0
OpenSF Integration Library
osfi_confm::osfi_paramreader Interface Reference

Type that wraps the ParamReader class in OSFI-C++. More...

Inheritance diagram for osfi_confm::osfi_paramreader:
osfi_base::osfi_handle

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.
 

Detailed Description

Type that wraps the ParamReader class in OSFI-C++.

Member Function/Subroutine Documentation

◆ validateagainst()

Procedure osfi_confm::osfi_paramreader::validateagainst

Validate the XML document read against the given schema.

Returns
true if the document passes validation, false otherwise.

◆ validateagainstinternalschema()

Procedure osfi_confm::osfi_paramreader::validateagainstinternalschema

Validate the XML document read against the schema referenced in the document itself.

Returns
true if the document passes validation, false otherwise.

The documentation for this interface was generated from the following file: