Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libxml/src/
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.c2778 hdlr->notationDecl = xmlSAX2NotationDecl; in xmlSAXVersion()
2854 hdlr->notationDecl = NULL; in xmlSAX2InitHtmlDefaultSAXHandler()
2912 hdlr->notationDecl = NULL; in xmlSAX2InitDocbDefaultSAXHandler()
Dxmlschemas.c28266 (ctxt->user_sax->notationDecl != NULL)) in notationDeclSplit()
28267 ctxt->user_sax->notationDecl(ctxt->user_data, name, publicId, in notationDeclSplit()
28533 if (old_sax->notationDecl != NULL) in xmlSchemaSAXPlug()
28534 ret->schemas_sax.notationDecl = notationDeclSplit; in xmlSchemaSAXPlug()
Dparser.c5043 (ctxt->sax->notationDecl != NULL)) in xmlParseNotationDecl()
5044 ctxt->sax->notationDecl(ctxt->userData, name, Pubid, Systemid); in xmlParseNotationDecl()
/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.c2866 hdlr->notationDecl = xmlSAX2NotationDecl; in xmlSAXVersion()
2942 hdlr->notationDecl = NULL; in xmlSAX2InitHtmlDefaultSAXHandler()
3000 hdlr->notationDecl = NULL; in xmlSAX2InitDocbDefaultSAXHandler()
Dxmlschemas.c28347 (ctxt->user_sax->notationDecl != NULL)) in notationDeclSplit()
28348 ctxt->user_sax->notationDecl(ctxt->user_data, name, publicId, in notationDeclSplit()
28614 if (old_sax->notationDecl != NULL) in xmlSchemaSAXPlug()
28615 ret->schemas_sax.notationDecl = notationDeclSplit; in xmlSchemaSAXPlug()
Dparser.c5365 (ctxt->sax->notationDecl != NULL)) in xmlParseNotationDecl()
5366 ctxt->sax->notationDecl(ctxt->userData, name, Pubid, Systemid); in xmlParseNotationDecl()
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DIncrementalSAXSource_Filter.java404 public void notationDecl(String a, String b, String c) throws SAXException in notationDecl() method in IncrementalSAXSource_Filter
407 clientDTDHandler.notationDecl(a,b,c); in notationDecl()
/external/libxml2/include/libxml/
DSAX.h88 notationDecl (void *ctx,
Dparser.h727 notationDeclSAXFunc notationDecl; member
768 notationDeclSAXFunc notationDecl; member
/external/chromium_org/third_party/libxml/src/include/libxml/
DSAX.h88 notationDecl (void *ctx,
Dparser.h724 notationDeclSAXFunc notationDecl; member
765 notationDeclSAXFunc notationDecl; member
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
DTransformerHandlerImpl.java276 public void notationDecl(String name, String publicId, String systemId) in notationDecl() method in TransformerHandlerImpl
282 m_dtdHandler.notationDecl(name, publicId, systemId); in notationDecl()
DTransformerIdentityImpl.java826 public void notationDecl(String name, String publicId, String systemId) in notationDecl() method in TransformerIdentityImpl
830 m_resultDTDHandler.notationDecl(name, publicId, systemId); in notationDecl()
/external/apache-xml/src/main/java/org/apache/xalan/processor/
DXSLTElementProcessor.java109 public void notationDecl(StylesheetHandler handler, String name, in notationDecl() method in XSLTElementProcessor
DStylesheetHandler.java330 public void notationDecl(String name, String publicId, String systemId) in notationDecl() method in StylesheetHandler
332 getCurrentProcessor().notationDecl(this, name, publicId, systemId); in notationDecl()
/external/apache-xml/src/main/java/org/apache/xml/serializer/
DSerializerBase.java1317 public void notationDecl(String arg0, String arg1, String arg2) in notationDecl() method in SerializerBase
DToStream.java3489 public void notationDecl(String name, String pubID, String sysID) throws SAXException { in notationDecl() method
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
DSAX2DTM.java1601 public void notationDecl(String name, String publicId, String systemId) in notationDecl() method in SAX2DTM
/external/chromium_org/third_party/libxml/src/win32/
Dlibxml2.def.src435 notationDecl