com.jclark.xsl.dom
Class XSLTransformEngine
java.lang.Object
|
+--com.jclark.xsl.dom.XSLTransformEngine
- All Implemented Interfaces:
- TransformEngine, XMLProcessor
- public class XSLTransformEngine
- extends java.lang.Object
- implements TransformEngine, XMLProcessor
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XSLTransformEngine
public XSLTransformEngine()
XSLTransformEngine
public XSLTransformEngine(DOMExtensions extend)
load
public Node load(java.net.URL url,
int documentIndex,
LoadContext context,
NameTable nameTable)
throws XSLException
- Specified by:
load
in interface XMLProcessor
XSLException
createResult
public Result createResult(Node baseNode,
int documentIndex,
LoadContext loadContext,
Node[] rootNodeRef)
throws XSLException
- Specified by:
createResult
in interface XMLProcessor
XSLException
createTransform
public Transform createTransform(org.w3c.dom.Node domNode)
throws TransformException
- Specified by:
createTransform
in interface TransformEngine
TransformException