Searched refs:m_firstElementName (Results 1 – 1 of 1) sorted by relevance
80 private String m_firstElementName; field in ToUnknownStream367 if (m_firstTagNotEmitted && m_firstElementURI == null && m_firstElementName != null) in namespaceAfterStartElement()369 String prefix1 = getPrefixPart(m_firstElementName); in namespaceAfterStartElement()388 if (m_firstElementName != null && shouldFlush) in startPrefixMapping()466 if (m_firstElementName != null) in startElement()483 m_firstElementName = elementName; in startElement()529 if (m_firstTagNotEmitted && m_firstElementName != null) in comment()1046 if (m_firstElementName != null) in emitFirstTag()1054 m_handler.startElement(m_firstElementURI, null, m_firstElementName, m_attributes); in emitFirstTag()1118 getLocalNameUnknown(m_firstElementName).equalsIgnoreCase("html"); in isFirstElemHTML()