Uses of Class
nu.xom.xslt.XSLException
-
Packages that use XSLException Package Description nu.xom.xslt nu.xom.xsltconnects 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 NodesXSLTransform. transform(Document in)Creates a newNodesfrom the inputDocumentby applying this object's stylesheet.NodesXSLTransform. transform(Nodes in)Creates a newNodesobject from the inputNodesobject by applying this object's stylesheet.Constructors in nu.xom.xslt that throw XSLException Constructor Description XSLTransform(Document stylesheet)Creates a newXSLTransformby reading the stylesheet from the supplied document.XSLTransform(Document stylesheet, NodeFactory factory)Creates a newXSLTransformby reading the stylesheet from the supplied document.
-