|  | SaxonC
    11.7
    Saxon Processor library for C/C++, PHP and Python | 
A struct object to represent parameters. More...
#include <SaxonProcessor.h>
| Public Attributes | |
| jobjectArray | stringArray | 
| jobjectArray | objectArray | 
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.
| jobjectArray JParameters::objectArray | 
Internal use only. Java Array of objects. The underlying type can be different.
| jobjectArray JParameters::stringArray | 
Internal use only. Java array of String objects.