Uses of Class
nu.xom.xslt.XSLException
Packages that use XSLException
-
Uses of XSLException in nu.xom.xslt
Methods in nu.xom.xslt that throw XSLExceptionModifier and TypeMethodDescriptionCreates a newNodes
from the inputDocument
by applying this object's stylesheet.Creates a newNodes
object from the inputNodes
object by applying this object's stylesheet.Constructors in nu.xom.xslt that throw XSLExceptionModifierConstructorDescriptionXSLTransform
(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.