Searched refs:publicId (Results 1 - 25 of 61) sorted by relevance

123

/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;
/external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/lib/tree_adapters/
H A Ddefault.js49 exports.setDocumentType = function (document, name, publicId, systemId) {
61 doctypeNode.publicId = publicId;
69 publicId: publicId,
178 return doctypeNode.publicId;
H A Dhtmlparser2.js123 exports.setDocumentType = function (document, name, publicId, systemId) {
124 var data = Doctype.serializeContent(name, publicId, systemId),
137 doctypeNode['x-publicId'] = publicId;
147 'x-publicId': publicId,
294 return doctypeNode['x-publicId'];
/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 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 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 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 Druntest.c873 * @publicId: The public ID of the entity
885 resolveEntityDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *publicId, const xmlChar *systemId) argument
894 if (publicId != NULL)
895 fprintf(SAXdebug, "%s", (char *)publicId);
954 * @publicId: The public ID of the entity
962 const xmlChar *publicId, const xmlChar *systemId, xmlChar *content)
966 if (publicId == NULL)
967 publicId = nullstr;
976 name, type, publicId, systemId, content);
1028 * @publicId
961 entityDeclDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name, int type, const xmlChar *publicId, const xmlChar *systemId, xmlChar *content) argument
1034 notationDeclDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name, const xmlChar *publicId, const xmlChar *systemId) argument
1055 unparsedEntityDeclDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name, const xmlChar *publicId, const xmlChar *systemId, const xmlChar *notationName) argument
[all...]
H A Dxmllint.c994 * @publicId: The public ID of the entity
1006 resolveEntityDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *publicId, const xmlChar *systemId) argument
1015 if (publicId != NULL)
1016 fprintf(stdout, "%s", (char *)publicId);
1070 * @publicId: The public ID of the entity
1078 const xmlChar *publicId, const xmlChar *systemId, xmlChar *content)
1082 if (publicId == NULL)
1083 publicId = nullstr;
1092 name, type, publicId, systemId, content);
1144 * @publicId
1077 entityDeclDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name, int type, const xmlChar *publicId, const xmlChar *systemId, xmlChar *content) argument
1150 notationDeclDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name, const xmlChar *publicId, const xmlChar *systemId) argument
1171 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/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/include/libxml/
H A DSAX.h64 const xmlChar *publicId,
71 const xmlChar *publicId,
90 const xmlChar *publicId,
95 const xmlChar *publicId,
H A DSAX2.h62 const xmlChar *publicId,
69 const xmlChar *publicId,
88 const xmlChar *publicId,
93 const xmlChar *publicId,
H A Dparser.h338 * @publicId: The public ID of the entity
351 const xmlChar *publicId,
406 * @publicId: The public ID of the entity
415 const xmlChar *publicId,
422 * @publicId: The public ID of the entity
429 const xmlChar *publicId,
467 * @publicId: The public ID of the entity
475 const xmlChar *publicId,
/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/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/test/
H A Dtest_utils.js176 publicId = treeAdapter.getDocumentTypeNodePublicId(node),
183 if (publicId !== null || systemId !== null) {
184 parts.push('"' + (publicId || '') + '"');
/external/jmonkeyengine/engine/src/xml/com/jme3/export/xml/
H A DDOMSerializer.java196 String publicId = docType.getPublicId();
201 if (publicId != null) {
202 writer.append(" PUBLIC '").append(publicId).append("' ");
/external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/lib/simple_api/
H A Dsimple_api_parser.js92 this.handlers.doctype(token.name, token.publicId, token.systemId);
/external/expat/lib/
H A Dexpat.h322 non-NULL. The publicId argument will be NULL unless a public
337 const XML_Char *publicId,
358 const XML_Char *publicId,
370 const XML_Char *publicId);
413 The publicId argument is the public identifier as specified in the
437 const XML_Char *publicId);
696 argument (the publicId and context arguments will be NULL as well).
/external/apache-xml/src/main/java/org/apache/xml/serializer/
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
/external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/test/fixtures/
H A Dtokenizer_test.js58 nextToken.publicId,
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/cldr/
H A DTestCLDRVsICU.java622 public void notationDecl(String name, String publicId, String systemId) throws SAXException {
623 logln("notationDecl: " + name + ", " + publicId + ", " + systemId);
634 public void unparsedEntityDecl(String name, String publicId, String systemId, String notationName)
636 logln("unparsedEntityDecl: " + name + ", " + publicId + ", " + systemId + ", " + notationName);
/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/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/lib/tokenization/
H A Dtokenizer.js324 publicId: null,
1955 this.currentToken.publicId = '';
1960 this.currentToken.publicId = '';
1990 this.currentToken.publicId = '';
1995 this.currentToken.publicId = '';
2025 this.currentToken.publicId += UNICODE.REPLACEMENT_CHARACTER;
2040 this.currentToken.publicId += toChar(cp);
2051 this.currentToken.publicId += UNICODE.REPLACEMENT_CHARACTER;
2066 this.currentToken.publicId += toChar(cp);

Completed in 4292 milliseconds

123