Uses of Interface
com.smallx.xml.infoset.ItemDestination

Packages that use ItemDestination
com.smallx.xml.component   
com.smallx.xml.component.standard   
com.smallx.xml.infoset   
com.smallx.xml.infoset.sax   
com.smallx.xml.infoset.util   
com.smallx.xml.pipeline   
com.smallx.xml.tools   
com.smallx.xml.xslt.xt.transform   
 

Uses of ItemDestination in com.smallx.xml.component
 

Subinterfaces of ItemDestination in com.smallx.xml.component
 interface Component
           
 

Classes in com.smallx.xml.component that implement ItemDestination
 class ComponentBase
           
 class DocumentComponentBase
           
 

Fields in com.smallx.xml.component declared as ItemDestination
protected  ItemDestination ComponentBase.output
           
 

Methods in com.smallx.xml.component with parameters of type ItemDestination
 void Component.attach(ItemDestination output)
           
 void ComponentBase.attach(ItemDestination output)
           
 void ComponentContext.getResource(java.net.URI resource, ItemDestination dest)
           
 void ScopedComponentInitializer.getResource(java.net.URI resource, ItemDestination dest)
           
 

Uses of ItemDestination in com.smallx.xml.component.standard
 

Classes in com.smallx.xml.component.standard that implement ItemDestination
 class AddComponent
           
 class ApplyXSLTComponent
           
 class Delete
           
 class DocumentComponent
           
 class ElementUseStatistics
           
 class Escape
           
 class FileComponent
           
 class Identity
           
 class Java
           
 class Parse
           
 class PipelineComponent
           
 class RegexComponent
           
 class RemoveDocumentDestination
           
 class Rename
           
 class RouteComponent
           
 class Sequence
           
 class SetAttributeComponent
           
 class StripWhitespace
           
 class SubtreeView
           
 class TemplateComponent
           
 class TrapComponent
           
 class Unwrap
           
 class URLComponent
           
 class Wrap
           
 class XSLT
           
 

Methods in com.smallx.xml.component.standard with parameters of type ItemDestination
 void PipelineComponent.attach(ItemDestination output)
           
 void Sequence.attach(ItemDestination dest)
           
 void SubtreeView.attach(ItemDestination dest)
           
 void TemplateComponent.attach(ItemDestination dest)
           
 void TrapComponent.replay(java.util.List cache, ItemDestination dest)
           
 

Uses of ItemDestination in com.smallx.xml.infoset
 

Methods in com.smallx.xml.infoset that return ItemDestination
 ItemDestination DestinationSource.getDestination()
           
 ItemDestination DestinationSource.getDestination(java.net.URI baseURI)
           
 

Methods in com.smallx.xml.infoset with parameters of type ItemDestination
 void DocumentLoader.generate(java.net.URI location, ItemDestination receiver)
           
 void DocumentLoader.generate(java.io.Reader input, ItemDestination receiver)
           
 void DocumentLoader.generate(java.io.Reader input, java.net.URI baseURI, ItemDestination receiver)
           
 void ItemSource.copyTo(ItemDestination dest)
           
 

Uses of ItemDestination in com.smallx.xml.infoset.sax
 

Methods in com.smallx.xml.infoset.sax with parameters of type ItemDestination
 void SAXDocumentLoader.generate(java.net.URI uri, ItemDestination dest)
           
 void SAXDocumentLoader.generate(java.io.Reader source, java.net.URI baseURI, ItemDestination dest)
           
 void SAXDocumentLoader.generate(java.io.Reader source, ItemDestination dest)
           
 void SAXDocumentLoader.generate(org.xml.sax.InputSource source, ItemDestination dest)
           
 void SAXEventGenerator.setItemDestination(ItemDestination dest)
          Sets the destination that will receive the events.
 

Uses of ItemDestination in com.smallx.xml.infoset.util
 

Classes in com.smallx.xml.infoset.util that implement ItemDestination
 class DocumentDestination
           
 class ItemDiff
           
 class ItemQueue
           
 class NullDestination
           
 class WriterItemDestination
           
 

Methods in com.smallx.xml.infoset.util that return ItemDestination
 ItemDestination XMLConstructor.getItemDestination()
           
 

Methods in com.smallx.xml.infoset.util with parameters of type ItemDestination
static void DocumentSource.generate(Parent item, boolean makeDocument, ItemDestination dest)
           
 void EmptySource.copyTo(ItemDestination dest)
           
 

Constructors in com.smallx.xml.infoset.util with parameters of type ItemDestination
XMLConstructor(ItemConstructor itemConstructor, ItemDestination dest)
           
 

Uses of ItemDestination in com.smallx.xml.pipeline
 

Methods in com.smallx.xml.pipeline that return ItemDestination
 ItemDestination Pipeline.getStart()
           
 

Methods in com.smallx.xml.pipeline with parameters of type ItemDestination
 void MapComponentContext.getResource(java.net.URI resource, ItemDestination dest)
           
 void Pipeline.setEnd(ItemDestination end)
           
 

Uses of ItemDestination in com.smallx.xml.tools
 

Methods in com.smallx.xml.tools that return ItemDestination
 ItemDestination xslt.getDestination()
           
 ItemDestination xslt.getDestination(java.net.URI baseURI)
           
 

Uses of ItemDestination in com.smallx.xml.xslt.xt.transform
 

Constructors in com.smallx.xml.xslt.xt.transform with parameters of type ItemDestination
Result2ItemDestination(java.net.URI baseURI, ItemConstructor constructor, ItemDestination dest)
          Creates a new instance of Result2ItemDestination