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

/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serializer/
H A DToUnknownStream.java82 private String m_firstElementName; field in class:ToUnknownStream
390 if (m_firstTagNotEmitted && m_firstElementURI == null && m_firstElementName != null)
392 String prefix1 = getPrefixPart(m_firstElementName);
411 if (m_firstElementName != null && shouldFlush)
495 if (m_firstElementName != null)
512 m_firstElementName = elementName;
558 if (m_firstTagNotEmitted && m_firstElementName != null)
1076 if (m_firstElementName != null)
1084 m_handler.startElement(m_firstElementURI, null, m_firstElementName, m_attributes);
1148 getLocalNameUnknown(m_firstElementName)
[all...]

Completed in 32 milliseconds