Lines Matching refs:removeAttributeNS
2 Element::removeAttributeNS()
17 $body->removeAttributeNS(NULL, "align");
21 $body->removeAttributeNS("", "align");
25 $body->removeAttributeNS(NULL, "ALIGN");
29 $body->removeAttributeNS("", "ALIGN");
33 $body->removeAttributeNS(NULL, "foo:bar");
37 $body->removeAttributeNS("", "foo:bar");
41 $body->removeAttributeNS(NULL, "FOO:BAR");
45 $body->removeAttributeNS("", "FOO:BAR");
51 $body->ownerDocument->documentElement->removeAttributeNS("http://www.w3.org/2000/xmlns/", "xmlns");
59 $body->removeAttributeNS(NULL, "prefix:LOCAL");
61 $body->removeAttributeNS(NULL, "prefix:local");
70 $body->removeAttributeNS("urn:a", "LOCAL2");
72 $body->removeAttributeNS("urn:a", "local2");