getSiblings(tagName) {
    let nodes = this.siblings.get(tagName);
    if (typeof nodes === 'undefined') {
      const targetNode = this.getNodeByName(tagName);
      if (targetNode) {