Skip to content

XMLParser

do- edited this page Nov 23, 2021 · 26 revisions

XMLParser is

  • a Writable stream
  • consuming XMLLexer's output,
  • tranforming incoming strings into SAXEvent objects,
  • adjusting data
  • and feeding SAXEvents to its abstract method publish.

Clone this wiki locally