HomeSort by relevance Sort by last modified time
    Searched refs:ElemWithParam (Results 1 - 4 of 4) sorted by null

  /libcore/luni/src/main/java/org/apache/xalan/templates/
ElemCallTemplate.java 122 ElemWithParam ewp = getParamElem(i);
143 ElemWithParam ewp = getParamElem(i);
176 ElemWithParam ewp = getParamElem(i);
218 ElemWithParam ewp = m_paramElems[i];
223 // Note here that the index for ElemWithParam must have been
269 protected ElemWithParam[] m_paramElems = null;
287 public ElemWithParam getParamElem(int i)
297 public void setParamElem(ElemWithParam ParamElem)
301 m_paramElems = new ElemWithParam[1];
309 ElemWithParam[] ewp = new ElemWithParam[length + 1]
    [all...]
ElemWithParam.java 19 * $Id: ElemWithParam.java 468643 2006-10-28 06:56:03Z minchau $
47 public class ElemWithParam extends ElemTemplateElement
ElemApplyTemplates.java 243 ElemWithParam ewp = m_paramElems[i];
339 ElemWithParam ewp = m_paramElems[i];
  /libcore/luni/src/main/java/org/apache/xalan/processor/
XSLTSchema.java 56 import org.apache.xalan.templates.ElemWithParam;
425 ElemWithParam.class /* class object */, 19, true);
    [all...]

Completed in 825 milliseconds