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

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

Completed in 176 milliseconds