Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
要素ノードを持つJavaプログラムでDOMパーサーを使用してXMLを解析しています。
<elemname attr1="value1" attr2="value2">
次のような要素の文字列(xpathの並べ替え)表現と一致するかどうかを確認したい
elemname[@attr1="value1"]
文字列表現には、実際のノードに存在するすべての属性が含まれていない場合がありますが、それでも一致する必要があります。
これをより簡単な方法で実現する方法はありますか?