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 newNodesfrom the inputDocumentby applying this object's stylesheet.Creates a newNodesobject from the inputNodesobject by applying this object's stylesheet.Constructors in nu.xom.xslt that throw XSLExceptionModifierConstructorDescriptionXSLTransform(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.