/external/libxml2/python/tests/ |
D | dtdvalid.py | 8 dtd="""<!ELEMENT foo EMPTY>""" variable 12 dtd = libxml2.parseDTD(None, 'test.dtd') variable
|
D | tstmem.py | 12 dtd="""<!ELEMENT foo EMPTY>""" variable 16 dtd = libxml2.parseDTD(None, 'test.dtd') variable
|
D | validDTD.py | 21 dtd="""<!ELEMENT foo EMPTY>""" variable 28 dtd = libxml2.parseDTD(None, 'test.dtd') variable
|
/external/libxml2/ |
D | entities.c | 208 xmlAddEntity(xmlDtdPtr dtd, const xmlChar *name, int type, in xmlAddEntity() 310 xmlDtdPtr dtd; in xmlAddDtdEntity() local 359 xmlDtdPtr dtd; in xmlAddDocEntity() local
|
D | valid.c | 1388 xmlDtdPtr dtd, const xmlChar *name, in xmlAddElementDecl() 1939 xmlDtdPtr dtd, const xmlChar *elem, in xmlAddAttributeDecl() 2365 xmlAddNotationDecl(xmlValidCtxtPtr ctxt, xmlDtdPtr dtd, in xmlAddNotationDecl() 3176 xmlGetDtdElementDesc(xmlDtdPtr dtd, const xmlChar *name) { in xmlGetDtdElementDesc() 3206 xmlGetDtdElementDesc2(xmlDtdPtr dtd, const xmlChar *name, int create) { in xmlGetDtdElementDesc2() 3274 xmlGetDtdQElementDesc(xmlDtdPtr dtd, const xmlChar *name, in xmlGetDtdQElementDesc() 3298 xmlGetDtdAttrDesc(xmlDtdPtr dtd, const xmlChar *elem, const xmlChar *name) { in xmlGetDtdAttrDesc() 3335 xmlGetDtdQAttrDesc(xmlDtdPtr dtd, const xmlChar *elem, const xmlChar *name, in xmlGetDtdQAttrDesc() 3357 xmlGetDtdNotationDesc(xmlDtdPtr dtd, const xmlChar *name) { in xmlGetDtdNotationDesc() 6654 xmlValidateDtd(xmlValidCtxtPtr ctxt, xmlDocPtr doc, xmlDtdPtr dtd) { in xmlValidateDtd() [all …]
|
D | debugXML.c | 447 xmlCtxtDumpDtdNode(xmlDebugCtxtPtr ctxt, xmlDtdPtr dtd) in xmlCtxtDumpDtdNode() 1317 xmlCtxtDumpDTD(xmlDebugCtxtPtr ctxt, xmlDtdPtr dtd) in xmlCtxtDumpDTD() 1546 xmlDebugDumpDTD(FILE * output, xmlDtdPtr dtd) in xmlDebugDumpDTD() 2642 xmlShellValidate(xmlShellCtxtPtr ctxt, char *dtd, in xmlShellValidate()
|
D | xmlsave.c | 707 xmlDtdDumpOutput(xmlSaveCtxtPtr ctxt, xmlDtdPtr dtd) { in xmlDtdDumpOutput() 1104 xmlDtdPtr dtd; in xmlDocContentDumpOutput() local 2354 xmlDtdPtr dtd; in xmlNodeDumpOutput() local
|
D | runsuite.c | 427 xmlChar *dtd; in xsdTestCase() local
|
D | xmllint.c | 2411 xmlDtdPtr dtd; in parseAndPrintFile() local 2734 xmlDtdPtr dtd; in parseAndPrintFile() local
|
D | tree.c | 169 xmlGetEntityFromDtd(const xmlDtd *dtd, const xmlChar *name) { in xmlGetEntityFromDtd() 190 xmlGetParameterEntityFromDtd(const xmlDtd *dtd, const xmlChar *name) { in xmlGetParameterEntityFromDtd() 4439 xmlCopyDtd(xmlDtdPtr dtd) { in xmlCopyDtd()
|
D | SAX2.c | 358 xmlDtdPtr dtd; in xmlSAX2InternalSubset() local
|
D | catalog.c | 666 xmlDtdPtr dtd; in xmlDumpXMLCatalog() local
|
D | testapi.c | 7116 xmlDtdPtr dtd; /* the DTD */ in test_xmlDebugDumpDTD() local 8012 char * dtd; /* the DTD URI (optional) */ in test_xmlShellValidate() local 19447 xmlDtdPtr dtd; /* the dtd */ in test_xmlCopyDtd() local 24933 xmlDtdPtr dtd; /* pointer to the DTD */ in test_xmlAddAttributeDecl() local 25021 xmlDtdPtr dtd; /* pointer to the DTD */ in test_xmlAddElementDecl() local 25506 xmlDtdPtr dtd; /* a pointer to the DtD to search */ in test_xmlGetDtdAttrDesc() local 25552 xmlDtdPtr dtd; /* a pointer to the DtD to search */ in test_xmlGetDtdElementDesc() local 25601 xmlDtdPtr dtd; /* a pointer to the DtD to search */ in test_xmlGetDtdQAttrDesc() local 25654 xmlDtdPtr dtd; /* a pointer to the DtD to search */ in test_xmlGetDtdQElementDesc() local 26608 xmlDtdPtr dtd; /* a dtd instance */ in test_xmlValidateDtd() local
|
/external/libxml2/os400/ |
D | xmllintcl.c | 44 vary2 * dtd; /* DTD location or public identifier. */ member
|
/external/libxml2/include/libxml/ |
D | HTMLparser.h | 50 char dtd; /* 1: only in Loose DTD, 2: only Frameset one */ member
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/ |
D | DOM2DTM.java | 1286 DocumentType dtd = doc.getDoctype(); in getDocumentTypeDeclarationSystemIdentifier() local 1317 DocumentType dtd = doc.getDoctype(); in getDocumentTypeDeclarationPublicIdentifier() local
|
/external/python/cpython2/Modules/expat/ |
D | xmlparse.c | 728 DTD *dtd) in parserCreate() 2254 DTD * const dtd = _dtd; in doContent() local 2716 DTD * const dtd = _dtd; /* save one level of indirection */ in storeAtts() local 3793 DTD * const dtd = _dtd; in doProlog() local 4958 DTD * const dtd = _dtd; /* save one level of indirection */ in appendAttributeValue() local 5109 DTD * const dtd = _dtd; /* save one level of indirection */ in storeEntityValue() local 5418 DTD * const dtd = _dtd; /* save one level of indirection */ in setElementTypePrefix() local 5449 DTD * const dtd = _dtd; /* save one level of indirection */ in getAttributeId() local 5513 DTD * const dtd = _dtd; /* save one level of indirection */ in getContext() local 5582 DTD * const dtd = _dtd; /* save one level of indirection */ in setContext() local [all …]
|
/external/expat/lib/ |
D | xmlparse.c | 763 DTD *dtd) in parserCreate() 2290 DTD * const dtd = _dtd; in doContent() local 2752 DTD * const dtd = _dtd; /* save one level of indirection */ in storeAtts() local 3829 DTD * const dtd = _dtd; in doProlog() local 4994 DTD * const dtd = _dtd; /* save one level of indirection */ in appendAttributeValue() local 5145 DTD * const dtd = _dtd; /* save one level of indirection */ in storeEntityValue() local 5455 DTD * const dtd = _dtd; /* save one level of indirection */ in setElementTypePrefix() local 5486 DTD * const dtd = _dtd; /* save one level of indirection */ in getAttributeId() local 5550 DTD * const dtd = _dtd; /* save one level of indirection */ in getContext() local 5619 DTD * const dtd = _dtd; /* save one level of indirection */ in setContext() local [all …]
|
/external/wpa_supplicant_8/src/utils/ |
D | xml_libxml2.c | 121 xmlDtdPtr dtd; in xml_validate_dtd() local
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/ |
D | DOM3TreeWalker.java | 515 StringBuffer dtd = new StringBuffer(); in serializeDocType() local
|