Uses of Class
nu.xom.xslt.XSLException
-
Packages that use XSLException Package Description 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 Modifier and Type Method Description Nodes
XSLTransform. transform(Document in)
Creates a newNodes
from the inputDocument
by applying this object's stylesheet.Nodes
XSLTransform. transform(Nodes in)
Creates a newNodes
object from the inputNodes
object by applying this object's stylesheet.Constructors in nu.xom.xslt that throw XSLException Constructor Description XSLTransform(Document stylesheet)
Creates a newXSLTransform
by reading the stylesheet from the supplied document.XSLTransform(Document stylesheet, NodeFactory factory)
Creates a newXSLTransform
by reading the stylesheet from the supplied document.
-