Uses of Class org.jdom.transform.XSLTransformException

Uses in package org.jdom.transform

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.
Document
XSLTransformer.transform(Document inputDoc, EntityResolver resolver)
Transforms the given document to an output document.

Copyright B) 2007 Jason Hunter, Brett McLaughlin. All Rights Reserved.