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.
XMLを保持するbyte[]または文字列をDOMドキュメントに変換するにはどうすればよいですか?
DocumnetでXPathを実行するためにこれが必要です。
DocumentBuilderが必要であり、 StringReaderを介してXMLの文字列で構成されたInputSourceparse()を使用してそれを呼び出す必要があります。
parse()
文字列を直接呼び出さないでくださいparse()。文字列はXMLを参照するURIとして解釈されます。