Uses of Class

nu.xom.xslt.XSLException

Packages that use XSLException
nu.xom.xslt nu.xom.xslt connects XOM documents to TrAX-based XSLT processors. 
 

Uses of XSLException in nu.xom.xslt
 

Methods in nu.xom.xslt that throw XSLException
 NodesXSLTransform.transform(Document in)

           Creates a new Nodes from the input Document by applying this object's stylesheet.
 NodesXSLTransform.transform(Nodes in)

           Creates a new Nodes object from the input Nodes object by applying this object's stylesheet.
 

Constructors in nu.xom.xslt that throw XSLException
XSLTransform(Document stylesheet)

           Creates a new XSLTransform by reading the stylesheet from the supplied document.
XSLTransform(Document stylesheet, NodeFactory factory)

           Creates a new XSLTransform by reading the stylesheet from the supplied document.
 



Copyright 2002-2005 Elliotte Rusty Harold

elharo@metalab.unc.edu