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

1 2 34 5 6 7

  /external/expat/xmlwf/
xmlwf.c 463 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);
  /libcore/dom/src/test/java/org/w3c/domts/
JTidyDOMImplementation.java 59 * @param publicId The external subset public identifier.
77 String publicId,
  /libcore/luni/src/main/java/org/w3c/dom/ls/
LSResourceResolver.java 63 * @param publicId The public identifier of the external entity being
77 String publicId,
DOMImplementationLS.java 106 * <code>LSInput.publicId</code>, <code>LSInput.baseURI</code>, and
  /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 { }
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-apache-resolver.jar 
  /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 335 * @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,
    [all...]
  /libcore/luni/src/main/java/org/w3c/dom/
DOMImplementation.java 39 * @param publicId The external subset public identifier.
54 String publicId,
  /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 992 * @publicId: The public ID of the entity
1004 resolveEntityDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *publicId, const xmlChar *systemId)
1013 if (publicId != NULL)
1014 fprintf(stdout, "%s", (char *)publicId);
1068 * @publicId: The public ID of the entity
1076 const xmlChar *publicId, const xmlChar *systemId, xmlChar *content)
1080 if (publicId == NULL)
1081 publicId = nullstr;
1090 name, type, publicId, systemId, content);
1142 * @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 764 const char* systemId, const char* publicId, int /*hasInternalSubset*/) {
774 jstring javaPublicId = internString(env, parsingContext, publicId);
854 const char*, const char* systemId, const char* publicId) {
869 ScopedLocalRef<jstring> javaPublicId(env, env->NewStringUTF(publicId));
898 static void unparsedEntityDecl(void* data, const char* name, const char* /*base*/, const char* systemId, const char* publicId, const char* notationName) {
908 ScopedLocalRef<jstring> javaPublicId(env, env->NewStringUTF(publicId));
921 static void notationDecl(void* data, const char* name, const char* /*base*/, const char* systemId, const char* publicId) {
931 ScopedLocalRef<jstring> javaPublicId(env, env->NewStringUTF(publicId));
    [all...]

Completed in 437 milliseconds

1 2 34 5 6 7