Lines Matching full:remove
42 3) Remove an element:
43 Put in the element to remove, with the type='remove' attribute and
44 the XPath of the element you want to remove. The full element contents
47 <enumerator type='remove'
51 This will remove the enumerator element with name DIMM under the
170 elif patch_type == "remove":
177 + " so can't remove this element"
179 parent.remove(target)
190 parent.remove(target)
219 update["remove"] = target_child
226 + update["remove"].tag
230 target.remove(update["remove"])