Uses of Interface
org.apache.stylebook.Processor

Packages that use Processor
org.apache.stylebook   
org.apache.stylebook.processors   
 

Uses of Processor in org.apache.stylebook
 

Methods in org.apache.stylebook that return Processor
 Processor BasicEngine.getProcessor(java.lang.String name)
          Return a Processor instance associated with the specified name.
static Processor ComponentFactory.getProcessor(java.lang.String classname)
          Create a new Processor instance.
 Processor Engine.getProcessor(java.lang.String name)
          Return a Processor instance associated with the specified name.
 

Uses of Processor in org.apache.stylebook.processors
 

Classes in org.apache.stylebook.processors that implement Processor
 class ImportProcessor
           
 class NullProcessor
           
 class Xalan2Processor