function importHtmlNode($util)
 {
     if (!count($this->pattern_name_stack) && !$this->stackContains('RsmlConditional')) {
         $this->start(new RemoteHtmlNode($util->currentElementName(), $util->attributes()));
     } else {
         RsmlView::importHtmlNode($util);
     }
 }