Uses of Class
org.openprivacy.reptile.xslt.SequenceDispatchEntry

Packages that use SequenceDispatchEntry
org.openprivacy.reptile.cache.sequence   
org.openprivacy.reptile.xml   
org.openprivacy.reptile.xslt   
 

Uses of SequenceDispatchEntry in org.openprivacy.reptile.cache.sequence
 

Methods in org.openprivacy.reptile.cache.sequence that return SequenceDispatchEntry
 SequenceDispatchEntry SequenceCacheHandle.getSequenceDispatchEntry()
           
 

Methods in org.openprivacy.reptile.cache.sequence with parameters of type SequenceDispatchEntry
 SequenceCacheEntry SequenceCache.fetch(SequenceDispatchEntry sde, ParameterPasser params)
           
 

Constructors in org.openprivacy.reptile.cache.sequence with parameters of type SequenceDispatchEntry
SequenceCacheHandle(SequenceDispatchEntry sde, ParameterPasser params)
          Create a new SequenceCacheHandle instance.
 

Uses of SequenceDispatchEntry in org.openprivacy.reptile.xml
 

Methods in org.openprivacy.reptile.xml that return SequenceDispatchEntry
 SequenceDispatchEntry SequenceDispatchHandler.getSequenceDispatchEntry(java.lang.String name)
           
 

Methods in org.openprivacy.reptile.xml with parameters of type SequenceDispatchEntry
 void SequenceDispatchHandler.setSequenceDispatchEntry(java.lang.String name, SequenceDispatchEntry entry)
           
 

Uses of SequenceDispatchEntry in org.openprivacy.reptile.xslt
 

Methods in org.openprivacy.reptile.xslt with parameters of type SequenceDispatchEntry
protected  void BaseStylesheetEngine.error(javax.xml.transform.TransformerException te, SequenceDispatchEntry sde, int step, java.lang.String stylesheet)
           If Reptile throws a SAXParseException while parsinsg we need to handle this!!!
 java.lang.String StreamStylesheetEngine.transform(SequenceDispatchEntry sde)
           
 java.lang.String StreamStylesheetEngine.transform(SequenceDispatchEntry sde, ParameterPasser params)
          Transform the given XML with all the given Stylesheets in the StylesheetStack.
 void StageDumpUtil.dump(SequenceDispatchEntry sde, java.lang.String content, int step)
          Dump output if in debug mode.
 java.lang.String StylesheetEngine.transform(SequenceDispatchEntry sde)
           
 java.lang.String StylesheetEngine.transform(SequenceDispatchEntry sde, ParameterPasser params)
          Transform the given XML with all the given Stylesheets in the StylesheetStack.
 java.lang.String DOMStylesheetEngine.transform(SequenceDispatchEntry sde)
           
 java.lang.String DOMStylesheetEngine.transform(SequenceDispatchEntry sde, ParameterPasser params)
          Transform the given XML with all the given Stylesheets in the StylesheetStack.