問題タブ [javax]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
176 問題
0
投票する
1
に答える
2138
参照
java - setFeature(String, boolean) は、型 javax.xml.parsers.DocumentBuilderFactory に対して未定義です
setNamespaceAware() は DocumentBuilderFactory で動作しています。しかし、setFeature() でコンパイル エラーが発生します。
メソッド setFeature(String, boolean) はタイプ DocumentBuilderFactory に対して未定義です
これを解決するための提案。