Uses of Interface
org.apache.stylebook.Engine
-
Packages that use Engine Package Description org.apache.stylebook org.apache.stylebook.parsers -
-
Uses of Engine in org.apache.stylebook
Classes in org.apache.stylebook that implement Engine Modifier and Type Class Description classBasicEngineFields in org.apache.stylebook declared as Engine Modifier and Type Field Description protected EngineAbstractComponent. engineThe Engine owning this Component instance.Methods in org.apache.stylebook with parameters of type Engine Modifier and Type Method Description voidAbstractComponent. init(Engine e, Parameters p)Initialize this component instance.voidComponent. init(Engine e, Parameters p)Initialize this component instance.Constructors in org.apache.stylebook with parameters of type Engine Constructor 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) -
Uses of Engine in org.apache.stylebook.parsers
Methods in org.apache.stylebook.parsers with parameters of type Engine Modifier and Type Method Description voidCachingParser. init(Engine e, Parameters p)Initialize this component instance.
-