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

#include <SaxonCGlue.h>

Public Attributes

char * name
 
jobject value
 
char * namespacei
 

Detailed Description

sxnc_parameter. This struct captures details of paramaters used for the transformation as (string, value) pairs.

Member Data Documentation

◆ name

char* sxnc_parameter::name

Internal use only. The name of the parameter.

◆ namespacei

char* sxnc_parameter::namespacei

Internal use only. The namespace string. Not used yet.

◆ value

jobject sxnc_parameter::value

Internal use only. The value of the parameter given as a Java object.


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