public interface ComponentInvocation
Modifier and Type | Method and Description |
---|---|
int |
getBindingSlot()
Get the binding slot to be used.
|
Component |
getFixedTarget()
Get the target component if this is known in advance, that is, if the target component
is private or final, or in some other cases such as xsl:original.
|
SymbolicName |
getSymbolicName()
Get the symbolic name of the component that this invocation references
|
void |
setBindingSlot(int slot)
Set the binding slot to be used.
|
Component getFixedTarget()
void setBindingSlot(int slot)
slot
- the offset in the binding vector of the containing package where the target component
can be found.int getBindingSlot()
SymbolicName getSymbolicName()
Copyright (c) 2004-2018 Saxonica Limited. All rights reserved.