Home
last modified time | relevance | path

Searched refs:XML_NotationDeclHandler (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/expat/lib/
H A Dexpat.h387 typedef void(XMLCALL *XML_NotationDeclHandler)(void *userData, typedef
612 XML_SetNotationDeclHandler(XML_Parser parser, XML_NotationDeclHandler handler);
H A Dxmlparse.c674 XML_NotationDeclHandler m_notationDeclHandler;
1358 XML_NotationDeclHandler oldNotationDeclHandler; in XML_ExternalEntityParserCreate()
1791 XML_SetNotationDeclHandler(XML_Parser parser, XML_NotationDeclHandler handler) { in XML_SetNotationDeclHandler()