Home
last modified time | relevance | path

Searched refs:shouldIndent (Results 1 – 3 of 3) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xml/serializer/
DToXMLStream.java279 if (shouldIndent()) in processingInstruction()
354 if (shouldIndent()) in entityReference()
DToHTMLStream.java958 boolean shouldIndent = false; in endElement()
967 shouldIndent = true; in endElement()
969 if (!elemContext.m_startTagOpen && shouldIndent) in endElement()
1611 if (shouldIndent()) in cdata()
1691 if (shouldIndent()) in processingInstruction()
DToStream.java1270 if (shouldIndent()) in cdata()
1936 if (shouldIndent() && m_startNewLine) in startElement()
2243 if (shouldIndent()) in endElement()
2416 if (shouldIndent()) in comment()
2701 protected boolean shouldIndent() in shouldIndent() method in ToStream