Uses of Interface
org.apache.stylebook.Parameters
-
Packages that use Parameters Package Description 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 Modifier and Type Interface Description interface
CreationContext
Classes in org.apache.stylebook that implement Parameters Modifier and Type Class Description class
BasicContext
class
BasicEntry
class
BasicParameters
class
NodeListParameters
Fields in org.apache.stylebook declared as Parameters Modifier and Type Field Description protected Parameters
AbstractComponent. params
This component initialization Parameters.Methods in org.apache.stylebook that return Parameters Modifier and Type Method Description 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 Modifier and Type Method Description 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.org.w3c.dom.Document
Processor. process(org.w3c.dom.Document doc, CreationContext c, Parameters p)
Constructors in org.apache.stylebook with parameters of type Parameters Constructor Description BasicEntry(Engine e, java.net.URL s, java.lang.String t, org.w3c.dom.Element d, Parameters p)
Project(Engine engine, org.w3c.dom.Document project, Parameters parambase, java.net.URL u)
-
Uses of Parameters in org.apache.stylebook.parsers
Methods in org.apache.stylebook.parsers with parameters of type Parameters Modifier and Type Method Description 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 Modifier and Type Method Description org.w3c.dom.Document
ImportProcessor. process(org.w3c.dom.Document doc, CreationContext c, Parameters p)
org.w3c.dom.Document
NullProcessor. process(org.w3c.dom.Document doc, CreationContext c, Parameters p)
org.w3c.dom.Document
Xalan2Processor. process(org.w3c.dom.Document doc, CreationContext c, Parameters p)
-