com.jxml.quick
Interface QConverter

All Known Implementing Classes:
QConverterSupport

public interface QConverter

Identifies a root object as a data model transformer.


Method Summary
 void eval(DocumentHandler destination)
          Generates a sequence of SAX events.
 String getPUBLIC()
           
 String getRootTag()
           
 String getSYSTEM()
           
 

Method Detail

eval

public void eval(DocumentHandler destination)
          throws SAXException,
                 IOException
Generates a sequence of SAX events. Called by Quick.convert and Quick.express.
Parameters:
destination - Destination for all generated SAX events.

getPUBLIC

public String getPUBLIC()
                 throws SAXException,
                        IOException

getSYSTEM

public String getSYSTEM()
                 throws SAXException,
                        IOException

getRootTag

public String getRootTag()
                  throws SAXException,
                         IOException