/external/apache-xml/src/main/java/org/apache/xalan/transformer/ |
D | TransformerHandlerImpl.java | 248 public InputSource resolveEntity(String publicId, String systemId) in resolveEntity() 276 public void notationDecl(String name, String publicId, String systemId) in notationDecl() 298 String name, String publicId, String systemId, String notationName) in unparsedEntityDecl() 768 public void startDTD(String name, String publicId, String systemId) in startDTD() 1025 String name, String publicId, String systemId) throws SAXException in externalEntityDecl()
|
D | TransformerIdentityImpl.java | 826 public void notationDecl(String name, String publicId, String systemId) in notationDecl() 852 String name, String publicId, String systemId, String notationName) in unparsedEntityDecl() 1219 public void startDTD(String name, String publicId, String systemId) in startDTD() 1417 public void externalEntityDecl (String name, String publicId, in externalEntityDecl()
|
/external/apache-xml/src/main/java/org/apache/xalan/processor/ |
D | XSLTElementProcessor.java | 92 StylesheetHandler handler, String publicId, String systemId) in resolveEntity() 110 String publicId, String systemId) in notationDecl() 129 String publicId, String systemId, in unparsedEntityDecl()
|
D | StylesheetHandler.java | 307 public InputSource resolveEntity(String publicId, String systemId) in resolveEntity() 330 public void notationDecl(String name, String publicId, String systemId) in notationDecl() 345 public void unparsedEntityDecl(String name, String publicId, in unparsedEntityDecl()
|
/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/internal/xml/ |
D | LocalEntityResolver.java | 32 public InputSource resolveEntity(final String publicId, String systemId) in resolveEntity()
|
/external/python/cpython3/Lib/xml/sax/ |
D | handler.py | 214 def notationDecl(self, name, publicId, systemId): argument 217 def unparsedEntityDecl(self, name, publicId, systemId, ndata): argument 230 def resolveEntity(self, publicId, systemId): argument
|
D | saxutils.py | 294 def notationDecl(self, name, publicId, systemId): argument 297 def unparsedEntityDecl(self, name, publicId, systemId, ndata): argument 302 def resolveEntity(self, publicId, systemId): argument
|
/external/python/cpython2/Lib/xml/sax/ |
D | handler.py | 214 def notationDecl(self, name, publicId, systemId): argument 217 def unparsedEntityDecl(self, name, publicId, systemId, ndata): argument 230 def resolveEntity(self, publicId, systemId): argument
|
D | saxutils.py | 265 def notationDecl(self, name, publicId, systemId): argument 268 def unparsedEntityDecl(self, name, publicId, systemId, ndata): argument 273 def resolveEntity(self, publicId, systemId): argument
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ |
D | NodeLocator.java | 48 public NodeLocator(String publicId, String systemId, in NodeLocator()
|
/external/libxml2/ |
D | testHTML.c | 178 resolveEntityDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *publicId, const xmlChar *systemId) in resolveEntityDebug() 246 const xmlChar *publicId, const xmlChar *systemId, xmlChar *content) in entityDeclDebug() 297 const xmlChar *publicId, const xmlChar *systemId) in notationDeclDebug() 315 const xmlChar *publicId, const xmlChar *systemId, in unparsedEntityDeclDebug()
|
D | legacy.c | 919 resolveEntity(void *ctx, const xmlChar * publicId, in resolveEntity() 975 const xmlChar * publicId, const xmlChar * systemId, in entityDecl() 1035 const xmlChar * publicId, const xmlChar * systemId) in notationDecl() 1054 const xmlChar * publicId, const xmlChar * systemId, in unparsedEntityDecl()
|
D | testSAX.c | 364 resolveEntityDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *publicId, const xmlChar *systemId) in resolveEntityDebug() 441 const xmlChar *publicId, const xmlChar *systemId, xmlChar *content) in entityDeclDebug() 514 const xmlChar *publicId, const xmlChar *systemId) in notationDeclDebug() 535 const xmlChar *publicId, const xmlChar *systemId, in unparsedEntityDeclDebug()
|
D | SAX2.c | 519 xmlSAX2ResolveEntity(void *ctx, const xmlChar *publicId, const xmlChar *systemId) in xmlSAX2ResolveEntity() 665 const xmlChar *publicId, const xmlChar *systemId, xmlChar *content) in xmlSAX2EntityDecl() 849 const xmlChar *publicId, const xmlChar *systemId) in xmlSAX2NotationDecl() 900 const xmlChar *publicId, const xmlChar *systemId, in xmlSAX2UnparsedEntityDecl()
|
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | XMLFileReader.java | 69 public void handleStartDtd(String name, String publicId, String systemId) { in handleStartDtd() 214 public void startDTD(String name, String publicId, String systemId) throws SAXException { in startDTD() 260 …public void externalEntityDecl(String name, String publicId, String systemId) throws SAXException { in externalEntityDecl() 264 public void notationDecl(String name, String publicId, String systemId) { in notationDecl() 280 public void unparsedEntityDecl(String name, String publicId, in unparsedEntityDecl()
|
D | CachingEntityResolver.java | 116 public InputSource resolveEntity(String publicId, String systemId) { in resolveEntity()
|
D | ElementAttributeInfo.java | 186 …public void externalEntityDecl(String name, String publicId, String systemId) throws SAXException { in externalEntityDecl()
|
/external/expat/xmlwf/ |
D | xmlfile.c | 161 const XML_Char *UNUSED_P(publicId)) in externalEntityRefFilemap() 239 const XML_Char *UNUSED_P(publicId)) in externalEntityRefStream()
|
D | xmlwin32url.cxx | 247 const XML_Char *publicId) in externalEntityRef() 283 const XML_Char *publicId) in externalEntityRef()
|
D | xmlwf.c | 58 const XML_Char *publicId; member 442 const XML_Char *publicId) in notationDecl() 717 const XML_Char *publicId) in metaNotationDecl() 743 const XML_Char *publicId, in metaEntityDecl()
|
/external/python/cpython2/Lib/xml/dom/ |
D | expatbuilder.py | 240 def start_doctype_decl_handler(self, doctypeName, systemId, publicId, argument 310 base, systemId, publicId, notationName): argument 327 def notation_decl_handler(self, notationName, base, systemId, publicId): argument 347 def external_entity_ref_handler(self, context, base, systemId, publicId): argument 695 def external_entity_ref_handler(self, context, base, systemId, publicId): argument 892 def start_doctype_decl_handler(self, name, publicId, systemId, argument
|
/external/python/cpython3/Lib/xml/dom/ |
D | expatbuilder.py | 240 def start_doctype_decl_handler(self, doctypeName, systemId, publicId, argument 306 base, systemId, publicId, notationName): argument 323 def notation_decl_handler(self, notationName, base, systemId, publicId): argument 343 def external_entity_ref_handler(self, context, base, systemId, publicId): argument 688 def external_entity_ref_handler(self, context, base, systemId, publicId): argument 880 def start_doctype_decl_handler(self, name, publicId, systemId, argument
|
/external/expat/tests/ |
D | runtests.c | 249 const XML_Char *UNUSED_P(publicId), in dummy_entity_decl_handler() 260 const XML_Char *UNUSED_P(publicId)) in dummy_notation_decl_handler() 353 const XML_Char *UNUSED_P(publicId), in dummy_unparsed_entity_decl_handler() 400 const XML_Char *UNUSED_P(publicId)) in external_entity_optioner() 442 const XML_Char *UNUSED_P(publicId), in param_entity_match_handler() 1576 const XML_Char *UNUSED_P(publicId)) in external_entity_loader() 1681 const XML_Char *UNUSED_P(publicId)) in external_entity_faulter() 3002 const XML_Char *UNUSED_P(publicId)) in external_entity_null_loader() 3249 const XML_Char *UNUSED_P(publicId)) in external_entity_resetter() 3326 const XML_Char *UNUSED_P(publicId)) in external_entity_suspender() [all …]
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/ |
D | SAX2DTM.java | 1574 public InputSource resolveEntity(String publicId, String systemId) in resolveEntity() 1601 public void notationDecl(String name, String publicId, String systemId) in notationDecl() 1627 String name, String publicId, String systemId, String notationName) in unparsedEntityDecl() 2316 String name, String publicId, String systemId) throws SAXException in externalEntityDecl() 2347 public void startDTD(String name, String publicId, String systemId) in startDTD()
|
/external/python/cpython3/Lib/test/ |
D | test_sax.py | 909 def notationDecl(self, name, publicId, systemId): argument 912 def unparsedEntityDecl(self, name, publicId, systemId, ndata): argument 920 def resolveEntity(self, publicId, systemId): argument 973 def resolveEntity(self, publicId, systemId): argument
|