Home
last modified time | relevance | path

Searched refs:xmlGetIntSubset (Results 1 – 9 of 9) sorted by relevance

/reactos/dll/win32/msxml3/
H A Dxmldoc.c465 dtd = xmlGetIntSubset(This->xmldoc); in xmldoc_get_doctype()
H A Ddomdoc.c1570 dtd = xmlGetIntSubset(get_doc(This)); in domdoc_get_doctype()
/reactos/sdk/lib/3rdparty/libxml2/
H A Dxmlsave.c1232 dtd = xmlGetIntSubset(cur); in xmlDocContentDumpOutput()
2336 dtd = xmlGetIntSubset(doc); in xmlNodeDumpOutput()
H A DHTMLparser.c2429 dtd = xmlGetIntSubset(ctxt->myDoc); in areBlanks()
5014 dtd = xmlGetIntSubset(ctxt->myDoc); in htmlParseDocument()
6210 dtd = xmlGetIntSubset(ctxt->myDoc); in htmlParseTryOrFinish()
H A Dxmllint.c2389 dtd = xmlGetIntSubset(doc); in parseAndPrintFile()
H A DSAX2.c338 dtd = xmlGetIntSubset(ctxt->myDoc); in xmlSAX2InternalSubset()
H A Dtree.c922 xmlGetIntSubset(const xmlDoc *doc) { in xmlGetIntSubset() function
951 if ((doc != NULL) && (xmlGetIntSubset(doc) != NULL)) { in xmlCreateIntSubset()
/reactos/sdk/include/reactos/libs/libxml/
H A Dtree.h762 xmlGetIntSubset (const xmlDoc *doc);
/reactos/dll/3rdparty/libxslt/
H A Dtransform.c5841 dtd = xmlGetIntSubset(res); in xsltApplyStylesheetInternal()