Package org.apache.stylebook.processors
Class Xalan2Processor
- java.lang.Object
-
- org.apache.stylebook.AbstractComponent
-
- org.apache.stylebook.processors.Xalan2Processor
-
public class Xalan2Processor extends AbstractComponent implements Processor
-
-
Field Summary
-
Fields inherited from class org.apache.stylebook.AbstractComponent
engine, params
-
-
Constructor Summary
Constructors Constructor Description Xalan2Processor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.w3c.dom.Document
process(org.w3c.dom.Document doc, CreationContext c, Parameters p)
-
Methods inherited from class org.apache.stylebook.AbstractComponent
debug, init, log
-
-
-
-
Method Detail
-
process
public org.w3c.dom.Document process(org.w3c.dom.Document doc, CreationContext c, Parameters p) throws CreationException, java.io.IOException
- Specified by:
process
in interfaceProcessor
- Throws:
CreationException
java.io.IOException
-
-