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 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 Modifier and Type Class Description class
ImportProcessor
class
NullProcessor
class
Xalan2Processor
-