|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
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 | |
---|---|
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 | |
---|---|
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 | |
---|---|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |