Home | History | Annotate | Download | only in libxml2

Lines Matching full:standalone

518  * @standalone: "yes" or "no" or NULL for default
526 const char *encoding, const char *standalone)
608 if (standalone != 0) {
609 count = xmlOutputBufferWriteString(writer->out, " standalone=");
617 count = xmlOutputBufferWriteString(writer->out, standalone);
4550 doc->standalone = ctxt->standalone;