Searched defs:printSpace (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serialize/
H A DIndentPrinter.java50 * When the end of the part is identified by a call to {@link #printSpace}
134 * #printSpace}) all the accumulated text becomes one part and is
172 public void printSpace() method in class:IndentPrinter
224 * far. This is equivalent to calling {@link #printSpace} but
226 * #printSpace} will only start a new line if the current line
237 // Equivalent to calling printSpace and forcing a flushLine.
262 * #printText} and {@link #printSpace} when the accumulated line plus
H A DPrinter.java252 public void printSpace() method in class:Printer
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/
H A DHeapSummary.java87 printSpace(eden);
91 printSpace(from);
95 printSpace(to);
222 private void printSpace(ContiguousSpace space) { method in class:HeapSummary
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serializer/
H A DToStream.java772 printSpace(depth * m_indentAmount);
790 private void printSpace(int n) throws IOException method in class:ToStream

Completed in 432 milliseconds