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
- Description copied from interface:
XMLProcessor
- construct an object model from the XML source at the
given URL.
- Specified by:
load
in interface XMLProcessor
- Following copied from interface:
com.jclark.xsl.tr.XMLProcessor
- Parameters:
url
- the source XMLdocumentIndex
- an internal identifier for this documentloadContext
- parameters controlling whether e.g. comment
nodes should be included in the modelnameTable
- initial set of in-scope namespace bindings
createResult
public Result createResult(Node baseNode,
int documentIndex,
LoadContext loadContext,
Node[] rootNodeRef)
throws XSLException
- Specified by:
createResult
in interface XMLProcessor
createTransform
public Transform createTransform(org.w3c.dom.Node domNode)
throws TransformException
- Specified by:
createTransform
in interface TransformEngine