Searched refs:m_firstElementURI (Results 1 – 1 of 1) sorted by relevance
85 private String m_firstElementURI; field in ToUnknownStream367 if (m_firstTagNotEmitted && m_firstElementURI == null && m_firstElementName != null) in namespaceAfterStartElement()376 m_firstElementURI = uri; in namespaceAfterStartElement()407 if (m_firstElementURI == null) in startPrefixMapping()410 m_firstElementURI = uri; in startPrefixMapping()489 m_firstElementURI = namespaceURI; in startElement()815 if (namespaceURI == null && m_firstElementURI != null) in endElement()816 namespaceURI = m_firstElementURI; in endElement()1054 m_handler.startElement(m_firstElementURI, null, m_firstElementName, m_attributes); in emitFirstTag()1122 && m_firstElementURI != null in isFirstElemHTML()[all …]