Skip to content

How to iterate over all nodes? #64

Answered by jameslan
Arlen22 asked this question in Q&A
Discussion options

You must be logged in to vote
  • The firstChild of //parent/parent2 is an XmlText whose content is "\n ", after that there should be the first <child> XmlElement. And after that, more XmlTexts and XmlElements
  • XmlNode has a member property next, but no nextSibling

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by jameslan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #63 on December 06, 2024 01:01.