OSFI-Fortran  3.9.2
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:

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
 
Final pr_destroy
 

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: