Package net.sf.saxon.expr
Class EarlyEvaluationContext
java.lang.Object
net.sf.saxon.expr.EarlyEvaluationContext
- All Implemented Interfaces:
Serializable,XPathContext
This class is an implementation of XPathContext used when evaluating constant sub-expressions at
compile time.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionEarlyEvaluationContext(Configuration config, CollationMap map) Create an early evaluation context, used for evaluating constant expressions at compile time -
Method Summary
Modifier and TypeMethodDescriptionvoidchangeOutputDestination(Properties props, Result result, boolean isFinal, int hostLanguage, int validation, SchemaType schemaType) Set a new output destination, supplying the output format details.evaluateLocalVariable(int slotnumber) Get the value of a local variable, identified by its slot numberGet the calling XPathContext (the next one down the stack).getCollation(String name) Get a named collationGet the ConfigurationGet the context itemintGet the context position (the position of the context item)Get the Controller.Get the current date and time.Get the current group iterator.Get the current iterator.Get the current mode.Get the current regex iterator.Get the current template.Get the default collationintGet the implicit timezone, as a positive or negative offset from UTC in minutes.intgetLast()Get the context size (the position of the last item in the current node list)Get the local (non-tunnel) parameters that were passed to the current function or templateGet the Name PoolGet information about the creating expression or other construct.intGet the type of location from which this context was created.Get the Receiver to which output is currently being written.Get a reference to the local stack frame for variables.Get the tunnel parameters that were passed to the current function or template.booleanisAtLast()Determine whether the context position is the same as the context size that is, whether position()=last()Get the context stack.Construct a new context without copying (used for the context in a function call)Construct a new context as a copy of another.Construct a new minor context.voidsetCaller(XPathContext caller) Set the calling XPathContextvoidSet a new sequence iterator.voidsetLocalVariable(int slotnumber, ValueRepresentation value) Set the value of a local variable, identified by its slot numbervoidsetOrigin(InstructionInfo expr) Set the creating expression (for use in diagnostics).voidsetOriginatingConstructType(int loc) Set the type of creating expression (for use in diagnostics).voidsetReceiver(SequenceReceiver receiver) Change the Receiver to which output is writtenvoidSet the receiver to which output is to be written, marking it as a temporary (non-final) output destination.booleanuseLocalParameter(StructuredQName qName, LocalParam binding, boolean isTunnel) Use local parameter.
-
Constructor Details
-
EarlyEvaluationContext
Create an early evaluation context, used for evaluating constant expressions at compile time- Parameters:
config- the Saxon configurationmap- the available collations
-
-
Method Details
-
changeOutputDestination
public void changeOutputDestination(Properties props, Result result, boolean isFinal, int hostLanguage, int validation, SchemaType schemaType) throws XPathException Set a new output destination, supplying the output format details.
Note that it is the caller's responsibility to close the Writer after use.- Specified by:
changeOutputDestinationin interfaceXPathContext- Parameters:
props- properties defining the output formatresult- Details of the new output destinationisFinal- true if the destination is a final result tree (either the principal output or a secondary result tree); false if it is a temporary tree, xsl:attribute, etc.hostLanguage- the host language (XSLT, XQuery, XPath)validation- validation mode: strict, lax, preserve, or stripschemaType- type against which the output must be validated- Throws:
XPathException- if any dynamic error occurs; and specifically, if an attempt is made to switch to a final output destination while writing a temporary tree or sequence
-
evaluateLocalVariable
Get the value of a local variable, identified by its slot number- Specified by:
evaluateLocalVariablein interfaceXPathContext- Parameters:
slotnumber- the slot number allocated at compile time to the variable, which identifies its position within the local stack frame- Returns:
- the value of the variable.
-
getCaller
Get the calling XPathContext (the next one down the stack). This will be null if unknown, or if the bottom of the stack has been reached.- Specified by:
getCallerin interfaceXPathContext- Returns:
- the XPathContext of the calling expression
-
getCollation
Get a named collation- Specified by:
getCollationin interfaceXPathContext- Parameters:
name- the name (URI) of the required collation- Returns:
- a StringCollator representing the collation
- Throws:
XPathException- if the collation is not recognized
-
getConfiguration
Get the Configuration- Specified by:
getConfigurationin interfaceXPathContext- Returns:
- the Saxon configuration object
-
getContextItem
Get the context item- Specified by:
getContextItemin interfaceXPathContext- Returns:
- the context item, or null if the context item is undefined
-
getContextPosition
Get the context position (the position of the context item)- Specified by:
getContextPositionin interfaceXPathContext- Returns:
- the context position (starting at one)
- Throws:
XPathException- if the context position is undefined
-
getController
Get the Controller. May return null when running outside XSLT or XQuery- Specified by:
getControllerin interfaceXPathContext- Returns:
- the controller for this query or transformation
-
getCurrentGroupIterator
Get the current group iterator. This supports the current-group() and current-grouping-key() functions in XSLT 2.0- Specified by:
getCurrentGroupIteratorin interfaceXPathContext- Returns:
- the current grouped collection
-
getCurrentIterator
Get the current iterator. This encapsulates the context item, context position, and context size.- Specified by:
getCurrentIteratorin interfaceXPathContext- Returns:
- the current iterator, or null if there is no current iterator (which means the context item, position, and size are undefined).
-
getCurrentMode
Get the current mode.- Specified by:
getCurrentModein interfaceXPathContext- Returns:
- the current mode
-
getCurrentRegexIterator
Get the current regex iterator. This supports the functionality of the regex-group() function in XSLT 2.0.- Specified by:
getCurrentRegexIteratorin interfaceXPathContext- Returns:
- the current regular expressions iterator
-
getCurrentTemplateRule
Get the current template. This is used to support xsl:apply-imports- Specified by:
getCurrentTemplateRulein interfaceXPathContext- Returns:
- the current template
-
getDefaultCollation
Get the default collation- Specified by:
getDefaultCollationin interfaceXPathContext- Returns:
- a StringCollator representing the default collation
-
getLast
Get the context size (the position of the last item in the current node list)- Specified by:
getLastin interfaceXPathContext- Returns:
- the context size
- Throws:
XPathException- if the context position is undefined
-
getLocalParameters
Get the local (non-tunnel) parameters that were passed to the current function or template- Specified by:
getLocalParametersin interfaceXPathContext- Returns:
- a ParameterSet containing the local parameters
-
getNamePool
Get the Name Pool- Specified by:
getNamePoolin interfaceXPathContext- Returns:
- the name pool
-
getOrigin
Get information about the creating expression or other construct.- Specified by:
getOriginin interfaceXPathContext- Returns:
- information about the creating expression
-
getOriginatingConstructType
public int getOriginatingConstructType()Get the type of location from which this context was created.- Specified by:
getOriginatingConstructTypein interfaceXPathContext- Returns:
- the type of location. (The integer codes that are used are often fingerprints of instruction names, but not always. For details of the codes, see the standard trace listener which interprets them)
-
getReceiver
Get the Receiver to which output is currently being written.- Specified by:
getReceiverin interfaceXPathContext- Returns:
- the current Receiver
-
getStackFrame
Get a reference to the local stack frame for variables. Note that it's the caller's job to make a local copy of this. This is used for creating a Closure containing a retained copy of the variables for delayed evaluation.- Specified by:
getStackFramein interfaceXPathContext- Returns:
- array of variables.
-
getTunnelParameters
Get the tunnel parameters that were passed to the current function or template. This includes all active tunnel parameters whether the current template uses them or not.- Specified by:
getTunnelParametersin interfaceXPathContext- Returns:
- a ParameterSet containing the tunnel parameters
-
isAtLast
Determine whether the context position is the same as the context size that is, whether position()=last()- Specified by:
isAtLastin interfaceXPathContext- Returns:
- true if the context position is the same as the context size.
- Throws:
XPathException
-
newCleanContext
Construct a new context without copying (used for the context in a function call)- Specified by:
newCleanContextin interfaceXPathContext- Returns:
- a new clean context
-
newContext
Construct a new context as a copy of another. The new context is effectively added to the top of a stack, and contains a pointer to the previous context- Specified by:
newContextin interfaceXPathContext- Returns:
- a new context, created as a copy of this context
-
newMinorContext
Construct a new minor context. A minor context can only hold new values of the focus (currentIterator) and current output destination.- Specified by:
newMinorContextin interfaceXPathContext- Returns:
- a new minor context
-
setCaller
Set the calling XPathContext- Specified by:
setCallerin interfaceXPathContext- Parameters:
caller- the XPathContext of the calling expression
-
setCurrentIterator
Set a new sequence iterator.- Specified by:
setCurrentIteratorin interfaceXPathContext- Parameters:
iter- the current iterator. The context item, position, and size are determined by reference to the current iterator.
-
setLocalVariable
Set the value of a local variable, identified by its slot number- Specified by:
setLocalVariablein interfaceXPathContext- Parameters:
slotnumber- the slot number allocated at compile time to the variable, which identifies its position within the local stack framevalue- the value of the variable
-
setOrigin
Set the creating expression (for use in diagnostics). The origin is generally set to "this" by the object that creates the new context. It's up to the debugger to determine whether this information is useful. Where possible, the object will be anExpression, allowing information about the calling instruction to be obtained.- Specified by:
setOriginin interfaceXPathContext- Parameters:
expr- the expression that created this context object
-
setOriginatingConstructType
public void setOriginatingConstructType(int loc) Set the type of creating expression (for use in diagnostics). When a new context is created, either this method orXPathContext.setOrigin(net.sf.saxon.trace.InstructionInfo)should be called.- Specified by:
setOriginatingConstructTypein interfaceXPathContext- Parameters:
loc- The originating location: the argument must be one of the integer constants in classLocation
-
setReceiver
Change the Receiver to which output is written- Specified by:
setReceiverin interfaceXPathContext- Parameters:
receiver- the SequenceReceiver to be used
-
setTemporaryReceiver
Set the receiver to which output is to be written, marking it as a temporary (non-final) output destination.- Specified by:
setTemporaryReceiverin interfaceXPathContext- Parameters:
out- The SequenceOutputter to be used
-
useLocalParameter
public boolean useLocalParameter(StructuredQName qName, LocalParam binding, boolean isTunnel) throws XPathException Use local parameter. This is called when a local xsl:param element is processed. If a parameter of the relevant name was supplied, it is bound to the xsl:param element. Otherwise the method returns false, so the xsl:param default will be evaluated- Specified by:
useLocalParameterin interfaceXPathContext- Parameters:
qName- The fingerprint of the parameter namebinding- The XSLParam element to bind its value toisTunnel- True if a tunnel parameter is required, else false- Returns:
- true if a parameter of this name was supplied, false if not
- Throws:
XPathException
-
getCurrentDateTime
Get the current date and time. This implementation always throws a NoDynamicContextException.- Specified by:
getCurrentDateTimein interfaceXPathContext- Returns:
- the current date and time. All calls within a single query or transformation will return the same value
- Throws:
NoDynamicContextException
-
getImplicitTimezone
Get the implicit timezone, as a positive or negative offset from UTC in minutes. The range is -14hours to +14hours. This implementation always throws a NoDynamicContextException.- Specified by:
getImplicitTimezonein interfaceXPathContext- Returns:
- the implicit timezone, as an offset from UTC in minutes
- Throws:
NoDynamicContextException
-
iterateStackFrames
Get the context stack. This method returns an iterator whose items are instances ofContextStackFrame, starting with the top-most stackframe and ending at the point the query or transformation was invoked by a calling application.- Specified by:
iterateStackFramesin interfaceXPathContext- Returns:
- an iterator over a copy of the run-time call stack
-