Package net.sf.saxon.tree.tiny
Class TreeStatistics
- java.lang.Object
-
- net.sf.saxon.tree.tiny.TreeStatistics
-
public class TreeStatistics extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description Statistics
ASSERTION_TREE_STATISTICS
Statistics
FN_PARSE_STATISTICS
Statistics
RESULT_TREE_STATISTICS
Statistics
SOURCE_DOCUMENT_STATISTICS
Statistics
TEMPORARY_TREE_STATISTICS
-
Constructor Summary
Constructors Constructor Description TreeStatistics()
-
-
-
Field Detail
-
SOURCE_DOCUMENT_STATISTICS
public final Statistics SOURCE_DOCUMENT_STATISTICS
-
TEMPORARY_TREE_STATISTICS
public final Statistics TEMPORARY_TREE_STATISTICS
-
RESULT_TREE_STATISTICS
public final Statistics RESULT_TREE_STATISTICS
-
ASSERTION_TREE_STATISTICS
public final Statistics ASSERTION_TREE_STATISTICS
-
FN_PARSE_STATISTICS
public final Statistics FN_PARSE_STATISTICS
-
-