Searched refs:m_currentElemDepth (Results 1 – 6 of 6) sorted by relevance
60 final int m_currentElemDepth; field in ElemContext126 m_currentElemDepth = 0; in ElemContext()142 m_currentElemDepth = previous.m_currentElemDepth + 1; in ElemContext()
271 m_prefixMap.popNamespaces(m_elemContext.m_currentElemDepth, in endElement()352 pushDepth = m_elemContext.m_currentElemDepth + 1; in startPrefixMapping()357 pushDepth = m_elemContext.m_currentElemDepth; in startPrefixMapping()
806 indent(m_elemContext.m_currentElemDepth); in indent()1856 && m_elemContext.m_currentElemDepth > 0) in accumDefaultEscape()2212 m_prefixMap.popNamespaces(m_elemContext.m_currentElemDepth, null); in endElement()2244 indent(m_elemContext.m_currentElemDepth - 1); in endElement()2342 pushDepth = m_elemContext.m_currentElemDepth + 1; in startPrefixMapping()2347 pushDepth = m_elemContext.m_currentElemDepth; in startPrefixMapping()2703 … return m_doIndent && (!m_ispreserve && !m_isprevtext) && m_elemContext.m_currentElemDepth > 0; in shouldIndent()3073 && existing_mapping.m_declarationDepth == m_elemContext.m_currentElemDepth in addAttributeAlways()
562 prefix, uri, m_elemContext.m_currentElemDepth)) in pushNamespace()
970 indent(elemContext.m_currentElemDepth - 1); in endElement()1709 if (m_elemContext.m_currentElemDepth <= 0) in processingInstruction()
1454 return m_docIsEmpty && (m_elemContext.m_currentElemDepth == 0); in documentIsEmpty()