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

12

/external/webkit/Source/WebCore/dom/
H A DEntity.h33 String publicId() const { ASSERT_NOT_REACHED(); return String(); } function in class:WebCore::Entity
H A DNotation.h33 const String& publicId() const { return m_publicId; } function in class:WebCore::Notation
37 Notation(Document*, const String& name, const String& publicId, const String& systemId);
H A DDocumentType.cpp31 DocumentType::DocumentType(Document* document, const String& name, const String& publicId, const String& systemId) argument
34 , m_publicId(publicId)
H A DNotation.cpp28 Notation::Notation(Document* document, const String& name, const String& publicId, const String& systemId) argument
31 , m_publicId(publicId)
H A DDocumentType.h35 static PassRefPtr<DocumentType> create(Document* document, const String& name, const String& publicId, const String& systemId) argument
37 return adoptRef(new DocumentType(document, name, publicId, systemId));
44 const String& publicId() const { return m_publicId; } function in class:WebCore::DocumentType
49 DocumentType(Document*, const String& name, const String& publicId, const String& systemId);
H A DDOMImplementation.cpp216 const String& publicId, const String& systemId, ExceptionCode& ec)
222 return DocumentType::create(0, qualifiedName, publicId, systemId);
215 createDocumentType(const String& qualifiedName, const String& publicId, const String& systemId, ExceptionCode& ec) argument
H A DXMLDocumentParserQt.cpp692 QStringRef publicId = m_stream.dtdPublicId(); local
695 //qDebug() << dtd << name << publicId << systemId;
696 if ((publicId == QLatin1String("-//W3C//DTD XHTML 1.0 Transitional//EN"))
697 || (publicId == QLatin1String("-//W3C//DTD XHTML 1.1//EN"))
698 || (publicId == QLatin1String("-//W3C//DTD XHTML 1.0 Strict//EN"))
699 || (publicId == QLatin1String("-//W3C//DTD XHTML 1.0 Frameset//EN"))
700 || (publicId == QLatin1String("-//W3C//DTD XHTML Basic 1.0//EN"))
701 || (publicId == QLatin1String("-//W3C//DTD XHTML 1.1 plus MathML 2.0//EN"))
702 || (publicId == QLatin1String("-//W3C//DTD XHTML 1.1 plus MathML 2.0 plus SVG 1.1//EN"))
704 || (publicId
[all...]
/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);
/external/webkit/Source/WebCore/bindings/objc/
H A DDOMImplementationFront.cpp57 PassRefPtr<DocumentType> DOMImplementationFront::createDocumentType(const String& qualifiedName, const String& publicId, const String& systemId, ExceptionCode& ec) argument
59 return reinterpret_cast<DOMImplementation*>(this)->createDocumentType(qualifiedName, publicId, systemId, ec);
/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/expat/xmlwf/
H A Dxmlfile.c135 const XML_Char *publicId)
203 const XML_Char *publicId)
131 externalEntityRefFilemap(XML_Parser parser, const XML_Char *context, const XML_Char *base, const XML_Char *systemId, const XML_Char *publicId) argument
199 externalEntityRefStream(XML_Parser parser, const XML_Char *context, const XML_Char *base, const XML_Char *systemId, const XML_Char *publicId) argument
H A Dxmlwin32url.cxx36 const XML_Char *systemId, const XML_Char *publicId);
215 const XML_Char *publicId)
251 const XML_Char *publicId)
253 return ((Callback *)arg)->externalEntityRef(context, systemId, publicId);
213 externalEntityRef(const XML_Char *context, const XML_Char *systemId, const XML_Char *publicId) argument
247 externalEntityRef(void *arg, const XML_Char *context, const XML_Char *base, const XML_Char *systemId, const XML_Char *publicId) argument
H A Dxmlwf.c463 const XML_Char *publicId)
468 if (publicId)
469 ftprintf(fp, T(" public=\"%s\""), publicId);
488 const XML_Char *publicId,
503 if (publicId)
504 ftprintf(fp, T(" public=\"%s\""), publicId);
514 if (publicId)
515 ftprintf(fp, T(" public=\"%s\""), publicId);
459 metaNotationDecl(void *userData, const XML_Char *notationName, const XML_Char *base, const XML_Char *systemId, const XML_Char *publicId) argument
481 metaEntityDecl(void *userData, const XML_Char *entityName, int is_param, 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/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/tagsoup/src/org/ccil/cowan/tagsoup/
H A DPYXWriter.java204 public void startDTD(String name, String publicId, String systemId) throws SAXException { } argument
/external/webkit/Source/WebCore/html/
H A DHTMLDocument.cpp347 const String& publicId = docType->publicId(); local
349 || publicId.startsWith("+//Silmaril//dtd html Pro v0r11 19970101//", false)
350 || publicId.startsWith("-//AdvaSoft Ltd//DTD HTML 3.0 asWedit + extensions//", false)
351 || publicId.startsWith("-//AS//DTD HTML 3.0 asWedit + extensions//", false)
352 || publicId.startsWith("-//IETF//DTD HTML 2.0 Level 1//", false)
353 || publicId.startsWith("-//IETF//DTD HTML 2.0 Level 2//", false)
354 || publicId.startsWith("-//IETF//DTD HTML 2.0 Strict Level 1//", false)
355 || publicId.startsWith("-//IETF//DTD HTML 2.0 Strict Level 2//", false)
356 || publicId
[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/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
/external/expat/tests/
H A Druntests.c111 const XML_Char *publicId,
120 const XML_Char *publicId)
776 const XML_Char *publicId)
856 const XML_Char *publicId)
1256 const XML_Char *publicId)
104 dummy_entity_decl_handler(void *userData, 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
116 dummy_notation_decl_handler(void *userData, const XML_Char *notationName, const XML_Char *base, const XML_Char *systemId, const XML_Char *publicId) argument
772 external_entity_loader_set_encoding(XML_Parser parser, const XML_Char *context, const XML_Char *base, const XML_Char *systemId, const XML_Char *publicId) argument
852 external_entity_loader(XML_Parser parser, const XML_Char *context, const XML_Char *base, const XML_Char *systemId, const XML_Char *publicId) argument
1252 external_entity_handler(XML_Parser parser, const XML_Char *context, const XML_Char *base, const XML_Char *systemId, const XML_Char *publicId) argument
/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...]
/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...]

Completed in 3195 milliseconds

12