/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 | 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...] |
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 1009 xmlDtdPtr dtd; local 2194 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? "); 6752 xmlDtdPtr dtd; local [all...] |
xmllint.c | 112 XMLLINT_ERR_DTD = 2, /* Error in DTD */ 2401 xmlDtdPtr dtd; local 2724 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 4574 xmlDtdPtr dtd; local 5877 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/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...] |
/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/internal/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/libxslt/libxslt/ |
transform.c | 5935 xmlDtdPtr dtd; local [all...] |
/external/jdiff/ |
xerces.jar | |
/external/expat/lib/ |
xmlparse.c | 289 } DTD; 390 static DTD * dtdCreate(const XML_Memory_Handling_Suite *ms); 392 static void dtdReset(DTD *p, const XML_Memory_Handling_Suite *ms); 394 dtdDestroy(DTD *p, XML_Bool isDocEntity, const XML_Memory_Handling_Suite *ms); 397 DTD *newDtd, const DTD *oldDtd, const XML_Memory_Handling_Suite *ms); 442 DTD *dtd); 530 DTD *m_dtd; 728 DTD *dtd 2240 DTD * const dtd = _dtd; local 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...] |