Home
last modified time | relevance | path

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

/external/libxml2/
Dentities.c201 xmlAddEntity(xmlDtdPtr dtd, const xmlChar *name, int type, in xmlAddEntity()
303 xmlDtdPtr dtd; in xmlAddDtdEntity() local
352 xmlDtdPtr dtd; in xmlAddDocEntity() local
Dvalid.c1382 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 …]
DdebugXML.c446 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()
Dxmlsave.c613 xmlDtdDumpOutput(xmlSaveCtxtPtr ctxt, xmlDtdPtr dtd) { in xmlDtdDumpOutput()
1009 xmlDtdPtr dtd; in xmlDocContentDumpOutput() local
2194 xmlDtdPtr dtd; in xmlNodeDumpOutput() local
Dxmllint.c2401 xmlDtdPtr dtd; in parseAndPrintFile() local
2724 xmlDtdPtr dtd; in parseAndPrintFile() local
DHTMLparser.c2206 xmlDtdPtr dtd; in areBlanks() local
4574 xmlDtdPtr dtd; in htmlParseDocument() local
5877 xmlDtdPtr dtd; in htmlParseTryOrFinish() local
Dtree.c160 xmlGetEntityFromDtd(xmlDtdPtr dtd, const xmlChar *name) { in xmlGetEntityFromDtd()
181 xmlGetParameterEntityFromDtd(xmlDtdPtr dtd, const xmlChar *name) { in xmlGetParameterEntityFromDtd()
4359 xmlCopyDtd(xmlDtdPtr dtd) { in xmlCopyDtd()
DSAX2.c340 xmlDtdPtr dtd; in xmlSAX2InternalSubset() local
Dcatalog.c657 xmlDtdPtr dtd; in xmlDumpXMLCatalog() local
/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/expat/lib/
Dxmlparse.c728 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/
DDOM3TreeWalker.java515 StringBuffer dtd = new StringBuffer(); in serializeDocType() local
/external/libxslt/libxslt/
Dtransform.c5935 xmlDtdPtr dtd; in xsltApplyStylesheetInternal() local