Searched refs:isHTML (Results 1 – 2 of 2) sorted by relevance
28 boolean isHTML = false; in main()38 isHTML = true; in main()72 trans(trans, inText, in, out, isHTML); in main()77 BufferedReader in, PrintWriter out, boolean isHTML) throws IOException { in trans() argument90 if (isHTML) { in trans()
285 … const isHTML = current === this.document || this.treeAdapter.getNamespaceURI(current) === NS.HTML; constant287 this.currentNotInHTML = !isHTML;288 this.tokenizer.inForeignNode = !isHTML && !this._isIntegrationPoint(tid, current);