Hi,
For a Jericho Element, I am trying to find out how to loop over all child nodes, whether an element or plain text.
Now there is Element.getNodeIterator(), but this references ALL descendants within the Element, not just the first descendants.
I need the equivalent of Element.getChildSegments(). Any ideas?
Thanks