Uses of Interface
org.apache.stylebook.Processor
-
Packages that use Processor Package Description org.apache.stylebook org.apache.stylebook.processors -
-
Uses of Processor in org.apache.stylebook
Methods in org.apache.stylebook that return Processor Modifier and Type Method Description ProcessorBasicEngine. getProcessor(java.lang.String name)Return a Processor instance associated with the specified name.static ProcessorComponentFactory. getProcessor(java.lang.String classname)Create a new Processor instance.ProcessorEngine. 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 Modifier and Type Class Description classImportProcessorclassNullProcessorclassXalan2Processor
-