Lines Matching refs:xml_space
527 if (!object->xml_space.set)
528 object->xml_space.value = this->xml_space.value;
927 object->xml_space.value = SP_XML_SPACE_PRESERVE;
928 object->xml_space.set = TRUE;
930 object->xml_space.value = SP_XML_SPACE_DEFAULT;
931 object->xml_space.set = TRUE;
935 object->xml_space.value = parent->xml_space.value;
1018 if (this->xml_space.set) {
1019 char const *xml_space;
1020 xml_space = sp_xml_get_space_string(this->xml_space.value);
1021 repr->setAttribute("xml:space", xml_space);