Searched refs:toText (Results 1 – 4 of 4) sorted by relevance
319 String propertyDescription = doc.getDescription().toText(); in main()353 String commentTagContent = blockTags.get(j).getContent().toText(); in main()
987 _proto.toText = function toText() {991 var toText = function toText(child) {992 return child.toText();995 return this.children.map(toText).join("");6837 _proto.toText = function toText() {6839 return child.toText();6873 return utils.escape(this.toText());6881 _proto2.toText = function toText() {6959 _proto3.toText = function toText() {12477 return node.toText();
1 …toText=function(){var t=function(t){return t.toText()};return this.children.map(t).join("")},t}(),… method
1057 toText() { method in DocumentFragment1061 const toText = child => child.toText(); function1063 return this.children.map(toText).join("");6801 toText() { method in MathNode6802 return this.children.map(child => child.toText()).join("");6830 return utils.escape(this.toText());6838 toText() { method in TextNode6911 toText() { method in SpaceNode12276 const word = expression.map(node => node.toText()).join("");