HomeSort by relevance Sort by last modified time
    Searched refs:XML_SetNotationDeclHandler (Results 1 - 10 of 10) sorted by null

  /external/expat/amiga/include/inline4/
expat.h 61 #define XML_SetNotationDeclHandler(parser, handler) IExpat->XML_SetNotationDeclHandler(parser, handler)
  /external/expat/amiga/include/interfaces/
expat.h 64 void APICALL (*XML_SetNotationDeclHandler)(struct ExpatIFace *Self, XML_Parser parser, XML_NotationDeclHandler handler);
  /external/expat/amiga/include/libraries/
expat.h 358 XML_SetNotationDeclHandler(XML_Parser parser,
  /external/expat/lib/
expat.h 604 XML_SetNotationDeclHandler(XML_Parser parser,
    [all...]
xmlparse.c     [all...]
  /external/expat/amiga/
expat_vectors.c 349 XML_SetNotationDeclHandler(parser, handler);
expat_68k.c 525 Self->XML_SetNotationDeclHandler(p->p, _68k_notationdeclhandler);
    [all...]
  /external/expat/tests/
runtests.c 943 XML_SetNotationDeclHandler(parser, dummy_notation_decl_handler);
    [all...]
  /external/expat/xmlwf/
xmlwf.c 820 XML_SetNotationDeclHandler(parser, metaNotationDecl);
  /libcore/luni/src/main/native/
org_apache_harmony_xml_ExpatParser.cpp 994 XML_SetNotationDeclHandler(parser, notationDecl);
    [all...]

Completed in 1918 milliseconds