| Package | Description |
|---|---|
| org.jdom2.transform |
Classes to help with transformations, based on the JAXP TrAX classes.
|
| Modifier and Type | Method and Description |
|---|---|
Document |
XSLTransformer.transform(Document inputDoc)
Transforms the given document to an output document.
|
Document |
XSLTransformer.transform(Document inputDoc,
org.xml.sax.EntityResolver resolver)
Transforms the given document to an output document.
|
java.util.List<Content> |
XSLTransformer.transform(java.util.List<Content> inputNodes)
Transforms the given input nodes to a list of output nodes.
|
| Constructor and Description |
|---|
XSLTransformer(Document stylesheet)
This will create a new
XSLTransformer by
reading the stylesheet from the specified
Document. |
XSLTransformer(java.io.File stylesheet)
This will create a new
XSLTransformer by
reading the stylesheet from the specified
File. |
XSLTransformer(java.io.InputStream stylesheet)
This will create a new
XSLTransformer by
reading the stylesheet from the specified
InputStream. |
XSLTransformer(java.io.Reader stylesheet)
This will create a new
XSLTransformer by
reading the stylesheet from the specified
Reader. |
XSLTransformer(java.lang.String stylesheetSystemId)
Creates a transformer for a given stylesheet system id.
|
Copyright © 2021 Jason Hunter, Brett McLaughlin. All Rights Reserved.