|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.saxon.expr.ComputedExpression
net.sf.saxon.instruct.Instruction
net.sf.saxon.instruct.ApplyImports
net.sf.saxon.instruct.NextMatch
public class NextMatch
An xsl:next-match element in the stylesheet
Field Summary |
---|
Fields inherited from class net.sf.saxon.instruct.ApplyImports |
---|
actualParams, tunnelParams |
Fields inherited from class net.sf.saxon.expr.ComputedExpression |
---|
locationId, staticProperties |
Fields inherited from interface net.sf.saxon.expr.Expression |
---|
EVALUATE_METHOD, ITERATE_METHOD, PROCESS_METHOD |
Constructor Summary | |
---|---|
NextMatch(boolean backwardsCompatible)
|
Method Summary | |
---|---|
int |
getInstructionNameCode()
Get the name of this instruction for diagnostic and tracing purposes |
TailCall |
processLeavingTail(XPathContext context)
ProcessLeavingTail: called to do the real work of this instruction. |
Methods inherited from class net.sf.saxon.instruct.ApplyImports |
---|
createsNewNodes, display, iterateSubExpressions, optimize, promoteInst, setActualParameters, simplify, typeCheck |
Methods inherited from class net.sf.saxon.instruct.Instruction |
---|
appendItem, assembleParams, assembleTunnelParams, computeCardinality, computeSpecialProperties, dynamicError, evaluateAsString, evaluateItem, getImplementationMethod, getInstructionInfo, getItemType, getSourceLocator, isXSLT, iterate, process, promote |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface javax.xml.transform.SourceLocator |
---|
getColumnNumber, getLineNumber, getPublicId, getSystemId |
Constructor Detail |
---|
public NextMatch(boolean backwardsCompatible)
Method Detail |
---|
public int getInstructionNameCode()
getInstructionNameCode
in class ApplyImports
public TailCall processLeavingTail(XPathContext context) throws XPathException
Instruction
processLeavingTail
in interface TailCallReturner
processLeavingTail
in class ApplyImports
context
- The dynamic context of the transformation, giving access to the current node,
the current variables, etc.
XPathException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |