public class SchematronTransformer extends Object
Constructor and Description |
---|
SchematronTransformer()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
Transformer |
transform(Source source)
Transform the given schematron source.
|
Transformer |
transform(Source source,
ProblemHandler handler)
Transform the given schematron source.
|
Transformer |
transform(URL schematron)
Transform the given schematron.
|
Transformer |
transform(URL schematron,
ProblemHandler handler)
Transform the given schematron.
|
public SchematronTransformer() throws TransformerConfigurationException
TransformerConfigurationException
- A transformer configuration
error occurred.public Transformer transform(Source source) throws TransformerException
source
- The schematron source.TransformerException
- If an error occurred during the transform
process.public Transformer transform(Source source, ProblemHandler handler) throws TransformerException
source
- The schematron source.handler
- Container to hold problems that occurred during the
transform process.TransformerException
- If an error occurred during the transform
process.public Transformer transform(URL schematron) throws TransformerException
schematron
- The URL to the schematron.TransformerException
- If an error occurred during the transform
process.public Transformer transform(URL schematron, ProblemHandler handler) throws TransformerException
schematron
- the URL to the schematron.handler
- an problem handler to capture problems.TransformerException
- if an error occurred during the transform
process.Copyright © 2010–2018 Planetary Data System. All rights reserved.