public class XSLTransformEngine extends java.lang.Object implements TransformEngine, XMLProcessor
| Constructor and Description |
|---|
XSLTransformEngine() |
XSLTransformEngine(DOMExtensions extend) |
| Modifier and Type | Method and Description |
|---|---|
Result |
createResult(Node baseNode,
int documentIndex,
LoadContext loadContext,
Node[] rootNodeRef) |
Transform |
createTransform(org.w3c.dom.Node domNode) |
Node |
load(java.net.URL url,
int documentIndex,
LoadContext context,
NameTable nameTable) |
public XSLTransformEngine()
public XSLTransformEngine(DOMExtensions extend)
public Node load(java.net.URL url, int documentIndex, LoadContext context, NameTable nameTable) throws XSLException
load in interface XMLProcessorXSLExceptionpublic Result createResult(Node baseNode, int documentIndex, LoadContext loadContext, Node[] rootNodeRef) throws XSLException
createResult in interface XMLProcessorXSLExceptionpublic Transform createTransform(org.w3c.dom.Node domNode) throws TransformException
createTransform in interface TransformEngineTransformException