Searched refs:textContent (Results 1 – 3 of 3) sorted by relevance
16 | { commentNode: undefined; textContent: undefined; hidden: undefined }17 | { commentNode: Node; textContent: string; hidden: boolean };74 const currentPadding = paddingNode.textContent || '';88 const currentPadding = paddingNode.textContent || '';98 const out = { commentNode: undefined, textContent: undefined, hidden: undefined }; constant102 const textContent = commentNode.textContent || ''; constant103 const hidden = textContent.substring(textContent.length - 6) == '@hide ';107 return { commentNode, textContent, hidden: hidden };183 commentNode.textContent = comment;282 str += node.textContent;
33 const { hidden, textContent: currentComment } = DOM.getElementComment(qItem); constant
212 else if (typeof node.textContent != 'undefined' && !hasInputs) {213 return node.textContent.replace(/^\s+|\s+$/g, '');