public static function make($input, $ns = [])
 {
     $elem = new self($input);
     $elem->registerXPathNamespaces($ns);
     return $elem;
 }