You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Iterating over this structure is not super hard, but it would be nice to just have a method for "reading it all in", to produce map like:
{ "elem1" : "text", ... , "elemN" : "textN" }
and then let caller do whatever it needs to. Textual content should probably be simple collected with 'collectDescendantText', to work even if sub-elements were included.
The text was updated successfully, but these errors were encountered:
A relatively common case seems to be that of mapping structures like, say:
Iterating over this structure is not super hard, but it would be nice to just have a method for "reading it all in", to produce map like:
and then let caller do whatever it needs to. Textual content should probably be simple collected with 'collectDescendantText', to work even if sub-elements were included.
The text was updated successfully, but these errors were encountered: