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

/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DToUnknownStream.java80 private String m_firstElementName; field in class:ToUnknownStream
367 if (m_firstTagNotEmitted && m_firstElementURI == null && m_firstElementName != null)
369 String prefix1 = getPrefixPart(m_firstElementName);
388 if (m_firstElementName != null && shouldFlush)
466 if (m_firstElementName != null)
483 m_firstElementName = elementName;
529 if (m_firstTagNotEmitted && m_firstElementName != null)
1046 if (m_firstElementName != null)
1054 m_handler.startElement(m_firstElementURI, null, m_firstElementName, m_attributes);
1118 getLocalNameUnknown(m_firstElementName)
[all...]

Completed in 44 milliseconds