|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |
Nodes |
XSLTransform.transform(Document in)
This will create a new Nodes from the
input Document by applying this object's
stylesheet. |
Nodes |
XSLTransform.transform(Nodes in)
This will create a new Nodes from the
input Nodes by applying this object's
stylesheet. |
Constructors in nu.xom.xslt that throw XSLException | |
XSLTransform(java.io.InputStream stylesheet)
This will create a new XSLTransform by
reading the stylesheet from the specified
InputStream . |
|
XSLTransform(java.io.Reader stylesheet)
This will create a new XSLTransform by
reading the stylesheet from the specified
Reader . |
|
XSLTransform(java.io.File stylesheet)
This will create a new XSLTransform
by reading the stylesheet from the specified File . |
|
XSLTransform(Document stylesheet)
This will create a new XSLTransform by
reading the stylesheet from the specified Document . |
|
XSLTransform(java.lang.String systemID)
This will create a new XSLTransform by
reading the stylesheet from the specified URL. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |