Uses of Class
org.jdom.transform.XSLException

Packages that use XSLException
org.jdom.transform   
 

Uses of XSLException in org.jdom.transform
 

Methods in org.jdom.transform that throw XSLException
 Document XSLTransform.transform(Document in)
           This will create a new Document from the input Document by applying this object's stylesheet.
 

Constructors in org.jdom.transform that throw XSLException
XSLTransform(java.io.InputStream stylesheet)
           This will create a new XSLTransform by reading the stylesheet from the specified InputStream.
XSLTransform(java.io.Reader stylesheet)
           This will create a new XSLTransform by reading the stylesheet from the specified Reader.
XSLTransform(java.io.File stylesheet)
           This will create a new XSLTransform by reading the stylesheet from the specified File.
XSLTransform(Document stylesheet)
           This will create a new XSLTransform by reading the stylesheet from the specified Document.
XSLTransform(java.lang.String systemID)
           This will create a new XSLTransform by reading the stylesheet from the specified URL.
 



Copyright © 2002 Jason Hunter, Brett McLaughlin. All Rights Reserved.