1
私はコンバータ用のconfigを持つxmlファイルを持っています。Apache Commons Configurationで設定を読み取る
<converter>
<replace>
<mask from="171, 187, 147, 148" to="34"/>
<mask from="150, 151" to="45"/>
</replace>
</converter>
私はApache Commons Configurationを使用しています。 タグを「マスク」して、それを反復してコード内の属性を処理する方法を教えてください。