com.smallx.xml.infoset
Interface DestinationSource

All Known Implementing Classes:
xslt

public interface DestinationSource


Method Summary
 ItemConstructor createItemConstructor()
           
 ItemDestination getDestination()
           
 ItemDestination getDestination(java.net.URI baseURI)
           
 Infoset getInfoset()
           
 

Method Detail

getDestination

public ItemDestination getDestination()
                               throws XMLException
Throws:
XMLException

getDestination

public ItemDestination getDestination(java.net.URI baseURI)
                               throws XMLException
Throws:
XMLException

createItemConstructor

public ItemConstructor createItemConstructor()

getInfoset

public Infoset getInfoset()