Home | History | Annotate | Download | only in formatting

Lines Matching defs:measure

308                 // Measure the indentation of the start node such that we can indent
319 // for </baz>. We don't measure the depth of <bar/>, a child of the start node,
323 indentationLevels = m.measure(initialDepth, root);
672 * Utility class which can measure the indentation strings for various node levels in
692 * Measure the various depths found in the range (defined in the constructor)
702 public String[] measure(int initialDepth, Node root) {