Package com.softsynth.util

  • Interface Summary
    Interface Description
    XMLListener
    Listener for parsing an XML stream.
  • Class Summary
    Class Description
    XMLPrinter  
    XMLReader
    Parse an XML stream using a simple State Machine XMLReader does not buffer the input stream so you may want to do that yourself using a BufferedInputStream.
    XMLTools
    Tools for reading and writing XML files.