Skip to content

XMLIterator

do- edited this page Oct 16, 2022 · 17 revisions

XMLIterator is a low level synchronous XML parser implemented as an ECMAScript iterator.

It takes a String containing a whole XML document and parses it giving out a sequence of XMLNode instances.

Clone this wiki locally