Uses of Interface
com.jclark.xsl.sax.Destination

Packages that use Destination
com.jclark.xsl.sax The SAX (version 1) API for XT  
 

Uses of Destination in com.jclark.xsl.sax
 

Classes in com.jclark.xsl.sax that implement Destination
 class FileDescriptorDestination
          e.g stdout
 class FileDestination
          Represents a file to which we can write the results of a transformation
 class GenericDestination
           
 class OutputStreamDestination
           
 class ServletDestination
           
 

Methods in com.jclark.xsl.sax that return Destination
 Destination GenericDestination.resolve(java.lang.String uri)
           
 Destination FileDestination.resolve(java.lang.String uri)
           
 Destination Destination.resolve(java.lang.String uri)
           
 Destination FileDescriptorDestination.resolve(java.lang.String uri)
           
 

Methods in com.jclark.xsl.sax with parameters of type Destination
 org.xml.sax.DocumentHandler Indenter.init(Destination dest, org.xml.sax.AttributeList atts)
           
 org.xml.sax.DocumentHandler HTMLOutputHandler.init(Destination dest, org.xml.sax.AttributeList atts)
           
 void OutputMethodHandlerImpl.setDestination(Destination dest)
           
 org.xml.sax.DocumentHandler OutputDocumentHandler.init(Destination dest, org.xml.sax.AttributeList atts)
           
 org.xml.sax.DocumentHandler XMLOutputHandler.init(Destination dest, org.xml.sax.AttributeList atts)
           
 org.xml.sax.DocumentHandler NXMLOutputHandler.init(Destination dest, org.xml.sax.AttributeList atts)
           
 org.xml.sax.DocumentHandler TextOutputHandler.init(Destination dest, org.xml.sax.AttributeList atts)