Searched defs:publicId (Results 1 - 25 of 69) sorted by relevance

123

/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/internal/xml/
H A DLocalEntityResolver.java32 public InputSource resolveEntity(final String publicId, String systemId) argument
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DNodeLocator.java43 * @param publicId a <code>String</code> value
48 public NodeLocator(String publicId, String systemId, argument
51 this.m_publicId = publicId;
H A DIncrementalSAXSource_Filter.java387 public void startDTD(java.lang.String name, java.lang.String publicId, argument
392 clientLexicalHandler. startDTD(name, publicId, systemId);
H A DDTMDocumentImpl.java596 public void startDTD(java.lang.String name, java.lang.String publicId, argument
H A DDTMNodeProxy.java1400 public DocumentType createDocumentType(String qualifiedName,String publicId, String systemId) argument
1530 * are equal: <code>publicId</code>, <code>systemId</code>,
/external/apache-xml/src/main/java/org/apache/xalan/processor/
H A DXSLTElementProcessor.java84 * @param publicId The public identifer, or null if none is
92 StylesheetHandler handler, String publicId, String systemId)
104 * @param publicId The notation public identifier, or null if not
110 String publicId, String systemId)
122 * @param publicId The entity public identifier, or null if not
129 String publicId, String systemId,
91 resolveEntity( StylesheetHandler handler, String publicId, String systemId) argument
109 notationDecl(StylesheetHandler handler, String name, String publicId, String systemId) argument
128 unparsedEntityDecl(StylesheetHandler handler, String name, String publicId, String systemId, String notationName) argument
H A DStylesheetHandler.java298 * @param publicId The public identifer, or null if none is
307 public InputSource resolveEntity(String publicId, String systemId) argument
310 return getCurrentProcessor().resolveEntity(this, publicId, systemId);
325 * @param publicId The notation public identifier, or null if not
330 public void notationDecl(String name, String publicId, String systemId) argument
332 getCurrentProcessor().notationDecl(this, name, publicId, systemId);
339 * @param publicId The entity public identifier, or null if not
345 public void unparsedEntityDecl(String name, String publicId, argument
348 getCurrentProcessor().unparsedEntityDecl(this, name, publicId, systemId,
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DDOMBuilder.java702 * @param publicId The declared public identifier for the
709 public void startDTD(String name, String publicId, String systemId) argument
/external/skia/src/xml/
H A DSkXMLParser.cpp120 const XML_Char *publicId,
113 entity_decl_handler(void *data, const XML_Char *entityName, int is_parameter_entity, const XML_Char *value, int value_length, const XML_Char *base, const XML_Char *systemId, const XML_Char *publicId, const XML_Char *notationName) argument
/external/tagsoup/src/org/ccil/cowan/tagsoup/
H A DPYXWriter.java204 public void startDTD(String name, String publicId, String systemId) throws SAXException { } argument
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
H A DTransformerHandlerImpl.java236 * @param publicId The entity's public identifier, or null.
248 public InputSource resolveEntity(String publicId, String systemId) argument
254 return m_entityResolver.resolveEntity(publicId, systemId);
270 * @param publicId The notation's public identifier, or null.
276 public void notationDecl(String name, String publicId, String systemId) argument
282 m_dtdHandler.notationDecl(name, publicId, systemId);
290 * @param publicId The entity's public identifier, or null.
298 String name, String publicId, String systemId, String notationName)
304 m_dtdHandler.unparsedEntityDecl(name, publicId, systemId, notationName);
759 * @param publicId Th
297 unparsedEntityDecl( String name, String publicId, String systemId, String notationName) argument
768 startDTD(String name, String publicId, String systemId) argument
1024 externalEntityDecl( String name, String publicId, String systemId) argument
[all...]
H A DTransformerIdentityImpl.java817 * @param publicId The notation public identifier, or null if not
826 public void notationDecl(String name, String publicId, String systemId) argument
830 m_resultDTDHandler.notationDecl(name, publicId, systemId);
841 * @param publicId The entity public identifier, or null if not
852 String name, String publicId, String systemId, String notationName)
857 m_resultDTDHandler.unparsedEntityDecl(name, publicId, systemId,
1210 * @param publicId The declared public identifier for the
1219 public void startDTD(String name, String publicId, String systemId) argument
1224 m_resultLexicalHandler.startDTD(name, publicId, systemId);
1410 * @param publicId Th
851 unparsedEntityDecl( String name, String publicId, String systemId, String notationName) argument
1417 externalEntityDecl(String name, String publicId, String systemId) argument
[all...]
/external/libxml2/
H A DtestHTML.c166 * @publicId: The public ID of the entity
178 resolveEntityDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *publicId, const xmlChar *systemId) argument
184 if (publicId != NULL)
185 fprintf(stdout, "%s", (char *)publicId);
238 * @publicId: The public ID of the entity
246 const xmlChar *publicId, const xmlChar *systemId, xmlChar *content)
249 name, type, publicId, systemId, content);
290 * @publicId: The public ID of the entity
297 const xmlChar *publicId, const xmlChar *systemId)
300 (char *) name, (char *) publicId, (cha
245 entityDeclDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name, int type, const xmlChar *publicId, const xmlChar *systemId, xmlChar *content) argument
296 notationDeclDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name, const xmlChar *publicId, const xmlChar *systemId) argument
314 unparsedEntityDeclDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name, const xmlChar *publicId, const xmlChar *systemId, const xmlChar *notationName) argument
[all...]
H A Dlegacy.c906 * @publicId: The public ID of the entity
919 resolveEntity(void *ctx, const xmlChar * publicId, argument
923 return (xmlSAX2ResolveEntity(ctx, publicId, systemId));
966 * @publicId: The public ID of the entity
975 const xmlChar * publicId, const xmlChar * systemId,
979 xmlSAX2EntityDecl(ctx, name, type, publicId, systemId, content);
1027 * @publicId: The public ID of the entity
1035 const xmlChar * publicId, const xmlChar * systemId)
1038 xmlSAX2NotationDecl(ctx, name, publicId, systemId);
1045 * @publicId
974 entityDecl(void *ctx, const xmlChar * name, int type, const xmlChar * publicId, const xmlChar * systemId, xmlChar * content) argument
1034 notationDecl(void *ctx, const xmlChar * name, const xmlChar * publicId, const xmlChar * systemId) argument
1053 unparsedEntityDecl(void *ctx, const xmlChar * name, const xmlChar * publicId, const xmlChar * systemId, const xmlChar * notationName) argument
[all...]
H A DtestSAX.c352 * @publicId: The public ID of the entity
364 resolveEntityDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *publicId, const xmlChar *systemId) argument
373 if (publicId != NULL)
374 fprintf(stdout, "%s", (char *)publicId);
433 * @publicId: The public ID of the entity
441 const xmlChar *publicId, const xmlChar *systemId, xmlChar *content)
445 if (publicId == NULL)
446 publicId = nullstr;
455 name, type, publicId, systemId, content);
507 * @publicId
440 entityDeclDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name, int type, const xmlChar *publicId, const xmlChar *systemId, xmlChar *content) argument
513 notationDeclDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name, const xmlChar *publicId, const xmlChar *systemId) argument
534 unparsedEntityDeclDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name, const xmlChar *publicId, const xmlChar *systemId, const xmlChar *notationName) argument
[all...]
H A DSAX2.c506 * @publicId: The public ID of the entity
518 xmlSAX2ResolveEntity(void *ctx, const xmlChar *publicId, const xmlChar *systemId) argument
535 "SAX.xmlSAX2ResolveEntity(%s, %s)\n", publicId, systemId);
539 (const char *) publicId, ctxt);
656 * @publicId: The public ID of the entity
664 const xmlChar *publicId, const xmlChar *systemId, xmlChar *content)
673 name, type, publicId, systemId, content);
676 ent = xmlAddDocEntity(ctxt->myDoc, name, type, publicId,
695 ent = xmlAddDtdEntity(ctxt->myDoc, name, type, publicId,
841 * @publicId
663 xmlSAX2EntityDecl(void *ctx, const xmlChar *name, int type, const xmlChar *publicId, const xmlChar *systemId, xmlChar *content) argument
847 xmlSAX2NotationDecl(void *ctx, const xmlChar *name, const xmlChar *publicId, const xmlChar *systemId) argument
898 xmlSAX2UnparsedEntityDecl(void *ctx, const xmlChar *name, const xmlChar *publicId, const xmlChar *systemId, const xmlChar *notationName) argument
[all...]
H A Dxmllint.c995 * @publicId: The public ID of the entity
1007 resolveEntityDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *publicId, const xmlChar *systemId) argument
1016 if (publicId != NULL)
1017 fprintf(stdout, "%s", (char *)publicId);
1071 * @publicId: The public ID of the entity
1079 const xmlChar *publicId, const xmlChar *systemId, xmlChar *content)
1083 if (publicId == NULL)
1084 publicId = nullstr;
1093 name, type, publicId, systemId, content);
1145 * @publicId
1078 entityDeclDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name, int type, const xmlChar *publicId, const xmlChar *systemId, xmlChar *content) argument
1151 notationDeclDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name, const xmlChar *publicId, const xmlChar *systemId) argument
1172 unparsedEntityDeclDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name, const xmlChar *publicId, const xmlChar *systemId, const xmlChar *notationName) argument
[all...]
H A Druntest.c919 * @publicId: The public ID of the entity
931 resolveEntityDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *publicId, const xmlChar *systemId) argument
940 if (publicId != NULL)
941 fprintf(SAXdebug, "%s", (char *)publicId);
1000 * @publicId: The public ID of the entity
1008 const xmlChar *publicId, const xmlChar *systemId, xmlChar *content)
1012 if (publicId == NULL)
1013 publicId = nullstr;
1022 name, type, publicId, systemId, content);
1074 * @publicId
1007 entityDeclDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name, int type, const xmlChar *publicId, const xmlChar *systemId, xmlChar *content) argument
1080 notationDeclDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name, const xmlChar *publicId, const xmlChar *systemId) argument
1101 unparsedEntityDeclDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name, const xmlChar *publicId, const xmlChar *systemId, const xmlChar *notationName) argument
[all...]
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DToHTMLStream.java1860 public void startDTD(String name, String publicId, String systemId) argument
1864 super.startDTD(name, publicId, systemId);
1913 String publicId,
1911 externalEntityDecl( String name, String publicId, String systemId) argument
H A DToUnknownStream.java748 String publicId,
756 m_handler.externalEntityDecl(name, publicId, systemId);
944 public void startDTD(String name, String publicId, String systemId) argument
947 m_handler.startDTD(name, publicId, systemId);
746 externalEntityDecl( String name, String publicId, String systemId) argument
H A DToStream.java901 * @param publicId The declared public identifier of the entity, or
910 String publicId,
919 if (publicId != null) {
921 m_writer.write(publicId);
2657 * @param publicId The declared public identifier for the
2666 public void startDTD(String name, String publicId, String systemId) argument
2670 setDoctypePublic(publicId);
908 externalEntityDecl( String name, String publicId, String systemId) argument
/external/testng/src/main/java/org/testng/xml/
H A DTestNGContentHandler.java92 public InputSource resolveEntity(String systemId, String publicId) argument
95 if (Parser.DEPRECATED_TESTNG_DTD_URL.equals(publicId)
96 || Parser.TESTNG_DTD_URL.equals(publicId)) {
102 System.out.println("WARNING: couldn't find in classpath " + publicId
104 result = super.resolveEntity(systemId, publicId);
115 result = super.resolveEntity(systemId, publicId);
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
H A DSAX2DTM.java162 * publicId, systemID, notationName, and name.
1562 * @param publicId The public identifer, or null if none is
1574 public InputSource resolveEntity(String publicId, String systemId) argument
1592 * @param publicId The notation public identifier, or null if not
1601 public void notationDecl(String name, String publicId, String systemId) argument
1616 * @param publicId The entity public identifier, or null if not
1627 String name, String publicId, String systemId, String notationName)
1647 m_entities.addElement(publicId);
2308 * @param publicId The declared public identifier of the entity, or
2316 String name, String publicId, Strin
1626 unparsedEntityDecl( String name, String publicId, String systemId, String notationName) argument
2315 externalEntityDecl( String name, String publicId, String systemId) argument
2347 startDTD(String name, String publicId, String systemId) argument
[all...]
/external/skia/src/ports/
H A DSkFontMgr_android_parser.cpp583 const XML_Char *publicId,
576 xml_entity_decl_handler(void *data, const XML_Char *entityName, int is_parameter_entity, const XML_Char *value, int value_length, const XML_Char *base, const XML_Char *systemId, const XML_Char *publicId, const XML_Char *notationName) argument
/external/libxml2/python/
H A Dlibxml.c1263 const xmlChar * publicId,
1273 publicId, systemId, content);
1286 const xmlChar * publicId, const xmlChar * systemId)
1294 (char *) "sss", name, publicId,
1368 const xmlChar * publicId,
1379 (char *) "ssss", name, publicId, systemId,
1260 pythonEntityDecl(void *user_data, const xmlChar * name, int type, const xmlChar * publicId, const xmlChar * systemId, xmlChar * content) argument
1284 pythonNotationDecl(void *user_data, const xmlChar * name, const xmlChar * publicId, const xmlChar * systemId) argument
1366 pythonUnparsedEntityDecl(void *user_data, const xmlChar * name, const xmlChar * publicId, const xmlChar * systemId, const xmlChar * notationName) argument

Completed in 482 milliseconds

123