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

  /libcore/luni/src/main/java/org/apache/harmony/xml/
ExpatParser.java 211 /*package*/ void endDtd() throws SAXException {
214 lexicalHandler.endDTD();
  /libcore/luni/src/main/native/
org_apache_harmony_xml_ExpatParser.cpp 808 static void endDtd(void* data) {
998 XML_SetDoctypeDeclHandler(parser, startDtd, endDtd);
    [all...]

Completed in 86 milliseconds