public function QPACssEventHandler::attributeNS in QueryPath 7.2
Same name and namespace in other branches
- 6 qpa/qpa.classes.inc \QPACssEventHandler::attributeNS()
- 7.3 qpa/qpa.classes.inc \QPACssEventHandler::attributeNS()
Overrides CssEventHandler::attributeNS
File
- qpa/
qpa.classes.inc, line 227 - qpa.classes
Class
- QPACssEventHandler
- qpa.classes
Code
public function attributeNS($name, $ns, $v = NULL, $o = NULL) {
throw new Exception('Namespaces are not supported in arrays.');
}