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

  /libcore/luni/src/main/java/org/apache/harmony/xml/
ExpatParser.java 188 /*package*/ void startNamespace(String prefix, String uri)
  /libcore/luni/src/main/native/
org_apache_harmony_xml_ExpatParser.cpp 696 static void startNamespace(void* data, const char* prefix, const char* uri) {
987 XML_SetNamespaceDeclHandler(parser, startNamespace, endNamespace);
    [all...]

Completed in 76 milliseconds