Uses of Class
org.jboss.dna.graph.sequencer.StreamSequencerContext

Packages that use StreamSequencerContext
org.jboss.dna.graph.sequencer A sequencer in JBoss DNA is a component that is able to process information (usually the content of a file, or a property value on a node) and recreate that information as a graph of structured content. 
org.jboss.dna.sequencer.cnd The classes that make up the JCR Compact Node Definition (CND) file sequencer. 
org.jboss.dna.sequencer.image The classes that make up the image sequencer. 
org.jboss.dna.sequencer.java The classes that make up the Java source file sequencer. 
org.jboss.dna.sequencer.mp3 The classes that make up the MP3 file sequencer. 
org.jboss.dna.sequencer.msoffice The classes that make up the sequencer of Microsoft Office files. 
org.jboss.dna.sequencer.xml The classes that make up the XML sequencer. 
org.jboss.dna.sequencer.zip The classes that make up the ZIP file sequencer. 
 

Uses of StreamSequencerContext in org.jboss.dna.graph.sequencer
 

Methods in org.jboss.dna.graph.sequencer with parameters of type StreamSequencerContext
 void StreamSequencer.sequence(InputStream stream, SequencerOutput output, StreamSequencerContext context)
          Sequence the data found in the supplied stream, placing the output information into the supplied map.
 

Uses of StreamSequencerContext in org.jboss.dna.sequencer.cnd
 

Methods in org.jboss.dna.sequencer.cnd with parameters of type StreamSequencerContext
 void CndSequencer.sequence(InputStream stream, SequencerOutput output, StreamSequencerContext context)
          Sequence the data found in the supplied stream, placing the output information into the supplied map.
 

Uses of StreamSequencerContext in org.jboss.dna.sequencer.image
 

Methods in org.jboss.dna.sequencer.image with parameters of type StreamSequencerContext
 void ImageMetadataSequencer.sequence(InputStream stream, SequencerOutput output, StreamSequencerContext context)
          Sequence the data found in the supplied stream, placing the output information into the supplied map.
 

Uses of StreamSequencerContext in org.jboss.dna.sequencer.java
 

Methods in org.jboss.dna.sequencer.java with parameters of type StreamSequencerContext
 void JavaMetadataSequencer.sequence(InputStream stream, SequencerOutput output, StreamSequencerContext context)
          Sequence the data found in the supplied stream, placing the output information into the supplied map.
 

Uses of StreamSequencerContext in org.jboss.dna.sequencer.mp3
 

Methods in org.jboss.dna.sequencer.mp3 with parameters of type StreamSequencerContext
 void Mp3MetadataSequencer.sequence(InputStream stream, SequencerOutput output, StreamSequencerContext context)
          Sequence the data found in the supplied stream, placing the output information into the supplied map.
 

Uses of StreamSequencerContext in org.jboss.dna.sequencer.msoffice
 

Methods in org.jboss.dna.sequencer.msoffice with parameters of type StreamSequencerContext
 void MSOfficeMetadataSequencer.sequence(InputStream stream, SequencerOutput output, StreamSequencerContext context)
          Sequence the data found in the supplied stream, placing the output information into the supplied map.
 

Uses of StreamSequencerContext in org.jboss.dna.sequencer.xml
 

Methods in org.jboss.dna.sequencer.xml with parameters of type StreamSequencerContext
 void XmlSequencer.sequence(InputStream stream, SequencerOutput output, StreamSequencerContext context)
          Sequence the data found in the supplied stream, placing the output information into the supplied map.
 

Uses of StreamSequencerContext in org.jboss.dna.sequencer.zip
 

Methods in org.jboss.dna.sequencer.zip with parameters of type StreamSequencerContext
 void ZipSequencer.sequence(InputStream stream, SequencerOutput output, StreamSequencerContext context)
          Sequence the data found in the supplied stream, placing the output information into the supplied map.
 



Copyright © 2008-2009 JBoss, a division of Red Hat. All Rights Reserved.