Uses of Interface
org.apache.stylebook.Parameters

Packages that use Parameters
org.apache.stylebook   
org.apache.stylebook.parsers   
org.apache.stylebook.processors   
 

Uses of Parameters in org.apache.stylebook
 

Subinterfaces of Parameters in org.apache.stylebook
 interface CreationContext
           
 

Classes in org.apache.stylebook that implement Parameters
 class BasicContext
           
 class BasicEntry
           
 class BasicParameters
           
 class NodeListParameters
           
 

Fields in org.apache.stylebook declared as Parameters
protected  Parameters AbstractComponent.params
          This component initialization Parameters.
 

Methods in org.apache.stylebook that return Parameters
 Parameters BasicParameters.merge(Parameters p)
          Merge the values from another Parameters object into this instance.
 Parameters Parameters.merge(Parameters p)
          Merge the values from another Parameters object into this instance.
 

Methods in org.apache.stylebook with parameters of type Parameters
 void AbstractComponent.init(Engine e, Parameters p)
          Initialize this component instance.
 void Component.init(Engine e, Parameters p)
          Initialize this component instance.
 Parameters BasicParameters.merge(Parameters p)
          Merge the values from another Parameters object into this instance.
 Parameters Parameters.merge(Parameters p)
          Merge the values from another Parameters object into this instance.
 Document Processor.process(Document doc, CreationContext c, Parameters p)
           
 

Constructors in org.apache.stylebook with parameters of type Parameters
BasicEntry(Engine e, URL s, String t, Element d, Parameters p)
           
Project(Engine engine, Document project, Parameters parambase, URL u)
           
 

Uses of Parameters in org.apache.stylebook.parsers
 

Methods in org.apache.stylebook.parsers with parameters of type Parameters
 void CachingParser.init(Engine e, Parameters p)
          Initialize this component instance.
 

Uses of Parameters in org.apache.stylebook.processors
 

Methods in org.apache.stylebook.processors with parameters of type Parameters
 Document ImportProcessor.process(Document doc, CreationContext c, Parameters p)
           
 Document NullProcessor.process(Document doc, CreationContext c, Parameters p)
           
 Document Xalan2Processor.process(Document doc, CreationContext c, Parameters p)