/external/apache-xml/src/main/java/org/apache/xalan/transformer/ |
D | TransformerHandlerImpl.java | 248 public InputSource resolveEntity(String publicId, String systemId) in resolveEntity() argument 254 return m_entityResolver.resolveEntity(publicId, systemId); in resolveEntity() 276 public void notationDecl(String name, String publicId, String systemId) in notationDecl() argument 282 m_dtdHandler.notationDecl(name, publicId, systemId); in notationDecl() 298 String name, String publicId, String systemId, String notationName) in unparsedEntityDecl() argument 304 m_dtdHandler.unparsedEntityDecl(name, publicId, systemId, notationName); in unparsedEntityDecl() 768 public void startDTD(String name, String publicId, String systemId) in startDTD() argument 774 + publicId + ", " + systemId); in startDTD() 778 m_lexicalHandler.startDTD(name, publicId, systemId); in startDTD() 1025 String name, String publicId, String systemId) throws SAXException in externalEntityDecl() argument [all …]
|
D | TransformerIdentityImpl.java | 826 public void notationDecl(String name, String publicId, String systemId) in notationDecl() argument 830 m_resultDTDHandler.notationDecl(name, publicId, systemId); in notationDecl() 852 String name, String publicId, String systemId, String notationName) in unparsedEntityDecl() argument 857 m_resultDTDHandler.unparsedEntityDecl(name, publicId, systemId, in unparsedEntityDecl() 1219 public void startDTD(String name, String publicId, String systemId) in startDTD() argument 1224 m_resultLexicalHandler.startDTD(name, publicId, systemId); in startDTD() 1417 public void externalEntityDecl (String name, String publicId, in externalEntityDecl() argument 1422 m_resultDeclHandler.externalEntityDecl(name, publicId, systemId); in externalEntityDecl()
|
/external/libxml2/ |
D | testSAX.c | 364 resolveEntityDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *publicId, const xmlChar *systemId) in resolveEntityDebug() argument 373 if (publicId != NULL) in resolveEntityDebug() 374 fprintf(stdout, "%s", (char *)publicId); in resolveEntityDebug() 441 const xmlChar *publicId, const xmlChar *systemId, xmlChar *content) in entityDeclDebug() argument 445 if (publicId == NULL) in entityDeclDebug() 446 publicId = nullstr; in entityDeclDebug() 455 name, type, publicId, systemId, content); in entityDeclDebug() 514 const xmlChar *publicId, const xmlChar *systemId) in notationDeclDebug() argument 520 (char *) name, (char *) publicId, (char *) systemId); in notationDeclDebug() 535 const xmlChar *publicId, const xmlChar *systemId, in unparsedEntityDeclDebug() argument [all …]
|
D | testHTML.c | 178 resolveEntityDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *publicId, const xmlChar *systemId) in resolveEntityDebug() argument 184 if (publicId != NULL) in resolveEntityDebug() 185 fprintf(stdout, "%s", (char *)publicId); in resolveEntityDebug() 246 const xmlChar *publicId, const xmlChar *systemId, xmlChar *content) in entityDeclDebug() argument 249 name, type, publicId, systemId, content); in entityDeclDebug() 297 const xmlChar *publicId, const xmlChar *systemId) in notationDeclDebug() argument 300 (char *) name, (char *) publicId, (char *) systemId); in notationDeclDebug() 315 const xmlChar *publicId, const xmlChar *systemId, in unparsedEntityDeclDebug() argument 319 (char *) name, (char *) publicId, (char *) systemId, in unparsedEntityDeclDebug()
|
D | legacy.c | 919 resolveEntity(void *ctx, const xmlChar * publicId, in resolveEntity() argument 923 return (xmlSAX2ResolveEntity(ctx, publicId, systemId)); in resolveEntity() 975 const xmlChar * publicId, const xmlChar * systemId, in entityDecl() argument 979 xmlSAX2EntityDecl(ctx, name, type, publicId, systemId, content); in entityDecl() 1035 const xmlChar * publicId, const xmlChar * systemId) in notationDecl() argument 1038 xmlSAX2NotationDecl(ctx, name, publicId, systemId); in notationDecl() 1054 const xmlChar * publicId, const xmlChar * systemId, in unparsedEntityDecl() argument 1058 xmlSAX2UnparsedEntityDecl(ctx, name, publicId, systemId, in unparsedEntityDecl()
|
D | SAX2.c | 518 xmlSAX2ResolveEntity(void *ctx, const xmlChar *publicId, const xmlChar *systemId) in xmlSAX2ResolveEntity() argument 535 "SAX.xmlSAX2ResolveEntity(%s, %s)\n", publicId, systemId); in xmlSAX2ResolveEntity() 539 (const char *) publicId, ctxt); in xmlSAX2ResolveEntity() 664 const xmlChar *publicId, const xmlChar *systemId, xmlChar *content) in xmlSAX2EntityDecl() argument 673 name, type, publicId, systemId, content); in xmlSAX2EntityDecl() 676 ent = xmlAddDocEntity(ctxt->myDoc, name, type, publicId, in xmlSAX2EntityDecl() 695 ent = xmlAddDtdEntity(ctxt->myDoc, name, type, publicId, in xmlSAX2EntityDecl() 848 const xmlChar *publicId, const xmlChar *systemId) in xmlSAX2NotationDecl() argument 858 "SAX.xmlSAX2NotationDecl(%s, %s, %s)\n", name, publicId, systemId); in xmlSAX2NotationDecl() 861 if ((publicId == NULL) && (systemId == NULL)) { in xmlSAX2NotationDecl() [all …]
|
D | xmllint.c | 1007 resolveEntityDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *publicId, const xmlChar *systemId) in resolveEntityDebug() argument 1016 if (publicId != NULL) in resolveEntityDebug() 1017 fprintf(stdout, "%s", (char *)publicId); in resolveEntityDebug() 1079 const xmlChar *publicId, const xmlChar *systemId, xmlChar *content) in entityDeclDebug() argument 1083 if (publicId == NULL) in entityDeclDebug() 1084 publicId = nullstr; in entityDeclDebug() 1093 name, type, publicId, systemId, content); in entityDeclDebug() 1152 const xmlChar *publicId, const xmlChar *systemId) in notationDeclDebug() argument 1158 (char *) name, (char *) publicId, (char *) systemId); in notationDeclDebug() 1173 const xmlChar *publicId, const xmlChar *systemId, in unparsedEntityDeclDebug() argument [all …]
|
D | runtest.c | 931 resolveEntityDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *publicId, const xmlChar *systemId) in resolveEntityDebug() argument 940 if (publicId != NULL) in resolveEntityDebug() 941 fprintf(SAXdebug, "%s", (char *)publicId); in resolveEntityDebug() 1008 const xmlChar *publicId, const xmlChar *systemId, xmlChar *content) in entityDeclDebug() argument 1012 if (publicId == NULL) in entityDeclDebug() 1013 publicId = nullstr; in entityDeclDebug() 1022 name, type, publicId, systemId, content); in entityDeclDebug() 1081 const xmlChar *publicId, const xmlChar *systemId) in notationDeclDebug() argument 1087 (char *) name, (char *) publicId, (char *) systemId); in notationDeclDebug() 1102 const xmlChar *publicId, const xmlChar *systemId, in unparsedEntityDeclDebug() argument [all …]
|
D | testlimits.c | 790 const xmlChar * publicId ATTRIBUTE_UNUSED, in resolveEntityCallback() 847 const xmlChar * publicId ATTRIBUTE_UNUSED, in entityDeclCallback() 906 const xmlChar * publicId ATTRIBUTE_UNUSED, in notationDeclCallback() 926 const xmlChar * publicId ATTRIBUTE_UNUSED, in unparsedEntityDeclCallback()
|
/external/libxml2/include/libxml/ |
D | SAX2.h | 62 const xmlChar *publicId, 69 const xmlChar *publicId, 88 const xmlChar *publicId, 93 const xmlChar *publicId,
|
D | SAX.h | 64 const xmlChar *publicId, 71 const xmlChar *publicId, 90 const xmlChar *publicId, 95 const xmlChar *publicId,
|
D | parser.h | 351 const xmlChar *publicId, 415 const xmlChar *publicId, 429 const xmlChar *publicId, 475 const xmlChar *publicId,
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ |
D | NodeLocator.java | 48 public NodeLocator(String publicId, String systemId, in NodeLocator() argument 51 this.m_publicId = publicId; in NodeLocator()
|
/external/apache-xml/src/main/java/org/apache/xalan/processor/ |
D | XSLTElementProcessor.java | 92 StylesheetHandler handler, String publicId, String systemId) in resolveEntity() argument 110 String publicId, String systemId) in notationDecl() argument 129 String publicId, String systemId, in unparsedEntityDecl() argument
|
D | StylesheetHandler.java | 307 public InputSource resolveEntity(String publicId, String systemId) in resolveEntity() argument 310 return getCurrentProcessor().resolveEntity(this, publicId, systemId); in resolveEntity() 330 public void notationDecl(String name, String publicId, String systemId) in notationDecl() argument 332 getCurrentProcessor().notationDecl(this, name, publicId, systemId); in notationDecl() 345 public void unparsedEntityDecl(String name, String publicId, in unparsedEntityDecl() argument 348 getCurrentProcessor().unparsedEntityDecl(this, name, publicId, systemId, in unparsedEntityDecl()
|
/external/expat/lib/ |
D | expat.h | 337 const XML_Char *publicId, 358 const XML_Char *publicId, 370 const XML_Char *publicId); 437 const XML_Char *publicId);
|
/external/testng/src/main/java/org/testng/xml/ |
D | TestNGContentHandler.java | 92 public InputSource resolveEntity(String systemId, String publicId) in resolveEntity() argument 95 if (Parser.DEPRECATED_TESTNG_DTD_URL.equals(publicId) in resolveEntity() 96 || Parser.TESTNG_DTD_URL.equals(publicId)) { in resolveEntity() 102 System.out.println("WARNING: couldn't find in classpath " + publicId in resolveEntity() 104 result = super.resolveEntity(systemId, publicId); in resolveEntity() 115 result = super.resolveEntity(systemId, publicId); in resolveEntity()
|
/external/libxml2/os400/libxmlrpg/ |
D | SAX.rpgle | 78 d publicId * value options(*string) const xmlChar * 85 d publicId * value options(*string) const xmlChar * 107 d publicId * value options(*string) const xmlChar * 114 d publicId * value options(*string) const xmlChar *
|
D | SAX2.rpgle | 85 d publicId * value options(*string) const xmlChar * 93 d publicId * value options(*string) const xmlChar * 118 d publicId * value options(*string) const xmlChar * 125 d publicId * value options(*string) const xmlChar *
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
D | ToUnknownStream.java | 748 String publicId, in externalEntityDecl() argument 756 m_handler.externalEntityDecl(name, publicId, systemId); in externalEntityDecl() 944 public void startDTD(String name, String publicId, String systemId) in startDTD() argument 947 m_handler.startDTD(name, publicId, systemId); in startDTD()
|
/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() argument
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/cldr/ |
D | TestCLDRVsICU.java | 625 … public void notationDecl(String name, String publicId, String systemId) throws SAXException { 626 logln("notationDecl: " + name + ", " + publicId + ", " + systemId); 637 … public void unparsedEntityDecl(String name, String publicId, String systemId, String notationName) 639 … logln("unparsedEntityDecl: " + name + ", " + publicId + ", " + systemId + ", " + notationName);
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/cldr/ |
D | TestCLDRVsICU.java | 626 … public void notationDecl(String name, String publicId, String systemId) throws SAXException { 627 logln("notationDecl: " + name + ", " + publicId + ", " + systemId); 638 … public void unparsedEntityDecl(String name, String publicId, String systemId, String notationName) 640 … logln("unparsedEntityDecl: " + name + ", " + publicId + ", " + systemId + ", " + notationName);
|
/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() argument 1601 public void notationDecl(String name, String publicId, String systemId) in notationDecl() argument 1627 String name, String publicId, String systemId, String notationName) in unparsedEntityDecl() argument 1647 m_entities.addElement(publicId); in unparsedEntityDecl() 2316 String name, String publicId, String systemId) throws SAXException in externalEntityDecl() argument 2347 public void startDTD(String name, String publicId, String systemId) in startDTD() argument
|
/external/expat/tests/ |
D | runtests.c | 137 const XML_Char *UNUSED_P(publicId), in dummy_entity_decl_handler() argument 146 const XML_Char *UNUSED_P(publicId)) in dummy_notation_decl_handler() argument 864 const XML_Char *UNUSED_P(publicId)) in external_entity_loader_set_encoding() argument 944 const XML_Char *UNUSED_P(publicId)) in external_entity_loader() argument 1439 const XML_Char *UNUSED_P(publicId)) in external_entity_handler() argument
|