Package net.sf.saxon.trace
Class ContextStackFrame.BuiltInTemplateRule
java.lang.Object
net.sf.saxon.trace.ContextStackFrame
net.sf.saxon.trace.ContextStackFrame.BuiltInTemplateRule
- Enclosing class:
ContextStackFrame
Subclass of ContextStackFrame representing a built-in template rule in XSLT
-
Nested Class Summary
Nested classes/interfaces inherited from class net.sf.saxon.trace.ContextStackFrame
ContextStackFrame.ApplyTemplates, ContextStackFrame.BuiltInTemplateRule, ContextStackFrame.CallingApplication, ContextStackFrame.CallTemplate, ContextStackFrame.FunctionCall, ContextStackFrame.VariableEvaluation
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
print
(PrintStream out) Display a representation of the stack frame on the specified output streamMethods inherited from class net.sf.saxon.trace.ContextStackFrame
getContainer, getContextItem, getLineNumber, getSystemId, setContainer, setContextItem, setLineNumber, setSystemId, showLocation
-
Constructor Details
-
BuiltInTemplateRule
public BuiltInTemplateRule()
-
-
Method Details
-
print
Description copied from class:ContextStackFrame
Display a representation of the stack frame on the specified output stream- Specified by:
print
in classContextStackFrame
- Parameters:
out
- the output stream
-