Home | History | Annotate | Download | only in xml

Lines Matching defs:createText

131         line.appendChild(createText(child.nodeValue));
146 collapsible.collapsed.content.appendChild(createText('...'));
175 line.appendChild(createText('<![CDATA[ ' + node.nodeValue + ' ]]>'));
180 collapsible.expanded.start.appendChild(createText('<![CDATA['));
181 collapsible.expanded.content.appendChild(createText(node.nodeValue));
182 collapsible.expanded.end.appendChild(createText(']]>'));
184 collapsible.collapsed.content.appendChild(createText('<![CDATA['));
185 collapsible.collapsed.content.appendChild(createText('...'));
186 collapsible.collapsed.content.appendChild(createText(']]>'));
213 parentElement.appendChild(createText(node.nodeValue));
295 function createText(value)