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