Home
last modified time | relevance | path

Searched refs:sysid (Results 1 – 16 of 16) sorted by relevance

/external/python/cpython2/Lib/xml/sax/
D_exceptions.py91 sysid = self.getSystemId()
92 if sysid is None:
93 sysid = "<unknown>"
100 return "%s:%s:%s: %s" % (sysid, linenum, colnum, self._msg)
Dexpatreader.py381 def start_doctype_decl(self, name, sysid, pubid, has_internal_subset): argument
382 self._lex_handler_prop.startDTD(name, pubid, sysid)
384 def unparsed_entity_decl(self, name, base, sysid, pubid, notation_name): argument
385 self._dtd_handler.unparsedEntityDecl(name, pubid, sysid, notation_name)
387 def notation_decl(self, name, base, sysid, pubid): argument
388 self._dtd_handler.notationDecl(name, pubid, sysid)
390 def external_entity_ref(self, context, base, sysid, pubid): argument
394 source = self._ent_handler.resolveEntity(pubid, sysid)
Dsaxutils.py325 sysid = source.getSystemId()
328 if isinstance(sysid, unicode):
333 sysid = sysid.encode(encoding)
337 sysid = sysid.decode(encoding)
340 sysidfilename = os.path.join(basehead, sysid)
/external/libxml2/include/libxml/
Dxmlwriter.h305 const xmlChar * sysid);
315 const xmlChar * sysid,
322 const xmlChar * sysid,
329 const xmlChar * sysid,
434 const xmlChar * sysid,
440 const xmlChar * sysid,
449 sysid,
462 const xmlChar * sysid);
/external/libxml2/
Dxmlwriter.c2831 const xmlChar * pubid, const xmlChar * sysid) in xmlTextWriterStartDTD() argument
2878 if (sysid == 0) { in xmlTextWriterStartDTD()
2914 if (sysid != 0) { in xmlTextWriterStartDTD()
2943 xmlOutputBufferWriteString(writer->out, (const char *) sysid); in xmlTextWriterStartDTD()
3051 const xmlChar * sysid, const char *format, ...) in xmlTextWriterWriteFormatDTD() argument
3058 rc = xmlTextWriterWriteVFormatDTD(writer, name, pubid, sysid, format, in xmlTextWriterWriteFormatDTD()
3082 const xmlChar * sysid, in xmlTextWriterWriteVFormatDTD() argument
3095 rc = xmlTextWriterWriteDTD(writer, name, pubid, sysid, buf); in xmlTextWriterWriteVFormatDTD()
3117 const xmlChar * sysid, const xmlChar * subset) in xmlTextWriterWriteDTD() argument
3123 count = xmlTextWriterStartDTD(writer, name, pubid, sysid); in xmlTextWriterWriteDTD()
[all …]
Dcatalog.c2351 xmlChar *sysid = NULL; in xmlParseSGMLCatalog() local
2419 cur = xmlParseSGMLCatalogPubid(cur, &sysid); in xmlParseSGMLCatalog()
2453 cur = xmlParseSGMLCatalogPubid(cur, &sysid); in xmlParseSGMLCatalog()
2463 cur = xmlParseSGMLCatalogPubid(cur, &sysid); in xmlParseSGMLCatalog()
2475 if (sysid != NULL) in xmlParseSGMLCatalog()
2476 xmlFree(sysid); in xmlParseSGMLCatalog()
2481 base = xmlStrdup(sysid); in xmlParseSGMLCatalog()
2486 filename = xmlBuildURI(sysid, base); in xmlParseSGMLCatalog()
2503 entry = xmlNewCatalogEntry(type, sysid, NULL, NULL, in xmlParseSGMLCatalog()
2505 res = xmlHashAddEntry(catal->sgml, sysid, entry); in xmlParseSGMLCatalog()
[all …]
DMakefile.am707 …$(CHECKER) $(top_builddir)/xmlcatalog --noout --add public Pubid sysid $(srcdir)/result/catalogs/m…
715 $(CHECKER) $(top_builddir)/xmlcatalog --noout --del sysid $(srcdir)/result/catalogs/mycatalog; \
Dtestapi.c44278 xmlChar * sysid; /* the system identifier, which is the URI of the DTD */ in test_xmlTextWriterStartDTD() local
44289 sysid = gen_const_xmlChar_ptr(n_sysid, 3); in test_xmlTextWriterStartDTD()
44291 …lTextWriterStartDTD(writer, (const xmlChar *)name, (const xmlChar *)pubid, (const xmlChar *)sysid); in test_xmlTextWriterStartDTD()
44297 des_const_xmlChar_ptr(n_sysid, (const xmlChar *)sysid, 3); in test_xmlTextWriterStartDTD()
44969 xmlChar * sysid; /* the system identifier, which is the URI of the DTD */ in test_xmlTextWriterWriteDTD() local
44983 sysid = gen_const_xmlChar_ptr(n_sysid, 3); in test_xmlTextWriterWriteDTD()
44986 …D(writer, (const xmlChar *)name, (const xmlChar *)pubid, (const xmlChar *)sysid, (const xmlChar *)… in test_xmlTextWriterWriteDTD()
44992 des_const_xmlChar_ptr(n_sysid, (const xmlChar *)sysid, 3); in test_xmlTextWriterWriteDTD()
45129 xmlChar * sysid; /* the system identifier, which is the URI of the DTD */ in test_xmlTextWriterWriteDTDEntity() local
45148 sysid = gen_const_xmlChar_ptr(n_sysid, 4); in test_xmlTextWriterWriteDTDEntity()
[all …]
DChangeLog2610 * xmlwriter.c: Insert space between pubid and sysid when both
/external/libxml2/os400/libxmlrpg/
Dxmlwriter.rpgle514 d sysid * value options(*string) const xmlChar *
530 d sysid * value options(*string) const xmlChar *
548 d sysid * value options(*string) const xmlChar *
558 d sysid * value options(*string) const xmlChar *
571 d sysid * value options(*string) const xmlChar *
737 d sysid * value options(*string) const xmlChar *
746 d sysid * value options(*string) const xmlChar *
757 d sysid * value options(*string) const xmlChar *
770 d sysid * value options(*string) const xmlChar *
/external/python/cpython2/Modules/expat/
Dexpat.h301 const XML_Char *sysid,
/external/expat/lib/
Dexpat.h301 const XML_Char *sysid,
/external/python/cpython2/Lib/test/
Dtest_pyexpat.py114 name, base, sysid, pubid = args
/external/python/cpython2/Modules/
Dpyexpat.c863 const XML_Char *sysid, const XML_Char *pubid,
866 string_intern(self, sysid), string_intern(self, pubid),
/external/expat/
DChanges263 sysid, pubid, has_internal_subset
/external/expat/tests/
Druntests.c120 const XML_Char *UNUSED_P(sysid), in dummy_start_doctype_handler() argument