/external/python/cpython3/Lib/xml/sax/ |
D | handler.py | 214 def notationDecl(self, name, publicId, systemId): member in DTDHandler
|
D | saxutils.py | 293 def notationDecl(self, name, publicId, systemId): member in XMLFilterBase 294 self._dtd_handler.notationDecl(name, publicId, systemId)
|
D | expatreader.py | 412 self._dtd_handler.notationDecl(name, pubid, sysid)
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ |
D | IncrementalSAXSource_Filter.java | 404 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/os400/libxmlrpg/ |
D | SAX.rpgle | 104 d notationDecl pr extproc('notationDecl')
|
/external/apache-xml/src/main/java/org/apache/xalan/transformer/ |
D | TransformerHandlerImpl.java | 276 public void notationDecl(String name, String publicId, String systemId) in notationDecl() method in TransformerHandlerImpl 282 m_dtdHandler.notationDecl(name, publicId, systemId); in notationDecl()
|
D | TransformerIdentityImpl.java | 826 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/ |
D | XSLTElementProcessor.java | 109 public void notationDecl(StylesheetHandler handler, String name, in notationDecl() method in XSLTElementProcessor
|
D | StylesheetHandler.java | 330 public void notationDecl(String name, String publicId, String systemId) in notationDecl() method in StylesheetHandler 332 getCurrentProcessor().notationDecl(this, name, publicId, systemId); in notationDecl()
|
/external/libxml2/ |
D | legacy.c | 344 notationDecl(void *ctx, const xmlChar *name, const xmlChar *publicId, 348 notationDecl(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name ATTRIBUTE_UNUSED, in notationDecl() function
|
D | SAX2.c | 2728 hdlr->notationDecl = xmlSAX2NotationDecl; in xmlSAXVersion() 2802 hdlr->notationDecl = NULL; in xmlSAX2InitHtmlDefaultSAXHandler()
|
D | libxml2.syms | 99 notationDecl;
|
/external/libxml2/include/libxml/ |
D | parser.h | 871 notationDeclSAXFunc notationDecl; member 931 notationDeclSAXFunc notationDecl; member
|
/external/cronet/stable/third_party/libxml/src/include/libxml/ |
D | parser.h | 871 notationDeclSAXFunc notationDecl; member 931 notationDeclSAXFunc notationDecl; member
|
/external/cronet/tot/third_party/libxml/src/include/libxml/ |
D | parser.h | 871 notationDeclSAXFunc notationDecl; member 931 notationDeclSAXFunc notationDecl; member
|
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/test/ |
D | TestCLDRTests.java | 415 public void notationDecl(String name, String publicId, String systemId)
|
/external/expat/expat/xmlwf/ |
D | xmlwf.c | 448 notationDecl(void *userData, const XML_Char *notationName, const XML_Char *base, in notationDecl() function 1285 XML_SetNotationDeclHandler(parser, notationDecl); in tmain()
|
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/ |
D | XMLFileReader.java | 297 public void notationDecl(String name, String publicId, String systemId) { in notationDecl() method in XMLFileReader.LoggingHandler
|
/external/libxml2/python/ |
D | libxml.py | 230 def notationDecl(self, name, externalID, systemID): member in SAXCallback
|
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/icu/ |
D | TestCldr.java | 689 public void notationDecl(String name, String publicId, String systemId)
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
D | SerializerBase.java | 1317 public void notationDecl(String arg0, String arg1, String arg2) in notationDecl() method in SerializerBase
|
/external/cronet/tot/third_party/libxml/src/ |
D | SAX2.c | 2720 hdlr->notationDecl = xmlSAX2NotationDecl; in xmlSAXVersion() 2794 hdlr->notationDecl = NULL; in xmlSAX2InitHtmlDefaultSAXHandler()
|
/external/cronet/stable/third_party/libxml/src/ |
D | SAX2.c | 2720 hdlr->notationDecl = xmlSAX2NotationDecl; in xmlSAXVersion() 2794 hdlr->notationDecl = NULL; in xmlSAX2InitHtmlDefaultSAXHandler()
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/ |
D | SAX2DTM.java | 1601 public void notationDecl(String name, String publicId, String systemId) in notationDecl() method in SAX2DTM
|
/external/python/cpython3/Doc/library/ |
D | xml.sax.handler.rst | 362 .. method:: DTDHandler.notationDecl(name, publicId, systemId)
|