Package | Description |
---|---|
org.apache.stylebook | |
org.apache.stylebook.parsers |
Modifier and Type | Method and Description |
---|---|
static Component |
ComponentFactory.getComponent(java.lang.String classname)
Create a new Component instance.
|
static Parser |
ComponentFactory.getParser(java.lang.String classname)
Create a new Parser instance.
|
static Printer |
ComponentFactory.getPrinter(java.lang.String classname)
Create a new Printer instance.
|
static Processor |
ComponentFactory.getProcessor(java.lang.String classname)
Create a new Processor instance.
|
static Producer |
ComponentFactory.getProducer(java.lang.String classname)
Create a new Producer instance.
|
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 |
---|
BasicEngine(java.lang.String parser,
java.net.URL conf,
Logger logger)
Create a new instance of this Engine.
|
Modifier and Type | Method and Description |
---|---|
void |
CachingParser.init(Engine e,
Parameters p)
Initialize this component instance.
|