@@ -68,6 +68,11 @@ |
||
| 68 | 68 | } |
| 69 | 69 | } |
| 70 | 70 | |
| 71 | + /** |
|
| 72 | + * @param string $name |
|
| 73 | + * @param string $value |
|
| 74 | + * @param string $namespace |
|
| 75 | + */ |
|
| 71 | 76 | private function setAttributeOnNode(\DOMElement $node, $name, $value, $namespace) |
| 72 | 77 | { |
| 73 | 78 | if (!($prefix = $node->lookupPrefix($namespace)) && !($prefix = $node->ownerDocument->lookupPrefix($namespace))) { |