Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
org.jdom.transform.XSLTransformException

Uses of XSLTransformException in org.jdom.transform
 

Methods in org.jdom.transform that throw XSLTransformException
 java.util.List XSLTransformer.transform(java.util.List inputNodes)
          Transforms the given input nodes to a list of output nodes.
 org.jdom.Document XSLTransformer.transform(org.jdom.Document inputDoc)
          Transforms the given document to an output document.
 

Constructors in org.jdom.transform that throw XSLTransformException
XSLTransformer(javax.xml.transform.Source stylesheet)
           
XSLTransformer(java.lang.String stylesheetSystemId)
          Creates a transformer for a given stylesheet system id.
XSLTransformer(java.io.InputStream stylesheet)
           This will create a new XSLTransformer by reading the stylesheet from the specified InputStream.
XSLTransformer(java.io.Reader stylesheet)
           This will create a new XSLTransformer by reading the stylesheet from the specified Reader.
XSLTransformer(java.io.File stylesheet)
           This will create a new XSLTransformer by reading the stylesheet from the specified File.
XSLTransformer(org.jdom.Document stylesheet)
           This will create a new XSLTransformer by reading the stylesheet from the specified Document.