/external/libxml2/ |
D | entities.c | 201 xmlAddEntity(xmlDtdPtr dtd, const xmlChar *name, int type, in xmlAddEntity() 303 xmlDtdPtr dtd; in xmlAddDtdEntity() local 352 xmlDtdPtr dtd; in xmlAddDocEntity() local
|
D | valid.c | 1382 xmlDtdPtr dtd, const xmlChar *name, in xmlAddElementDecl() 1926 xmlDtdPtr dtd, const xmlChar *elem, in xmlAddAttributeDecl() 2346 xmlAddNotationDecl(xmlValidCtxtPtr ctxt, xmlDtdPtr dtd, in xmlAddNotationDecl() 3146 xmlGetDtdElementDesc(xmlDtdPtr dtd, const xmlChar *name) { in xmlGetDtdElementDesc() 3176 xmlGetDtdElementDesc2(xmlDtdPtr dtd, const xmlChar *name, int create) { in xmlGetDtdElementDesc2() 3244 xmlGetDtdQElementDesc(xmlDtdPtr dtd, const xmlChar *name, in xmlGetDtdQElementDesc() 3268 xmlGetDtdAttrDesc(xmlDtdPtr dtd, const xmlChar *elem, const xmlChar *name) { in xmlGetDtdAttrDesc() 3305 xmlGetDtdQAttrDesc(xmlDtdPtr dtd, const xmlChar *elem, const xmlChar *name, in xmlGetDtdQAttrDesc() 3327 xmlGetDtdNotationDesc(xmlDtdPtr dtd, const xmlChar *name) { in xmlGetDtdNotationDesc() 6611 xmlValidateDtd(xmlValidCtxtPtr ctxt, xmlDocPtr doc, xmlDtdPtr dtd) { in xmlValidateDtd() [all …]
|
D | debugXML.c | 446 xmlCtxtDumpDtdNode(xmlDebugCtxtPtr ctxt, xmlDtdPtr dtd) in xmlCtxtDumpDtdNode() 1315 xmlCtxtDumpDTD(xmlDebugCtxtPtr ctxt, xmlDtdPtr dtd) in xmlCtxtDumpDTD() 1544 xmlDebugDumpDTD(FILE * output, xmlDtdPtr dtd) in xmlDebugDumpDTD() 2637 xmlShellValidate(xmlShellCtxtPtr ctxt, char *dtd, in xmlShellValidate()
|
D | xmlsave.c | 613 xmlDtdDumpOutput(xmlSaveCtxtPtr ctxt, xmlDtdPtr dtd) { in xmlDtdDumpOutput() 1009 xmlDtdPtr dtd; in xmlDocContentDumpOutput() local 2194 xmlDtdPtr dtd; in xmlNodeDumpOutput() local
|
D | xmllint.c | 2401 xmlDtdPtr dtd; in parseAndPrintFile() local 2724 xmlDtdPtr dtd; in parseAndPrintFile() local
|
D | HTMLparser.c | 2206 xmlDtdPtr dtd; in areBlanks() local 4574 xmlDtdPtr dtd; in htmlParseDocument() local 5877 xmlDtdPtr dtd; in htmlParseTryOrFinish() local
|
D | tree.c | 160 xmlGetEntityFromDtd(xmlDtdPtr dtd, const xmlChar *name) { in xmlGetEntityFromDtd() 181 xmlGetParameterEntityFromDtd(xmlDtdPtr dtd, const xmlChar *name) { in xmlGetParameterEntityFromDtd() 4359 xmlCopyDtd(xmlDtdPtr dtd) { in xmlCopyDtd()
|
D | SAX2.c | 340 xmlDtdPtr dtd; in xmlSAX2InternalSubset() local
|
D | catalog.c | 657 xmlDtdPtr dtd; in xmlDumpXMLCatalog() local
|
/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/expat/lib/ |
D | xmlparse.c | 728 DTD *dtd) in parserCreate() 2240 DTD * const dtd = _dtd; in doContent() local 2702 DTD * const dtd = _dtd; /* save one level of indirection */ in storeAtts() local 3777 DTD * const dtd = _dtd; in doProlog() local 4942 DTD * const dtd = _dtd; /* save one level of indirection */ in appendAttributeValue() local 5093 DTD * const dtd = _dtd; /* save one level of indirection */ in storeEntityValue() local 5402 DTD * const dtd = _dtd; /* save one level of indirection */ in setElementTypePrefix() local 5433 DTD * const dtd = _dtd; /* save one level of indirection */ in getAttributeId() local 5495 DTD * const dtd = _dtd; /* save one level of indirection */ in getContext() local 5564 DTD * const dtd = _dtd; /* save one level of indirection */ in setContext() local [all …]
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/ |
D | DOM3TreeWalker.java | 515 StringBuffer dtd = new StringBuffer(); in serializeDocType() local
|
/external/libxslt/libxslt/ |
D | transform.c | 5935 xmlDtdPtr dtd; in xsltApplyStylesheetInternal() local
|