Searched refs:xslInstruction (Results 1 - 1 of 1) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xalan/transformer/
H A DTransformerImpl.java1953 * @param xslInstruction The calling element.
1960 public boolean applyTemplateToNode(ElemTemplateElement xslInstruction, // xsl:apply-templates or xsl:for-each argument
1970 isApplyImports = ((xslInstruction == null)
1972 : xslInstruction.getXSLToken()
2010 xctxt.pushNamespaceContext(xslInstruction);

Completed in 66 milliseconds