Package net.sf.saxon.trace
Class TraceLevel
java.lang.Object
net.sf.saxon.trace.TraceLevel
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
NONE
public static final int NONENo tracing- See Also:
-
LOW
public static final int LOWFunction and template calls- See Also:
-
NORMAL
public static final int NORMALInstructions (or the equivalent in XQuery)- See Also:
-
HIGH
public static final int HIGHAll expressions- See Also:
-
-
Constructor Details
-
TraceLevel
public TraceLevel()
-