Searched refs:attlistDeclHandler (Results 1 - 1 of 1) sorted by relevance

/external/expat/lib/
H A Dxmlparse.c596 #define attlistDeclHandler (parser->m_attlistDeclHandler) macro
870 attlistDeclHandler = NULL;
1012 XML_AttlistDeclHandler oldAttlistDeclHandler = attlistDeclHandler;
1072 attlistDeclHandler = oldAttlistDeclHandler;
1457 attlistDeclHandler = attdecl;
4069 if (dtd->keepProcessing && attlistDeclHandler)
4074 if (dtd->keepProcessing && attlistDeclHandler) {
4099 if (attlistDeclHandler && declAttributeType) {
4111 attlistDeclHandler(handlerArg, declElementType->name,
4136 if (attlistDeclHandler
[all...]

Completed in 213 milliseconds