HomeSort by relevance Sort by last modified time
    Searched full:m_firstelementname (Results 1 - 1 of 1) sorted by null

  /external/apache-xml/src/main/java/org/apache/xml/serializer/
ToUnknownStream.java 80 private String m_firstElementName;
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);
    [all...]

Completed in 50 milliseconds