Skip to main content

remove_node_attribute

Function remove_node_attribute 

Source
pub fn remove_node_attribute(node: &mut Node, key: &str) -> Result<(), String>
Expand description

Remove a possibly-PREFIXED attribute — the counterpart of get_node_attribute, with the same namespace resolution.