Home | History | Annotate | Download | only in python

Lines Matching defs:options

2951     int options = 0;
2991 if (format) options |= XML_SAVE_FORMAT;
2992 ctxt = xmlSaveToBuffer(buf, encoding, options);