/external/apache-xml/src/main/java/org/apache/xalan/transformer/ |
TransformerHandlerImpl.java | 236 * @param publicId The entity's public identifier, or null. 248 public InputSource resolveEntity(String publicId, String systemId) 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) 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 The declared public identifier for th [all...] |
TransformerIdentityImpl.java | 817 * @param publicId The notation public identifier, or null if not 826 public void notationDecl(String name, String publicId, String systemId) 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, [all...] |
/external/libxml2/include/libxml/ |
SAX.h | 64 const xmlChar *publicId, 71 const xmlChar *publicId, 90 const xmlChar *publicId, 95 const xmlChar *publicId,
|
SAX2.h | 62 const xmlChar *publicId, 69 const xmlChar *publicId, 88 const xmlChar *publicId, 93 const xmlChar *publicId,
|
/external/webkit/Source/WebCore/bindings/objc/ |
DOMImplementationFront.h | 48 PassRefPtr<DocumentType> createDocumentType(const String& qualifiedName, const String& publicId, const String& systemId, ExceptionCode&);
|
/external/webkit/Source/WebCore/dom/ |
XMLDocumentParserQt.cpp | 692 QStringRef publicId = m_stream.dtdPublicId(); 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 == QLatin1String("-//WAPFORUM//DTD XHTML Mobile 1.0//EN") [all...] |
DOMImplementation.h | 48 PassRefPtr<DocumentType> createDocumentType(const String& qualifiedName, const String& publicId, const String& systemId, ExceptionCode&);
|
/libcore/dom/src/test/java/org/w3c/domts/ |
JTidyDOMImplementation.java | 59 * @param publicId The external subset public identifier. 77 String publicId,
|
/libcore/dom/src/test/java/org/w3c/domts/level2/core/ |
createDocumentType02.java | 34 * The "createDocumentType(qualifiedName,publicId,systemId)" method for a 38 * Invoke method createDocumentType(qualifiedName,publicId,systemId) on 69 String publicId = "http://www.localhost.com/"; 113 docType = domImpl.createDocumentType(qualifiedName, publicId, systemId);
|
/libcore/luni/src/main/java/org/xml/sax/helpers/ |
XMLFilterImpl.java | 366 * @param publicId The entity's public identifier, or null. 375 public InputSource resolveEntity (String publicId, String systemId) 379 return entityResolver.resolveEntity(publicId, systemId); 397 * @param publicId The notation's public identifier, or null. 402 public void notationDecl (String name, String publicId, String systemId) 406 dtdHandler.notationDecl(name, publicId, systemId); 415 * @param publicId The entity's public identifier, or null. 421 public void unparsedEntityDecl (String name, String publicId, 426 dtdHandler.unparsedEntityDecl(name, publicId, systemId,
|
/libcore/luni/src/test/java/libcore/xml/ |
ExpatSaxParserTest.java | 373 assertEquals("bar", handler.publicId); 411 String publicId; 426 public void startDTD(String name, String publicId, String systemId) { 428 this.publicId = publicId; 443 public void notationDecl(String name, String publicId, String systemId) { 445 this.ndPublicId = publicId; 450 public void unparsedEntityDecl(String entityName, String publicId, String systemId, String notationName) { 452 this.uePublicId = publicId; 528 public InputSource resolveEntity(String publicId, String systemId [all...] |
SaxTest.java | 231 @Override public InputSource resolveEntity(String publicId, String systemId) { 234 @Override public void notationDecl(String name, String publicId, String systemId) { 238 String name, String publicId, String systemId, String notationName) {
|
/libcore/luni/src/main/java/org/apache/harmony/xml/ |
ExpatReader.java | 300 private void parse(Reader in, String publicId, String systemId) 306 publicId, 312 private void parse(InputStream in, String encoding, String publicId, 318 publicId,
|
/external/libxml2/ |
legacy.c | 906 * @publicId: The public ID of the entity 919 resolveEntity(void *ctx, const xmlChar * publicId, 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: The public ID of the entit [all...] |
/external/expat/amiga/include/libraries/ |
expat.h | 238 const XML_Char *publicId, 250 const XML_Char *publicId, 258 const XML_Char *publicId); 276 const XML_Char *publicId);
|
/external/expat/xmlwf/ |
xmlwin32url.cxx | 36 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);
|
/external/webkit/LayoutTests/dom/html/level2/core/ |
createDocumentType04.js | 82 var publicId = "http://www.example.com/"; 93 docType = domImpl.createDocumentType("",publicId,systemId);
|
/external/webkit/LayoutTests/dom/xhtml/level2/core/ |
createDocumentType04.js | 82 var publicId = "http://www.example.com/"; 93 docType = domImpl.createDocumentType("",publicId,systemId);
|
/external/apache-xml/src/main/java/org/apache/xalan/processor/ |
XSLTElementProcessor.java | 84 * @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,
|
/libcore/luni/src/test/java/tests/api/javax/xml/parsers/ |
SAXParserTestSupport.java | 267 public void notationDecl(String name, String publicId, 270 publicId + ParsingSupport.SEPARATOR_STRING + 282 public InputSource resolveEntity(String publicId, String systemId) { 283 // data_resolveEntity.append(publicId + 330 public void unparsedEntityDecl(String name, String publicId, 333 // + ParsingSupport.SEPARATOR_STRING + publicId 438 public void notationDecl(String name, String publicId, 450 public InputSource resolveEntity(String publicId, String systemId) { 482 public void unparsedEntityDecl(String name, String publicId,
|
/cts/tests/tests/app/src/android/app/cts/ |
DownloadManagerTest.java | 166 long publicId = mDownloadManager.enqueue(requestPublic); 175 assertSuccessfulDownload(publicId, publicLocation); 179 assertRemoveDownload(publicId, allDownloads - 3);
|
/external/expat/lib/ |
expat.h | 316 be non-NULL and systemId, publicID, and notationName will be NULL. 322 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). [all...] |
/external/webkit/LayoutTests/dom/xhtml/level3/core/ |
nodereplacechild40.js | 90 var publicId = null; 109 newDocType = domImpl.createDocumentType(rootName,publicId,systemId);
|
/prebuilt/darwin-x86/toolchain/arm-eabi-4.4.3/include/ |
expat.h | 316 be non-NULL and systemId, publicID, and notationName will be NULL. 322 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). [all...] |
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/include/ |
expat.h | 316 be non-NULL and systemId, publicID, and notationName will be NULL. 322 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). [all...] |