HomeSort by relevance Sort by last modified time
    Searched defs:m_firstElementURI (Results 1 - 2 of 2) sorted by null

  /external/apache-xml/src/main/java/org/apache/xml/serializer/
ToUnknownStream.java 85 private String m_firstElementURI;
367 if (m_firstTagNotEmitted && m_firstElementURI == null && m_firstElementName != null)
376 m_firstElementURI = uri;
407 if (m_firstElementURI == null)
410 m_firstElementURI = uri;
489 m_firstElementURI = namespaceURI;
815 if (namespaceURI == null && m_firstElementURI != null)
816 namespaceURI = m_firstElementURI;
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 276 milliseconds