You are here

public function QPACssEventHandler::attributeNS in QueryPath 6

Same name and namespace in other branches
  1. 7.3 qpa/qpa.classes.inc \QPACssEventHandler::attributeNS()
  2. 7.2 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.');
}