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

/external/chromium_org/third_party/libxml/src/
H A DSAX.c59 hdlr->notationDecl = xmlSAX2NotationDecl;
107 hdlr->notationDecl = NULL;
154 hdlr->notationDecl = NULL;
H A Dlegacy.c111 "SAX function notationDecl",
219 } else if (!strcmp(name, "SAX function notationDecl")) {
220 *((notationDeclSAXFunc *) result) = ctxt->sax->notationDecl;
337 } else if (!strcmp(name, "SAX function notationDecl")) {
338 ctxt->sax->notationDecl = *((notationDeclSAXFunc *) value);
1024 * notationDecl:
1034 notationDecl(void *ctx, const xmlChar * name, function
1037 DEPRECATED("notationDecl")
H A DSAX2.c2778 hdlr->notationDecl = xmlSAX2NotationDecl;
2854 hdlr->notationDecl = NULL;
2912 hdlr->notationDecl = NULL;
H A Dxmlschemas.c28266 (ctxt->user_sax->notationDecl != NULL))
28267 ctxt->user_sax->notationDecl(ctxt->user_data, name, publicId,
28533 if (old_sax->notationDecl != NULL)
28534 ret->schemas_sax.notationDecl = notationDeclSplit;
/external/libxml2/
H A DSAX.c59 hdlr->notationDecl = xmlSAX2NotationDecl;
107 hdlr->notationDecl = NULL;
154 hdlr->notationDecl = NULL;
H A Dlegacy.c111 "SAX function notationDecl",
219 } else if (!strcmp(name, "SAX function notationDecl")) {
220 *((notationDeclSAXFunc *) result) = ctxt->sax->notationDecl;
337 } else if (!strcmp(name, "SAX function notationDecl")) {
338 ctxt->sax->notationDecl = *((notationDeclSAXFunc *) value);
1024 * notationDecl:
1034 notationDecl(void *ctx, const xmlChar * name, function
1037 DEPRECATED("notationDecl")
H A DSAX2.c2828 hdlr->notationDecl = xmlSAX2NotationDecl;
2904 hdlr->notationDecl = NULL;
2962 hdlr->notationDecl = NULL;
H A Dxmlschemas.c28272 (ctxt->user_sax->notationDecl != NULL))
28273 ctxt->user_sax->notationDecl(ctxt->user_data, name, publicId,
28539 if (old_sax->notationDecl != NULL)
28540 ret->schemas_sax.notationDecl = notationDeclSplit;
/external/chromium_org/third_party/libxml/src/include/libxml/
H A DSAX.h88 notationDecl (void *ctx,
H A Dparser.h724 notationDeclSAXFunc notationDecl; member in struct:_xmlSAXHandler
765 notationDeclSAXFunc notationDecl; member in struct:_xmlSAXHandlerV1
/external/libxml2/include/libxml/
H A DSAX.h88 notationDecl (void *ctx,
H A Dparser.h724 notationDeclSAXFunc notationDecl; member in struct:_xmlSAXHandler
765 notationDeclSAXFunc notationDecl; member in struct:_xmlSAXHandlerV1
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
H A DTransformerHandlerImpl.java274 * @see org.xml.sax.DTDHandler#notationDecl
276 public void notationDecl(String name, String publicId, String systemId) method in class:TransformerHandlerImpl
282 m_dtdHandler.notationDecl(name, publicId, systemId);
H A DTransformerIdentityImpl.java822 * @see org.xml.sax.DTDHandler#notationDecl
826 public void notationDecl(String name, String publicId, String systemId) method in class:TransformerIdentityImpl
830 m_resultDTDHandler.notationDecl(name, publicId, systemId);
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DIncrementalSAXSource_Filter.java404 public void notationDecl(String a, String b, String c) throws SAXException method in class:IncrementalSAXSource_Filter
407 clientDTDHandler.notationDecl(a,b,c);
/external/apache-xml/src/main/java/org/apache/xalan/processor/
H A DXSLTElementProcessor.java107 * @see org.xml.sax.DTDHandler#notationDecl
109 public void notationDecl(StylesheetHandler handler, String name, method in class:XSLTElementProcessor
H A DStylesheetHandler.java328 * @see org.xml.sax.DTDHandler#notationDecl
330 public void notationDecl(String name, String publicId, String systemId) method in class:StylesheetHandler
332 getCurrentProcessor().notationDecl(this, name, publicId, systemId);
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
H A DSAX2DTM.java1597 * @see org.xml.sax.DTDHandler#notationDecl
1601 public void notationDecl(String name, String publicId, String systemId) method in class:SAX2DTM
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DSerializerBase.java1315 * @see org.xml.sax.DTDHandler#notationDecl(java.lang.String, java.lang.String, java.lang.String)
1317 public void notationDecl(String arg0, String arg1, String arg2) method in class:SerializerBase
H A DToStream.java3487 * @see org.xml.sax.DTDHandler#notationDecl(java.lang.String, java.lang.String, java.lang.String)
3489 public void notationDecl(String name, String pubID, String sysID) throws SAXException { method in class:ToStream
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...

Completed in 516 milliseconds