SaxonC  11.6
Saxon Processor library for C/C++, PHP and Python
Public Attributes | List of all members
JParameters Struct Reference

A struct object to represent parameters. More...

#include <SaxonProcessor.h>

Public Attributes

jobjectArray stringArray
 
jobjectArray objectArray
 

Detailed Description

A struct object to represent parameters.

Internal use only. This struct represents parameters to pass back the Java code. These two arrays acts as a map to represent the parameters.

Member Data Documentation

◆ objectArray

jobjectArray JParameters::objectArray

Internal use only. Java Array of objects. The underlying type can be different.

◆ stringArray

jobjectArray JParameters::stringArray

Internal use only. Java array of String objects.


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