| net.sf.saxon.trace.InstructionInfoProvider
All known Subclasses: net.sf.saxon.instruct.AttributeSet, net.sf.saxon.instruct.UserFunction, net.sf.saxon.instruct.InstructionDetails, net.sf.saxon.instruct.Template, net.sf.saxon.expr.ComputedExpression, net.sf.saxon.Controller, net.sf.saxon.expr.UserFunctionCall, net.sf.saxon.trans.KeyDefinition,
InstructionInfoProvider | public interface InstructionInfoProvider (Code) | | An InstructionInfoProvider is an object that is capable of providing an InstructionInfo
object which provides diagnostic information about an instruction or other construct such
as a function, template, expression, or pattern.
|
getInstructionInfo | public InstructionInfo getInstructionInfo()(Code) | | Get the InstructionInfo details about the construct
|
|
|