Home
last modified time | relevance | path

Searched refs:attrName (Results 1 – 1 of 1) sorted by last modified time

/dokuwiki/vendor/simplepie/simplepie/src/
H A DParser.php208 $attrName = $xml->namespaceURI . $this->separator . $xml->localName;
210 $attrName = $xml->localName;
212 $attributes[$attrName] = $xml->value;