xml-rs icon indicating copy to clipboard operation
xml-rs copied to clipboard

reader: add EventReader::skip() convenience function to skip subtrees

Open tp-m opened this issue 3 years ago • 0 comments

Can be useful for code that reads nested element trees in various places and wants to skip known or unknown elements that are not of interest. This way it doesn't need to maintain depth state and skip manually in all those places.

tp-m avatar Dec 16 '21 10:12 tp-m