Home
last modified time | relevance | path

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

12

/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.c2895 hdlr->notationDecl = xmlSAX2NotationDecl; in xmlSAXVersion()
2971 hdlr->notationDecl = NULL; in xmlSAX2InitHtmlDefaultSAXHandler()
3029 hdlr->notationDecl = NULL; in xmlSAX2InitDocbDefaultSAXHandler()
/external/python/cpython3/Lib/xml/sax/
Dhandler.py214 def notationDecl(self, name, publicId, systemId): member in DTDHandler
Dsaxutils.py294 def notationDecl(self, name, publicId, systemId): member in XMLFilterBase
295 self._dtd_handler.notationDecl(name, publicId, systemId)
Dexpatreader.py404 self._dtd_handler.notationDecl(name, pubid, sysid)
/external/python/cpython2/Lib/xml/sax/
Dhandler.py214 def notationDecl(self, name, publicId, systemId): member in DTDHandler
Dsaxutils.py265 def notationDecl(self, name, publicId, systemId): member in XMLFilterBase
266 self._dtd_handler.notationDecl(name, publicId, systemId)
Dexpatreader.py407 self._dtd_handler.notationDecl(name, pubid, sysid)
/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/os400/libxmlrpg/
DSAX.rpgle104 d notationDecl pr extproc('notationDecl')
/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/libxml2/include/libxml/
DSAX.h88 notationDecl (void *ctx,
Dparser.h727 notationDeclSAXFunc notationDecl; member
768 notationDeclSAXFunc notationDecl; member
/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/expat/xmlwf/
Dxmlwf.c438 notationDecl(void *userData, in notationDecl() function
1116 XML_SetNotationDeclHandler(parser, notationDecl); in tmain()
/external/cldr/tools/java/org/unicode/cldr/test/
DTestCLDRTests.java394 public void notationDecl(String name, String publicId, String systemId)
/external/cldr/tools/java/org/unicode/cldr/util/
DXMLFileReader.java264 public void notationDecl(String name, String publicId, String systemId) { in notationDecl() method in XMLFileReader.MyContentHandler
/external/libxml2/python/
Dlibxml.py230 def notationDecl(self, name, externalID, systemID): member in SAXCallback
/external/cldr/tools/java/org/unicode/cldr/icu/
DTestCldr.java633 public void notationDecl(String name, String publicId, String systemId)
/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
/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/python/cpython2/Lib/test/
Dtest_sax.py693 def notationDecl(self, name, publicId, systemId): member in ExpatReaderTest.TestDTDHandler

12