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

123

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDocumentType.idl28 readonly attribute DOMString publicId;
H A DDocumentType.h34 static PassRefPtrWillBeRawPtr<DocumentType> create(Document* document, const String& name, const String& publicId, const String& systemId) argument
36 return adoptRefWillBeNoop(new DocumentType(document, name, publicId, systemId));
40 const String& publicId() const { return m_publicId; } function in class:blink::FINAL
44 DocumentType(Document*, const String& name, const String& publicId, const String& systemId);
H A DDOMImplementation.idl34 DOMString publicId,
H A DDocumentType.cpp31 DocumentType::DocumentType(Document* document, const String& name, const String& publicId, const String& systemId) argument
34 , m_publicId(publicId)
H A DDOMImplementation.h59 PassRefPtrWillBeRawPtr<DocumentType> createDocumentType(const AtomicString& qualifiedName, const String& publicId, const String& systemId, ExceptionState&);
/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_org/third_party/WebKit/Source/core/html/parser/
H A DHTMLConstructionSite.cpp449 void HTMLConstructionSite::setCompatibilityModeFromDoctype(const String& name, const String& publicId, const String& systemId) argument
459 || publicId.startsWith("+//Silmaril//dtd html Pro v0r11 19970101//", false)
460 || publicId.startsWith("-//AdvaSoft Ltd//DTD HTML 3.0 asWedit + extensions//", false)
461 || publicId.startsWith("-//AS//DTD HTML 3.0 asWedit + extensions//", false)
462 || publicId.startsWith("-//IETF//DTD HTML 2.0 Level 1//", false)
463 || publicId.startsWith("-//IETF//DTD HTML 2.0 Level 2//", false)
464 || publicId.startsWith("-//IETF//DTD HTML 2.0 Strict Level 1//", false)
465 || publicId.startsWith("-//IETF//DTD HTML 2.0 Strict Level 2//", false)
466 || publicId.startsWith("-//IETF//DTD HTML 2.0 Strict//", false)
467 || publicId
556 const String& publicId = StringImpl::create8BitIfPossible(token->publicIdentifier()); local
[all...]
/external/chromium_org/third_party/libxml/src/
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.c480 * @publicId: The public ID of the entity
492 xmlSAX2ResolveEntity(void *ctx, const xmlChar *publicId, const xmlChar *systemId) argument
509 "SAX.xmlSAX2ResolveEntity(%s, %s)\n", publicId, systemId);
513 (const char *) publicId, ctxt);
626 * @publicId: The public ID of the entity
634 const xmlChar *publicId, const xmlChar *systemId, xmlChar *content)
643 name, type, publicId, systemId, content);
646 ent = xmlAddDocEntity(ctxt->myDoc, name, type, publicId,
665 ent = xmlAddDtdEntity(ctxt->myDoc, name, type, publicId,
811 * @publicId
633 xmlSAX2EntityDecl(void *ctx, const xmlChar *name, int type, const xmlChar *publicId, const xmlChar *systemId, xmlChar *content) argument
817 xmlSAX2NotationDecl(void *ctx, const xmlChar *name, const xmlChar *publicId, const xmlChar *systemId) argument
868 xmlSAX2UnparsedEntityDecl(void *ctx, 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/chromium_org/third_party/libxml/src/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.h335 * @publicId: The public ID of the entity
348 const xmlChar *publicId,
403 * @publicId: The public ID of the entity
412 const xmlChar *publicId,
419 * @publicId: The public ID of the entity
426 const xmlChar *publicId,
464 * @publicId: The public ID of the entity
472 const xmlChar *publicId,
/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/libxml2/
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...]
/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
/external/chromium_org/third_party/expat/files/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/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

Completed in 6310 milliseconds

123