/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/testng/ant/3rdparty/ |
D | DTDDoc.jar | ... wutka.dtd.DTDElement)
com.wutka.dtd.DTDElement p
DTDDoc.ExtendedDTD dtd
com.wutka ... |
/external/jetty/src/java/org/eclipse/jetty/xml/ |
D | ConfigurationProcessorFactory.java | 23 ConfigurationProcessor getConfigurationProcessor(String dtd, String tag); in getConfigurationProcessor()
|
D | XmlParser.java | 430 String dtd = sid; in resolveEntity() local
|
/external/libxml2/doc/examples/ |
D | tree2.c | 30 xmlDtdPtr dtd = NULL; /* DTD pointer */ in main() local
|
/external/libxml2/ |
D | entities.c | 203 xmlAddEntity(xmlDtdPtr dtd, const xmlChar *name, int type, in xmlAddEntity() 305 xmlDtdPtr dtd; in xmlAddDtdEntity() local 354 xmlDtdPtr dtd; in xmlAddDocEntity() local
|
D | valid.c | 1382 xmlDtdPtr dtd, const xmlChar *name, in xmlAddElementDecl() 1927 xmlDtdPtr dtd, const xmlChar *elem, in xmlAddAttributeDecl() 2347 xmlAddNotationDecl(xmlValidCtxtPtr ctxt, xmlDtdPtr dtd, in xmlAddNotationDecl() 3147 xmlGetDtdElementDesc(xmlDtdPtr dtd, const xmlChar *name) { in xmlGetDtdElementDesc() 3177 xmlGetDtdElementDesc2(xmlDtdPtr dtd, const xmlChar *name, int create) { in xmlGetDtdElementDesc2() 3245 xmlGetDtdQElementDesc(xmlDtdPtr dtd, const xmlChar *name, in xmlGetDtdQElementDesc() 3269 xmlGetDtdAttrDesc(xmlDtdPtr dtd, const xmlChar *elem, const xmlChar *name) { in xmlGetDtdAttrDesc() 3306 xmlGetDtdQAttrDesc(xmlDtdPtr dtd, const xmlChar *elem, const xmlChar *name, in xmlGetDtdQAttrDesc() 3328 xmlGetDtdNotationDesc(xmlDtdPtr dtd, const xmlChar *name) { in xmlGetDtdNotationDesc() 6614 xmlValidateDtd(xmlValidCtxtPtr ctxt, xmlDocPtr doc, xmlDtdPtr dtd) { in xmlValidateDtd() [all …]
|
D | debugXML.c | 447 xmlCtxtDumpDtdNode(xmlDebugCtxtPtr ctxt, xmlDtdPtr dtd) in xmlCtxtDumpDtdNode() 1316 xmlCtxtDumpDTD(xmlDebugCtxtPtr ctxt, xmlDtdPtr dtd) in xmlCtxtDumpDTD() 1545 xmlDebugDumpDTD(FILE * output, xmlDtdPtr dtd) in xmlDebugDumpDTD() 2641 xmlShellValidate(xmlShellCtxtPtr ctxt, char *dtd, in xmlShellValidate()
|
D | xmlsave.c | 707 xmlDtdDumpOutput(xmlSaveCtxtPtr ctxt, xmlDtdPtr dtd) { in xmlDtdDumpOutput() 1104 xmlDtdPtr dtd; in xmlDocContentDumpOutput() local 2359 xmlDtdPtr dtd; in xmlNodeDumpOutput() local
|
D | runsuite.c | 427 xmlChar *dtd; in xsdTestCase() local
|
D | xmllint.c | 2422 xmlDtdPtr dtd; in parseAndPrintFile() local 2745 xmlDtdPtr dtd; in parseAndPrintFile() local
|
D | tree.c | 163 xmlGetEntityFromDtd(const xmlDtd *dtd, const xmlChar *name) { in xmlGetEntityFromDtd() 184 xmlGetParameterEntityFromDtd(const xmlDtd *dtd, const xmlChar *name) { in xmlGetParameterEntityFromDtd() 4428 xmlCopyDtd(xmlDtdPtr dtd) { in xmlCopyDtd()
|
D | SAX2.c | 357 xmlDtdPtr dtd; in xmlSAX2InternalSubset() local
|
D | catalog.c | 661 xmlDtdPtr dtd; in xmlDumpXMLCatalog() local
|
/external/jetty/src/java/org/eclipse/jetty/webapp/ |
D | WebDescriptor.java | 178 String dtd = _parser.getDTD(); in processVersion() local
|
/external/expat/lib/ |
D | xmlparse.c | 728 DTD *dtd) in parserCreate() 2251 DTD * const dtd = _dtd; in doContent() local 2713 DTD * const dtd = _dtd; /* save one level of indirection */ in storeAtts() local 3790 DTD * const dtd = _dtd; in doProlog() local 4955 DTD * const dtd = _dtd; /* save one level of indirection */ in appendAttributeValue() local 5106 DTD * const dtd = _dtd; /* save one level of indirection */ in storeEntityValue() local 5416 DTD * const dtd = _dtd; /* save one level of indirection */ in setElementTypePrefix() local 5447 DTD * const dtd = _dtd; /* save one level of indirection */ in getAttributeId() local 5511 DTD * const dtd = _dtd; /* save one level of indirection */ in getContext() local 5580 DTD * const dtd = _dtd; /* save one level of indirection */ in setContext() local [all …]
|
/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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/ |
D | ant-apache-resolver.jar | ... .apache.tools.ant.types.ResourceLocation dtd
public void addURIEntry (java.lang.String, ... |
/external/libxml2/include/libxml/ |
D | HTMLparser.h | 50 char dtd; /* 1: only in Loose DTD, 2: only Frameset one */ member
|
/external/wpa_supplicant_8/src/utils/ |
D | xml_libxml2.c | 121 xmlDtdPtr dtd; in xml_validate_dtd() local
|
/external/jetty/src/resources/org/eclipse/jetty/http/ |
D | mime.properties | 27 dtd = application/xml-dtd key
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/ |
D | DOM3TreeWalker.java | 515 StringBuffer dtd = new StringBuffer(); in serializeDocType() local
|
/external/icu/tools/srcgen/currysrc/libs/ |
D | org.eclipse.core.contenttype_3.5.0.v20150421-2214.jar | ... Object {
private String namespace
private String element
private String dtd
final synthetic org.eclipse.core.runtime. ... |