Searched refs:notationDecl (Results 1 – 9 of 9) sorted by relevance
/external/libxml2/ |
D | SAX.c | 59 hdlr->notationDecl = xmlSAX2NotationDecl; in initxmlDefaultSAXHandler() 107 hdlr->notationDecl = NULL; in inithtmlDefaultSAXHandler() 154 hdlr->notationDecl = NULL; in initdocbDefaultSAXHandler()
|
D | legacy.c | 220 *((notationDeclSAXFunc *) result) = ctxt->sax->notationDecl; in xmlGetFeature() 338 ctxt->sax->notationDecl = *((notationDeclSAXFunc *) value); in xmlSetFeature() 1034 notationDecl(void *ctx, const xmlChar * name, in notationDecl() function
|
D | SAX2.c | 2758 hdlr->notationDecl = xmlSAX2NotationDecl; in xmlSAXVersion() 2834 hdlr->notationDecl = NULL; in xmlSAX2InitHtmlDefaultSAXHandler() 2892 hdlr->notationDecl = NULL; in xmlSAX2InitDocbDefaultSAXHandler()
|
D | xmlschemas.c | 28194 (ctxt->user_sax->notationDecl != NULL)) in notationDeclSplit() 28195 ctxt->user_sax->notationDecl(ctxt->user_data, name, publicId, in notationDeclSplit() 28461 if (old_sax->notationDecl != NULL) in xmlSchemaSAXPlug() 28462 ret->schemas_sax.notationDecl = notationDeclSplit; in xmlSchemaSAXPlug()
|
D | parser.c | 4934 (ctxt->sax->notationDecl != NULL)) in xmlParseNotationDecl() 4935 ctxt->sax->notationDecl(ctxt->userData, name, Pubid, Systemid); in xmlParseNotationDecl()
|
/external/libxml2/include/libxml/ |
D | SAX.h | 88 notationDecl (void *ctx,
|
D | parser.h | 715 notationDeclSAXFunc notationDecl; member 756 notationDeclSAXFunc notationDecl; member
|
/external/webkit/WebCore/ |
D | ChangeLog-2002-12-03 | 15854 (XMLHandler::internalEntityDecl), (XMLHandler::notationDecl),
|
D | ChangeLog-2005-12-19 | 26476 (DocumentBuilder::notationDecl):
|