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,
ExceptionHandler container)
Transform the given schematron source.
|
Transformer |
transform(URL schematron)
Transform the given schematron.
|
Transformer |
transform(URL schematron,
ExceptionHandler container)
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, ExceptionHandler container) throws TransformerException
source
- The schematron source.container
- 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, ExceptionHandler container) throws TransformerException
schematron
- the URL to the schematron.container
- an exception handler to capture problems.TransformerException
- if an error occurred during the transform
process.Copyright © 2010–2016 Planetary Data System. All rights reserved.