Home
last modified time | relevance | path

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

/external/apache-xml/src/main/java/org/apache/xml/serializer/
DToHTMLStream.java51 private boolean m_inBlockElem = false; field in ToHTMLStream
847 && (!m_inBlockElem in startElement()
856 m_inBlockElem = !isBlockElement; in startElement()
964 else if (m_doIndent && (!m_inBlockElem || isBlockElement)) in endElement()
971 m_inBlockElem = !isBlockElement; in endElement()
2025 m_inBlockElem = false; in resetToHTMLStream()