| java.lang.Object net.sf.saxon.expr.ComputedExpression net.sf.saxon.instruct.Instruction net.sf.saxon.instruct.ApplyImports
All known Subclasses: net.sf.saxon.instruct.NextMatch,
ApplyImports | public class ApplyImports extends Instruction (Code) | | An xsl:apply-imports element in the stylesheet
|
Constructor Summary | |
public | ApplyImports(boolean backwardsCompatible) |
ApplyImports | public ApplyImports(boolean backwardsCompatible)(Code) | | |
createsNewNodes | final public boolean createsNewNodes()(Code) | | Determine whether this instruction creates new nodes.
This implementation returns true (which is almost invariably the case, so it's not worth
doing any further analysis to find out more precisely).
|
display | public void display(int level, NamePool pool, PrintStream out)(Code) | | Diagnostic print of expression structure. The expression is written to the System.err
output stream
Parameters: level - indentation level for this expression Parameters: out - |
getInstructionNameCode | public int getInstructionNameCode()(Code) | | Get the name of this instruction for diagnostic and tracing purposes
|
iterateSubExpressions | public Iterator iterateSubExpressions()(Code) | | Get all the XPath expressions associated with this instruction
(in XSLT terms, the expression present on attributes of the instruction,
as distinct from the child instructions in a sequence construction)
|
setActualParameters | public void setActualParameters(WithParam[] actualParams, WithParam[] tunnelParams)(Code) | | Set the actual parameters on the call
|
|
|