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

/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serializer/
H A DToStream.java114 * Used only in shouldIndent() but only if m_doIndent is true.
124 * Used in endDocument() and shouldIndent() but
1245 if (shouldIndent())
1792 if (shouldIndent() && m_startNewLine)
2055 if (shouldIndent())
2223 if (shouldIndent() && m_isStandalone)
2231 if (shouldIndent() && !m_isStandalone)
2521 protected boolean shouldIndent() method in class:ToStream

Completed in 45 milliseconds