/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
|
/external/python/cpython2/Lib/xml/sax/ |
D | handler.py | 214 def notationDecl(self, name, publicId, systemId): member in DTDHandler
|
D | saxutils.py | 265 def notationDecl(self, name, publicId, systemId): member in XMLFilterBase
|
/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
|
/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
|
/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
|
D | TransformerIdentityImpl.java | 826 public void notationDecl(String name, String publicId, String systemId) in notationDecl() method in TransformerIdentityImpl
|
/external/libxml2/ |
D | legacy.c | 1034 notationDecl(void *ctx, const xmlChar * name, in notationDecl() function
|
/external/libxml2/include/libxml/ |
D | parser.h | 727 notationDeclSAXFunc notationDecl; member 768 notationDeclSAXFunc notationDecl; member
|
/external/python/cpython2/Lib/test/ |
D | test_sax.py | 693 def notationDecl(self, name, publicId, systemId): member in ExpatReaderTest.TestDTDHandler
|
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | XMLFileReader.java | 253 public void notationDecl(String name, String publicId, String systemId) { in notationDecl() method in XMLFileReader.LoggingHandler
|
/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
|
D | ToStream.java | 3489 public void notationDecl(String name, String pubID, String sysID) throws SAXException { in notationDecl() method
|
/external/expat/xmlwf/ |
D | xmlwf.c | 418 notationDecl(void *userData, const XML_Char *notationName, const XML_Char *base, in notationDecl() function
|
/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/Lib/test/ |
D | test_sax.py | 947 def notationDecl(self, name, publicId, systemId): member in ExpatReaderTest.TestDTDHandler
|
/external/libxml2/python/ |
D | libxml.py | 230 def notationDecl(self, name, externalID, systemID): member in SAXCallback
|