Searched refs:m_currentElemDepth (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serializer/
H A DElemContext.java62 final int m_currentElemDepth; field in class:ElemContext
125 m_currentElemDepth = 0;
141 m_currentElemDepth = previous.m_currentElemDepth + 1;
H A DToXMLSAXHandler.java273 m_prefixMap.popNamespaces(m_elemContext.m_currentElemDepth,
355 pushDepth = m_elemContext.m_currentElemDepth + 1;
360 pushDepth = m_elemContext.m_currentElemDepth;
H A DToXMLStream.java334 if (m_elemContext.m_currentElemDepth <= 0 && m_isStandalone)
576 prefix, uri, m_elemContext.m_currentElemDepth))
H A DToStream.java782 indent(m_elemContext.m_currentElemDepth);
1712 && m_elemContext.m_currentElemDepth > 0)
2024 m_prefixMap.popNamespaces(m_elemContext.m_currentElemDepth, null);
2056 indent(m_elemContext.m_currentElemDepth - 1);
2154 pushDepth = m_elemContext.m_currentElemDepth + 1;
2159 pushDepth = m_elemContext.m_currentElemDepth;
2523 return m_doIndent && (!m_ispreserve && !m_isprevtext) && (m_elemContext.m_currentElemDepth > 0 || m_isStandalone);
2859 && existing_mapping.m_declarationDepth == m_elemContext.m_currentElemDepth
H A DToHTMLStream.java930 indent(elemContext.m_currentElemDepth - 1);
1662 if (m_elemContext.m_currentElemDepth <= 0)

Completed in 188 milliseconds