You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-users@xalan.apache.org by Marius Gleeson <ma...@audumla.net> on 2003/12/19 02:42:22 UTC

Getting params from XSLTC

Hi there,

I am currently using the following methods from the Stylesheet class to
get access to the parameters defined in a template,

  org.apache.xalan.templates.Stylesheet {
    .
    .
    ElemVariable getVariableOrParam(int i) 
    int getVariableOrParamCount()  
    .
    .
  }

I was wanting to know if there was an equivilant set of methods in the
XSLTC interfaces, or is there another way to get to them?

Thanks,
Marius.