Skip to main content

dom_get_attribute_node_ns

Function dom_get_attribute_node_ns 

Source
pub fn dom_get_attribute_node_ns(
    it: &mut Interp,
    this: Value,
    a: &[Value],
) -> Result<Value, Value>
Expand description

element.getAttributeNodeNS(namespace, localName)(丸ごと未対応だった)。 他の *AttributeNS と同じく namespace 引数は無視し localName で検索する。