com.jxml.quick
Interface QConverter
- All Known Implementing Classes:
- QConverterSupport
- public interface QConverter
Identifies a root object as a data model transformer.
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