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

/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serializer/
H A DToXMLStream.java96 m_doIndent = xmlListener.m_doIndent;
163 if (m_doIndent) {
201 if (m_doIndent && !m_isprevtext)
H A DSerializerBase.java153 protected boolean m_doIndent = false; field in class:SerializerBase
674 return m_doIndent;
744 m_doIndent = doIndent;
1319 this.m_doIndent = false;
H A DToHTMLStream.java726 if (m_doIndent && !m_isprevtext)
799 if (m_doIndent)
861 if (m_doIndent)
915 if (m_doIndent)
924 else if (m_doIndent && (!m_inBlockElem || isBlockElement))
997 if (m_doIndent && !m_preserves.isEmpty())
1767 if (m_doIndent)
H A DToStream.java104 * m_ispreserve is only relevant if m_doIndent is true.
105 * If m_doIndent is false this field has no impact.
114 * Used only in shouldIndent() but only if m_doIndent is true.
115 * If m_doIndent is false this flag has no impact.
125 * only if m_doIndent is true.
126 * If m_doIndent is false this flag has no impact.
174 * Used only in indent() which is called only if m_doIndent is true.
175 * If m_doIndent is false this flag has no impact.
2068 if (!m_elemContext.m_startTagOpen && m_doIndent)
2461 if (m_doIndent)
[all...]

Completed in 655 milliseconds