XML Deployment Adapters

com.stylusstudio.converter
Interface SAXConversion

All Superinterfaces:
ContentHandler, Conversion, ErrorHandler, ErrorListener, LexicalHandler

public interface SAXConversion
extends Conversion, ContentHandler, LexicalHandler

A SAXConversion object contains all the information needed during an ongoing conversion.

A conversion is initiated by creating a Converter object and then calling Converter.convert. The convert method returns a Conversion which actually controls the conversion process. If the source object given to Converter.convert is a SAXSource, then the object returned is a SAXConversion. SAXConversion is an extension of Conversion that implements all the methods of ContentHandler and LexicalHandler.


Methods inherited from interface com.stylusstudio.converter.Conversion
cancel, cancel, isFinished
 
Methods inherited from interface org.xml.sax.ErrorHandler
error, fatalError, warning
 
Methods inherited from interface javax.xml.transform.ErrorListener
error, fatalError, warning
 
Methods inherited from interface org.xml.sax.ContentHandler
characters, endDocument, endElement, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping
 
Methods inherited from interface org.xml.sax.ext.LexicalHandler
comment, endCDATA, endDTD, endEntity, startCDATA, startDTD, startEntity
 



XML Deployment Adapters