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.
StAXがプル解析であることは知っています...しかし、ルートカーソルの場所/コンテキストを保存する可能性があるのではないかと思っています..子カーソルにアクセスして、後でルートカーソルを保存された場所/コンテキストに巻き戻しますか?
ありがとう
いいえ、Stax API や Woodstox の拡張 API (stax2-api) ではサポートされていません。
XMLEventReaderそれが役立つ場合は、ストアイベントを使用できます。基礎となる XML コンテンツを保持するだけでなく、より多くのメモリを使用しますが、再解析よりも効率的です。
XMLEventReader