Searched refs:m_doIndent (Results 1 - 4 of 4) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DToXMLStream.java86 m_doIndent = xmlListener.m_doIndent;
150 if (m_doIndent) {
187 if (m_doIndent && !m_isprevtext)
H A DToHTMLStream.java666 m_doIndent = true;
756 if (m_doIndent && !m_isprevtext)
839 if (m_doIndent)
901 if (m_doIndent)
955 if (m_doIndent)
964 else if (m_doIndent && (!m_inBlockElem || isBlockElement))
1037 if (m_doIndent && !m_preserves.isEmpty())
1815 if (m_doIndent)
H A DSerializerBase.java180 protected boolean m_doIndent = false; field in class:SerializerBase
691 return m_doIndent;
1257 this.m_doIndent = false;
H A DToStream.java83 * m_ispreserve is only relevant if m_doIndent is true.
84 * If m_doIndent is false this field has no impact.
93 * Used only in shouldIndent() but only if m_doIndent is true.
94 * If m_doIndent is false this flag has no impact.
104 * only if m_doIndent is true.
105 * If m_doIndent is false this flag has no impact.
152 * Used only in indent() which is called only if m_doIndent is true.
153 * If m_doIndent is false this flag has no impact.
506 m_doIndent = b;
2256 if (!m_elemContext.m_startTagOpen && m_doIndent)
[all...]

Completed in 69 milliseconds