HomeSort by relevance Sort by last modified time
    Searched full:publicid (Results 76 - 100 of 162) sorted by null

1 2 34 5 6 7

  /libcore/luni/src/main/java/org/xml/sax/ext/
DeclHandler.java 133 * @param publicId The entity's public identifier, or null if none
140 public abstract void externalEntityDecl (String name, String publicId,
LexicalHandler.java 74 * @param publicId The declared public identifier for the
85 public abstract void startDTD (String name, String publicId,
EntityResolver2.java 167 * @param publicId The public identifier of the external entity being
192 String publicId,
  /external/tagsoup/src/org/ccil/cowan/tagsoup/
Parser.java 484 String publicid = s.getPublicId(); local
487 if (i == null) i = getInputStream(publicid, systemid);
505 // Get an InputStream based on a publicid and a systemid
506 private InputStream getInputStream(String publicid, String systemid) throws IOException, SAXException {
835 String publicid = null; local
846 publicid = v[3];
856 publicid = trimquotes(publicid);
859 publicid = cleanPublicid(publicid);
    [all...]
PYXScanner.java 40 public void resetDocumentLocator(String publicid, String systemid) {
HTMLScanner.java 296 Reset document locator, supplying systemid and publicid.
298 @param publicid Public id
301 public void resetDocumentLocator(String publicid, String systemid) {
302 thePublicid = publicid;
PYXWriter.java 204 public void startDTD(String name, String publicId, String systemId) throws SAXException { }
XMLWriter.java     [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/transformer/
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/webkit/Source/WebKit/win/Interfaces/
DOMCore.idl 76 - (DOMDocumentType *)createDocumentType:(NSString *)qualifiedName :(NSString *)publicId :(NSString *)systemId;
78 HRESULT createDocumentType([in] BSTR qualifiedName, [in] BSTR publicId, [in] BSTR systemId, [out, retval] IDOMDocumentType** result);
762 - (NSString *)publicId;
764 HRESULT publicId([out, retval] BSTR* result);
  /frameworks/base/media/libdrm/mobile1/include/xml/
xml_tinyParser.h 109 uint32_t publicid; member in struct:_WBXML
  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
documenttypeinternalSubset01.java 36 * Create a new DocumentType node with null values for publicId and systemId.
importNode09.java 40 * Method should return a node of type Entity whose publicId, systemId and
importNode13.java 92 assertEquals("publicId", "notation1File", publicVal);
  /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/libxml2/include/libxml/
parser.h 327 * @publicId: The public ID of the entity
340 const xmlChar *publicId,
395 * @publicId: The public ID of the entity
404 const xmlChar *publicId,
411 * @publicId: The public ID of the entity
418 const xmlChar *publicId,
456 * @publicId: The public ID of the entity
464 const xmlChar *publicId,
    [all...]
  /libcore/luni/src/main/java/org/w3c/dom/
DOMImplementation.java 39 * @param publicId The external subset public identifier.
54 String publicId,
  /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...]
  /external/libxml2/
SAX2.c 480 * @publicId: The public ID of the entity
492 xmlSAX2ResolveEntity(void *ctx, const xmlChar *publicId, const xmlChar *systemId)
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: The public ID of the entit
    [all...]
xmllint.c 983 * @publicId: The public ID of the entity
995 resolveEntityDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *publicId, const xmlChar *systemId)
1004 if (publicId != NULL)
1005 fprintf(stdout, "%s", (char *)publicId);
1059 * @publicId: The public ID of the entity
1067 const xmlChar *publicId, const xmlChar *systemId, xmlChar *content)
1071 if (publicId == NULL)
1072 publicId = nullstr;
1081 name, type, publicId, systemId, content);
1133 * @publicId: The public ID of the entit
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/processor/
StylesheetHandler.java 298 * @param publicId The public identifer, or null if none is
307 public InputSource resolveEntity(String publicId, String systemId)
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)
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,
348 getCurrentProcessor().unparsedEntityDecl(this, name, publicId, systemId,
    [all...]
  /libcore/luni/src/main/native/
org_apache_harmony_xml_ExpatParser.cpp 767 const char* systemId, const char* publicId, int /*hasInternalSubset*/) {
777 jstring javaPublicId = internString(env, parsingContext, publicId);
857 const char*, const char* systemId, const char* publicId) {
872 ScopedLocalRef<jstring> javaPublicId(env, env->NewStringUTF(publicId));
901 static void unparsedEntityDecl(void* data, const char* name, const char* /*base*/, const char* systemId, const char* publicId, const char* notationName) {
911 ScopedLocalRef<jstring> javaPublicId(env, env->NewStringUTF(publicId));
924 static void notationDecl(void* data, const char* name, const char* /*base*/, const char* systemId, const char* publicId) {
934 ScopedLocalRef<jstring> javaPublicId(env, env->NewStringUTF(publicId));
    [all...]
  /libcore/luni/src/main/java/org/w3c/dom/ls/
DOMImplementationLS.java 106 * <code>LSInput.publicId</code>, <code>LSInput.baseURI</code>, and
  /libcore/luni/src/test/java/libcore/xml/
SimpleParserTest.java 212 public InputSource resolveEntity(String publicId, String systemId)

Completed in 2721 milliseconds

1 2 34 5 6 7