Home
last modified time | relevance | path

Searched defs:dtd (Results 1 – 20 of 20) sorted by relevance

/external/libxml2/python/tests/
Ddtdvalid.py8 dtd="""<!ELEMENT foo EMPTY>""" variable
12 dtd = libxml2.parseDTD(None, 'test.dtd') variable
Dtstmem.py12 dtd="""<!ELEMENT foo EMPTY>""" variable
16 dtd = libxml2.parseDTD(None, 'test.dtd') variable
DvalidDTD.py21 dtd="""<!ELEMENT foo EMPTY>""" variable
28 dtd = libxml2.parseDTD(None, 'test.dtd') variable
/external/libxml2/
Dentities.c208 xmlAddEntity(xmlDtdPtr dtd, const xmlChar *name, int type, in xmlAddEntity()
310 xmlDtdPtr dtd; in xmlAddDtdEntity() local
359 xmlDtdPtr dtd; in xmlAddDocEntity() local
Dvalid.c1388 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 …]
DdebugXML.c447 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()
Dxmlsave.c707 xmlDtdDumpOutput(xmlSaveCtxtPtr ctxt, xmlDtdPtr dtd) { in xmlDtdDumpOutput()
1104 xmlDtdPtr dtd; in xmlDocContentDumpOutput() local
2354 xmlDtdPtr dtd; in xmlNodeDumpOutput() local
Drunsuite.c427 xmlChar *dtd; in xsdTestCase() local
Dxmllint.c2411 xmlDtdPtr dtd; in parseAndPrintFile() local
2734 xmlDtdPtr dtd; in parseAndPrintFile() local
Dtree.c169 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()
DSAX2.c358 xmlDtdPtr dtd; in xmlSAX2InternalSubset() local
Dcatalog.c666 xmlDtdPtr dtd; in xmlDumpXMLCatalog() local
Dtestapi.c7116 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/
Dxmllintcl.c44 vary2 * dtd; /* DTD location or public identifier. */ member
/external/libxml2/include/libxml/
DHTMLparser.h50 char dtd; /* 1: only in Loose DTD, 2: only Frameset one */ member
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/
DDOM2DTM.java1286 DocumentType dtd = doc.getDoctype(); in getDocumentTypeDeclarationSystemIdentifier() local
1317 DocumentType dtd = doc.getDoctype(); in getDocumentTypeDeclarationPublicIdentifier() local
/external/python/cpython2/Modules/expat/
Dxmlparse.c728 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/
Dxmlparse.c763 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/
Dxml_libxml2.c121 xmlDtdPtr dtd; in xml_validate_dtd() local
/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
DDOM3TreeWalker.java515 StringBuffer dtd = new StringBuffer(); in serializeDocType() local