JDOM 1.0 | |
Frames | No Frames |
Constructors which throw type org.jdom.transform.XSLTransformException | |
XSLTransformer.XSLTransformer(File stylesheet)
This will create a new XSLTransformer by
reading the stylesheet from the specified
File . | |
XSLTransformer.XSLTransformer(InputStream stylesheet)
This will create a new XSLTransformer by
reading the stylesheet from the specified
InputStream . | |
XSLTransformer.XSLTransformer(Reader stylesheet)
This will create a new XSLTransformer by
reading the stylesheet from the specified
Reader . | |
XSLTransformer.XSLTransformer(String stylesheetSystemId) Creates a transformer for a given stylesheet system id. | |
This will create a new XSLTransformer by
reading the stylesheet from the specified
Document . |
Methods which throw type org.jdom.transform.XSLTransformException | |
List | XSLTransformer.transform(List inputNodes) Transforms the given input nodes to a list of output nodes. |
Document | Transforms the given document to an output document. |