Package | Description |
---|---|
org.jdom.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,
EntityResolver resolver)
Transforms the given document to an output document.
|
List |
XSLTransformer.transform(List 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(File stylesheet)
This will create a new
XSLTransformer by
reading the stylesheet from the specified
File . |
XSLTransformer(InputStream stylesheet)
This will create a new
XSLTransformer by
reading the stylesheet from the specified
InputStream . |
XSLTransformer(Reader stylesheet)
This will create a new
XSLTransformer by
reading the stylesheet from the specified
Reader . |
XSLTransformer(String stylesheetSystemId)
Creates a transformer for a given stylesheet system id.
|
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.