Searched refs:dtd (Results 1 - 25 of 29) sorted by relevance

12

/external/libxml2/
H A Dentities.c201 xmlAddEntity(xmlDtdPtr dtd, const xmlChar *name, int type, argument
210 if (dtd == NULL)
212 if (dtd->doc != NULL)
213 dict = dtd->doc->dict;
219 if (dtd->entities == NULL)
220 dtd->entities = xmlHashCreateDict(0, dict);
221 table = dtd->entities;
225 if (dtd->pentities == NULL)
226 dtd->pentities = xmlHashCreateDict(0, dict);
227 table = dtd
303 xmlDtdPtr dtd; local
352 xmlDtdPtr dtd; local
[all...]
H A Dvalid.c29 static xmlElementPtr xmlGetDtdElementDesc2(xmlDtdPtr dtd, const xmlChar *name,
535 xmlGenericError(xmlGenericErrorContext, "?dtd? ");
1371 * @dtd: pointer to the DTD
1382 xmlDtdPtr dtd, const xmlChar *name,
1390 if (dtd == NULL) {
1447 table = (xmlElementTablePtr) dtd->elements;
1451 if (dtd->doc != NULL)
1452 dict = dtd->doc->dict;
1454 dtd->elements = (void *) table;
1470 if ((dtd
1381 xmlAddElementDecl(xmlValidCtxtPtr ctxt, xmlDtdPtr dtd, const xmlChar *name, xmlElementTypeVal type, xmlElementContentPtr content) argument
1925 xmlAddAttributeDecl(xmlValidCtxtPtr ctxt, xmlDtdPtr dtd, const xmlChar *elem, const xmlChar *name, const xmlChar *ns, xmlAttributeType type, xmlAttributeDefault def, const xmlChar *defaultValue, xmlEnumerationPtr tree) argument
2346 xmlAddNotationDecl(xmlValidCtxtPtr ctxt, xmlDtdPtr dtd, const xmlChar *name, const xmlChar *PublicID, const xmlChar *SystemID) argument
3146 xmlGetDtdElementDesc(xmlDtdPtr dtd, const xmlChar *name) argument
3176 xmlGetDtdElementDesc2(xmlDtdPtr dtd, const xmlChar *name, int create) argument
3244 xmlGetDtdQElementDesc(xmlDtdPtr dtd, const xmlChar *name, const xmlChar *prefix) argument
3268 xmlGetDtdAttrDesc(xmlDtdPtr dtd, const xmlChar *elem, const xmlChar *name) argument
3305 xmlGetDtdQAttrDesc(xmlDtdPtr dtd, const xmlChar *elem, const xmlChar *name, const xmlChar *prefix) argument
3327 xmlGetDtdNotationDesc(xmlDtdPtr dtd, const xmlChar *name) argument
6611 xmlValidateDtd(xmlValidCtxtPtr ctxt, xmlDocPtr doc, xmlDtdPtr dtd) argument
6752 xmlDtdPtr dtd; local
[all...]
H A Dxmlsave.c30 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
34 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd"
38 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"
608 * @dtd: the pointer to the DTD
613 xmlDtdDumpOutput(xmlSaveCtxtPtr ctxt, xmlDtdPtr dtd) { argument
618 if (dtd == NULL) return;
623 xmlOutputBufferWriteString(buf, (const char *)dtd->name);
624 if (dtd->ExternalID != NULL) {
626 xmlBufferWriteQuotedString(buf->buffer, dtd->ExternalID);
628 xmlBufferWriteQuotedString(buf->buffer, dtd
1009 xmlDtdPtr dtd; local
2194 xmlDtdPtr dtd; local
[all...]
H A DdebugXML.c446 xmlCtxtDumpDtdNode(xmlDebugCtxtPtr ctxt, xmlDtdPtr dtd) argument
450 if (dtd == NULL) {
456 if (dtd->type != XML_DTD_NODE) {
462 if (dtd->name != NULL)
463 fprintf(ctxt->output, "DTD(%s)", (char *) dtd->name);
466 if (dtd->ExternalID != NULL)
467 fprintf(ctxt->output, ", PUBLIC %s", (char *) dtd->ExternalID);
468 if (dtd->SystemID != NULL)
469 fprintf(ctxt->output, ", SYSTEM %s", (char *) dtd->SystemID);
475 xmlCtxtGenericNodeCheck(ctxt, (xmlNodePtr) dtd);
1315 xmlCtxtDumpDTD(xmlDebugCtxtPtr ctxt, xmlDtdPtr dtd) argument
1544 xmlDebugDumpDTD(FILE * output, xmlDtdPtr dtd) argument
2637 xmlShellValidate(xmlShellCtxtPtr ctxt, char *dtd, xmlNodePtr node ATTRIBUTE_UNUSED, xmlNodePtr node2 ATTRIBUTE_UNUSED) argument
[all...]
H A Dxmllint.c2401 xmlDtdPtr dtd; local
2403 dtd = xmlGetIntSubset(doc);
2404 if (dtd != NULL) {
2405 xmlUnlinkNode((xmlNodePtr)dtd);
2406 xmlFreeDtd(dtd);
2724 xmlDtdPtr dtd; local
2730 dtd = xmlParseDTD(NULL, (const xmlChar *)dtdvalid);
2732 dtd = xmlParseDTD((const xmlChar *)dtdvalidfpi, NULL);
2736 if (dtd == NULL) {
2759 if (!xmlValidateDtd(cvp, doc, dtd)) {
[all...]
H A Dtree.c151 * @dtd: A pointer to the DTD to search
160 xmlGetEntityFromDtd(xmlDtdPtr dtd, const xmlChar *name) { argument
163 if((dtd != NULL) && (dtd->entities != NULL)) {
164 table = (xmlEntitiesTablePtr) dtd->entities;
172 * @dtd: A pointer to the DTD to search
181 xmlGetParameterEntityFromDtd(xmlDtdPtr dtd, const xmlChar *name) { argument
184 if ((dtd != NULL) && (dtd->pentities != NULL)) {
185 table = (xmlEntitiesTablePtr) dtd
4359 xmlCopyDtd(xmlDtdPtr dtd) argument
[all...]
H A DHTMLparser.c2177 * all tags allowing pc data from the html 4.01 loose dtd
2206 xmlDtdPtr dtd; local
2222 dtd = xmlGetIntSubset(ctxt->myDoc);
2223 if (dtd != NULL && dtd->ExternalID != NULL) {
2224 if (!xmlStrcasecmp(dtd->ExternalID, BAD_CAST "-//W3C//DTD HTML 4.01//EN") ||
2225 !xmlStrcasecmp(dtd->ExternalID, BAD_CAST "-//W3C//DTD HTML 4//EN"))
2260 * @URI: URI for the dtd, or NULL
2306 * @URI: URI for the dtd, or NULL
2317 BAD_CAST "http://www.w3.org/TR/REC-html40/loose.dtd",
4574 xmlDtdPtr dtd; local
5877 xmlDtdPtr dtd; local
[all...]
H A DSAX2.c234 * http://www.sgmlsource.com/dtds/memo.dtd
340 xmlDtdPtr dtd; local
350 dtd = xmlGetIntSubset(ctxt->myDoc);
351 if (dtd != NULL) {
354 xmlUnlinkNode((xmlNodePtr) dtd);
355 xmlFreeDtd(dtd);
H A Dcatalog.c657 xmlDtdPtr dtd; local
667 dtd = xmlNewDtd(doc, BAD_CAST "catalog",
669 BAD_CAST "http://www.oasis-open.org/committees/entity/release/1.0/catalog.dtd");
671 xmlAddChild((xmlNodePtr) doc, (xmlNodePtr) dtd);
/external/expat/lib/
H A Dxmlparse.c442 DTD *dtd);
728 DTD *dtd)
785 if (dtd)
786 _dtd = dtd;
2240 DTD * const dtd = _dtd; local
2321 name = poolStoreString(&dtd->pool, enc,
2326 entity = (ENTITY *)lookup(parser, &dtd->generalEntities, name, 0);
2327 poolDiscard(&dtd->pool);
2332 if (!dtd->hasParamEntityRefs || dtd
725 parserCreate(const XML_Char *encodingName, const XML_Memory_Handling_Suite *memsuite, const XML_Char *nameSep, DTD *dtd) argument
2702 DTD * const dtd = _dtd; /* save one level of indirection */ local
3777 DTD * const dtd = _dtd; local
4942 DTD * const dtd = _dtd; /* save one level of indirection */ local
5093 DTD * const dtd = _dtd; /* save one level of indirection */ local
5402 DTD * const dtd = _dtd; /* save one level of indirection */ local
5433 DTD * const dtd = _dtd; /* save one level of indirection */ local
5495 DTD * const dtd = _dtd; /* save one level of indirection */ local
5564 DTD * const dtd = _dtd; /* save one level of indirection */ local
6276 DTD * const dtd = _dtd; /* save one level of indirection */ local
6328 DTD * const dtd = _dtd; /* save one level of indirection */ local
6362 DTD * const dtd = _dtd; /* save one level of indirection */ local
6386 DTD * const dtd = _dtd; /* save one level of indirection */ local
[all...]
/external/dbus/
H A Dupdate-dbus-docs.sh44 tar cfz dbus-docs.tar.gz doc/*.dtd doc/*.xsl doc/*.xml doc/*.html doc/*.txt doc/api/html/*.html doc/api/html/*.css doc/api/html/*.png doc/api/html/*.gif doc/HACKING doc/AUTHORS doc/NEWS doc/ChangeLog doc/TODO doc/README doc/COPYING doc/*.png doc/*.svg || die "could not tar up docs"
56 scp -p doc/introspect.dtd "${user}"dbus.freedesktop.org:/srv/specifications.freedesktop.org/www/dbus/1.0/introspect.dtd
/external/bzip2/
H A Dxmlproc.sh23 echo '-v verify xml file conforms to dtd';
75 dtd='--dtdvalid http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd'
76 xmllint $flags $dtd $xmlfmtfile 2> $OUT
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-apache-resolver.jar ... .apache.tools.ant.types.ResourceLocation dtd public void addURIEntry (java.lang.String, java. ...
/external/libxml2/include/libxml/
H A Dvalid.h155 xmlDtdPtr dtd,
211 xmlDtdPtr dtd,
243 xmlDtdPtr dtd,
346 xmlDtdPtr dtd);
390 xmlGetDtdAttrDesc (xmlDtdPtr dtd,
394 xmlGetDtdQAttrDesc (xmlDtdPtr dtd,
399 xmlGetDtdNotationDesc (xmlDtdPtr dtd,
402 xmlGetDtdQElementDesc (xmlDtdPtr dtd,
406 xmlGetDtdElementDesc (xmlDtdPtr dtd,
H A DdebugXML.h59 xmlDtdPtr dtd);
186 char *dtd,
H A DHTMLparser.h50 char dtd; /* 1: only in Loose DTD, 2: only Frameset one */ member in struct:_htmlElemDesc
H A Dtree.h771 xmlCopyDtd (xmlDtdPtr dtd);
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
H A Dt012lexerXML.g33 ( dtd=INTERNAL_DTD
34 {this.output("INTERNAL DTD: "+$dtd.text)}
/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
H A DDOM3TreeWalker.java515 StringBuffer dtd = new StringBuffer();
517 dtd.append("<!DOCTYPE ");
518 dtd.append(docTypeName);
520 dtd.append(" PUBLIC \"");
521 dtd.append(publicId);
522 dtd.append('\"');
527 dtd.append(" SYSTEM \"");
529 dtd.append(" \"");
531 dtd.append(systemId);
532 dtd
[all...]
/external/llvm/utils/
H A Dclang-parse-diagnostics-file55 "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
H A DXMLFormatterTest.java142 String dtd = "<!DOCTYPE log SYSTEM \"logger.dtd\">";
146 int dtdPos = result.indexOf(dtd);
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/
H A DDOM2DTM.java1286 DocumentType dtd = doc.getDoctype();
1288 if (null != dtd)
1290 return dtd.getSystemId();
1317 DocumentType dtd = doc.getDoctype();
1319 if (null != dtd)
1321 return dtd.getPublicId();
1540 * @return null if this model doesn't respond to SAX dtd events.
/external/jdiff/
H A Dxerces.jar ... dom/events/ org/apache/xerces/impl/ org/apache/xerces/impl/dtd/ org/apache/xerces/impl/dtd/models/ org/apache/xerces/impl ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.contenttype_3.4.100.v20100505-1235.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/libxslt/libxslt/
H A Dtransform.c5663 "http://www.w3.org/TR/1999/REC-html401-19991224/frameset.dtd"},
5665 "http://www.w3.org/TR/1999/REC-html401-19991224/strict.dtd"},
5667 "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd"},
5669 "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd"},
5671 "http://www.w3.org/TR/html4/strict.dtd"},
5673 "http://www.w3.org/TR/html4/loose.dtd"},
5675 "http://www.w3.org/TR/html4/frameset.dtd"},
5677 "http://www.w3.org/TR/html4/loose.dtd"},
5935 xmlDtdPtr dtd; local
5942 dtd
[all...]

Completed in 446 milliseconds

12