Searched refs:XML_SAVE_NO_DECL (Results 1 – 3 of 3) sorted by relevance
31 XML_SAVE_NO_DECL = 1<<1, /* drop the xml declaration */ enumerator
29 d XML_SAVE_NO_DECL... Drop xml declaration
1164 ((ctxt->options & XML_SAVE_NO_DECL) == 0)) { in xmlDocContentDumpOutput()1189 if ((ctxt->options & XML_SAVE_NO_DECL) == 0) { in xmlDocContentDumpOutput()