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

/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DToStream.java93 * Used only in shouldIndent() but only if m_doIndent is true.
103 * Used in endDocument() and shouldIndent() but
1270 if (shouldIndent())
1936 if (shouldIndent() && m_startNewLine)
2243 if (shouldIndent())
2416 if (shouldIndent())
2701 protected boolean shouldIndent() method in class:ToStream

Completed in 88 milliseconds