HomeSort by relevance Sort by last modified time
    Searched defs:dtd (Results 1 - 25 of 47) sorted by null

1 2

  /external/chromium_org/third_party/libxml/src/
entities.c 201 xmlAddEntity(xmlDtdPtr dtd, const xmlChar *name, int type,
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->pentities
303 xmlDtdPtr dtd; local
352 xmlDtdPtr dtd; local
    [all...]
runsuite.c 439 xmlChar *dtd; local
498 dtd = xmlGetProp(tmp, BAD_CAST "dtd");
506 if (dtd != NULL)
507 xmlBufferAdd(buf, dtd, -1);
549 if (dtd != NULL)
550 xmlFree(dtd);
SAX2.c 218 * Provides the public ID e.g. "-//SGMLSOURCE//DTD DEMO//EN"
234 * 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);
    [all...]
xmlsave.c 28 "-//W3C//DTD XHTML 1.0 Strict//EN"
30 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
32 "-//W3C//DTD XHTML 1.0 Frameset//EN"
34 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd"
36 "-//W3C//DTD XHTML 1.0 Transitional//EN"
38 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"
46 * Try to find if the document correspond to an XHTML DTD
935 xmlDtdPtr dtd; local
2120 xmlDtdPtr dtd; local
    [all...]
catalog.c 657 xmlDtdPtr dtd; local
667 dtd = xmlNewDtd(doc, BAD_CAST "catalog",
668 BAD_CAST "-//OASIS//DTD Entity Resolution XML Catalog V1.0//EN",
669 BAD_CAST "http://www.oasis-open.org/committees/entity/release/1.0/catalog.dtd");
671 xmlAddChild((xmlNodePtr) doc, (xmlNodePtr) dtd);
    [all...]
valid.c 2 * valid.c : part of the code use to do the DTD handling and the validity
29 static xmlElementPtr xmlGetDtdElementDesc2(xmlDtdPtr dtd, const xmlChar *name,
535 xmlGenericError(xmlGenericErrorContext, "?dtd? ");
6745 xmlDtdPtr dtd; local
    [all...]
xmllint.c 112 XMLLINT_ERR_DTD = 2, /* Error in DTD */
2397 xmlDtdPtr dtd; local
2710 xmlDtdPtr dtd; local
    [all...]
HTMLparser.c 606 * DTD: 1 means that this element is valid only in the Loose DTD
607 * 2 means that this element is valid only in the Frameset DTD
609 * Name,Start Tag,End Tag,Save End,Empty,Deprecated,DTD,inline,Description
2206 xmlDtdPtr dtd; local
4569 xmlDtdPtr dtd; local
5872 xmlDtdPtr dtd; local
    [all...]
  /external/chromium_org/third_party/libxml/src/include/libxml/
HTMLparser.h 50 char dtd; /* 1: only in Loose DTD, 2: only Frameset one */ member in struct:_htmlElemDesc
  /external/libxml2/
entities.c 203 xmlAddEntity(xmlDtdPtr dtd, const xmlChar *name, int type,
212 if (dtd == NULL)
214 if (dtd->doc != NULL)
215 dict = dtd->doc->dict;
221 if (dtd->entities == NULL)
222 dtd->entities = xmlHashCreateDict(0, dict);
223 table = dtd->entities;
227 if (dtd->pentities == NULL)
228 dtd->pentities = xmlHashCreateDict(0, dict);
229 table = dtd->pentities
305 xmlDtdPtr dtd; local
354 xmlDtdPtr dtd; local
    [all...]
SAX2.c 235 * Provides the public ID e.g. "-//SGMLSOURCE//DTD DEMO//EN"
251 * http://www.sgmlsource.com/dtds/memo.dtd
357 xmlDtdPtr dtd; local
367 dtd = xmlGetIntSubset(ctxt->myDoc);
368 if (dtd != NULL) {
371 xmlUnlinkNode((xmlNodePtr) dtd);
372 xmlFreeDtd(dtd);
    [all...]
xmlsave.c 32 "-//W3C//DTD XHTML 1.0 Strict//EN"
34 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
36 "-//W3C//DTD XHTML 1.0 Frameset//EN"
38 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd"
40 "-//W3C//DTD XHTML 1.0 Transitional//EN"
42 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"
50 * Try to find if the document correspond to an XHTML DTD
1104 xmlDtdPtr dtd; local
2359 xmlDtdPtr dtd; local
    [all...]
catalog.c 661 xmlDtdPtr dtd; local
671 dtd = xmlNewDtd(doc, BAD_CAST "catalog",
672 BAD_CAST "-//OASIS//DTD Entity Resolution XML Catalog V1.0//EN",
673 BAD_CAST "http://www.oasis-open.org/committees/entity/release/1.0/catalog.dtd");
675 xmlAddChild((xmlNodePtr) doc, (xmlNodePtr) dtd);
    [all...]
valid.c 2 * valid.c : part of the code use to do the DTD handling and the validity
29 static xmlElementPtr xmlGetDtdElementDesc2(xmlDtdPtr dtd, const xmlChar *name,
535 xmlGenericError(xmlGenericErrorContext, "?dtd? ");
6754 xmlDtdPtr dtd; local
    [all...]
xmllint.c 112 XMLLINT_ERR_DTD = 2, /* Error in DTD */
2403 xmlDtdPtr dtd; local
2726 xmlDtdPtr dtd; local
    [all...]
  /external/libxml2/include/libxml/
HTMLparser.h 50 char dtd; /* 1: only in Loose DTD, 2: only Frameset one */ member in struct:_htmlElemDesc
  /external/wpa_supplicant_8/src/utils/
xml_libxml2.c 121 xmlDtdPtr dtd; local
140 dtd = xmlParseDTD(NULL, (const xmlChar *) dtd_fname);
141 if (dtd == NULL) {
150 ret = xmlValidateDtd(&vctx, doc, dtd);
152 xmlFreeDtd(dtd);
  /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/xml/serializer/dom3/
DOM3TreeWalker.java 515 StringBuffer dtd = new StringBuffer(); local
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.append('\"');
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/de/pdark/decentxml/1.3/
decentxml-1.3.jar 
  /prebuilts/tools/common/m2/repository/de/pdark/decentxml/1.3/
decentxml-1.3.jar 
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/
DOM2DTM.java 569 // Namespaces spec rather than by the DTD.
901 * DOM doesn't yet provide DTD-based information to distinguis
1286 DocumentType dtd = doc.getDoctype(); local
1317 DocumentType dtd = doc.getDoctype(); local
    [all...]
  /prebuilts/tools/common/m2/repository/xerces/xercesImpl/2.6.2/
xercesImpl-2.6.2.jar 
  /external/chromium_org/third_party/libxslt/libxslt/
transform.c 5935 xmlDtdPtr dtd; local
    [all...]
  /external/jdiff/
xerces.jar 

Completed in 827 milliseconds

1 2