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 から cdata を取得するにはどうすればよいですか? したがって、私のxmlは次のようになります。
<tag><![CDATA[Text]]></tag>
getText()、getStringValue() で単語を取得しようとしましたが、空の文字列が返されました;/ どうしたらいいですか?