Home
last modified time | relevance | path

Searched refs:notationDecl (Results 1 – 9 of 9) sorted by relevance

/external/libxml2/
DSAX.c59 hdlr->notationDecl = xmlSAX2NotationDecl; in initxmlDefaultSAXHandler()
107 hdlr->notationDecl = NULL; in inithtmlDefaultSAXHandler()
154 hdlr->notationDecl = NULL; in initdocbDefaultSAXHandler()
Dlegacy.c220 *((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
DSAX2.c2758 hdlr->notationDecl = xmlSAX2NotationDecl; in xmlSAXVersion()
2834 hdlr->notationDecl = NULL; in xmlSAX2InitHtmlDefaultSAXHandler()
2892 hdlr->notationDecl = NULL; in xmlSAX2InitDocbDefaultSAXHandler()
Dxmlschemas.c28194 (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()
Dparser.c4934 (ctxt->sax->notationDecl != NULL)) in xmlParseNotationDecl()
4935 ctxt->sax->notationDecl(ctxt->userData, name, Pubid, Systemid); in xmlParseNotationDecl()
/external/libxml2/include/libxml/
DSAX.h88 notationDecl (void *ctx,
Dparser.h715 notationDeclSAXFunc notationDecl; member
756 notationDeclSAXFunc notationDecl; member
/external/webkit/WebCore/
DChangeLog-2002-12-0315854 (XMLHandler::internalEntityDecl), (XMLHandler::notationDecl),
DChangeLog-2005-12-1926476 (DocumentBuilder::notationDecl):