HomeSort by relevance Sort by last modified time
    Searched defs:m_firstElementName (Results 1 - 2 of 2) 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...]
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 170 milliseconds