Home
last modified time | relevance | path

Searched refs:publicId (Results 1 – 25 of 84) sorted by relevance

1234

/external/apache-xml/src/main/java/org/apache/xalan/transformer/
DTransformerHandlerImpl.java248 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 …]
DTransformerIdentityImpl.java826 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/
DtestSAX.c364 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 …]
DtestHTML.c178 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()
Dlegacy.c919 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()
DSAX2.c518 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 …]
Dxmllint.c1007 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 …]
Druntest.c931 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 …]
Dtestlimits.c790 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/
DSAX2.h62 const xmlChar *publicId,
69 const xmlChar *publicId,
88 const xmlChar *publicId,
93 const xmlChar *publicId,
DSAX.h64 const xmlChar *publicId,
71 const xmlChar *publicId,
90 const xmlChar *publicId,
95 const xmlChar *publicId,
Dparser.h351 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/
DNodeLocator.java48 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/
DXSLTElementProcessor.java92 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
DStylesheetHandler.java307 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/
Dexpat.h337 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/
DTestNGContentHandler.java92 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/
DSAX.rpgle78 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 *
DSAX2.rpgle85 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/
DToUnknownStream.java748 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/
DLocalEntityResolver.java32 public InputSource resolveEntity(final String publicId, String systemId) in resolveEntity() argument
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/cldr/
DTestCLDRVsICU.java625 … 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/
DTestCLDRVsICU.java626 … 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/
DSAX2DTM.java1574 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/
Druntests.c137 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

1234