| Package | Description |
|---|---|
| org.apache.stylebook | |
| org.apache.stylebook.parsers | |
| org.apache.stylebook.processors |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CreationContext |
| Modifier and Type | Class and Description |
|---|---|
class |
BasicContext |
class |
BasicEntry |
class |
BasicParameters |
class |
NodeListParameters |
| Modifier and Type | Field and Description |
|---|---|
protected Parameters |
AbstractComponent.params
This component initialization Parameters.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and 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) |
| Constructor and 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) |
| Modifier and Type | Method and Description |
|---|---|
void |
CachingParser.init(Engine e,
Parameters p)
Initialize this component instance.
|
| Modifier and Type | Method and 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) |