Package | Description |
---|---|
org.apache.stylebook | |
org.apache.stylebook.parsers |
Modifier and Type | Class and Description |
---|---|
class |
BasicEngine |
Modifier and Type | Field and Description |
---|---|
protected Engine |
AbstractComponent.engine
The Engine owning this Component 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.
|
Constructor and Description |
---|
BasicEntry(Engine e,
java.net.URL s,
java.lang.String t,
org.w3c.dom.Element d,
Parameters p) |
Loader(Engine e) |
Project(Engine engine,
org.w3c.dom.Document project,
Parameters parambase,
java.net.URL u) |
ResourceEntry(Engine e,
java.net.URL s,
java.lang.String t) |
Modifier and Type | Method and Description |
---|---|
void |
CachingParser.init(Engine e,
Parameters p)
Initialize this component instance.
|