Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Fix SaxInfosetOutputter shoudl exstend INfosetOutputter, not Inputter

...

Code Block
scala
scala
class SAXInfosetOutputter(rdr: DaffodilXMLReader) extends InfosetInputterInfosetOutputter { ... }

Fortunately, the InfosetOutputter events correlate nicely to the InfosetOutputter events. Below is their mapping. Note that in some cases a single InfosetOutputter event may require calling multiple ContentHandler events.

...