@API(type=EXTENDABLE, src=PUBLIC) public interface XQueryTransformerPluginExtension extends PluginExtension
Please note that this API is not marked as final and it can change in one of the next versions of the application. If you have suggestions, comments about it, please let us know.
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDisplayTransformerName()
Get the display transformer name.
|
java.lang.String |
getTransformerName()
Get the transformer name.
|
javax.xml.transform.Transformer |
getXQueryTransformer(javax.xml.transform.Source source,
javax.xml.transform.URIResolver uriResolver,
boolean validationOnly)
Get an XQuery transformer.
|
boolean |
suportsAutomaticValidation()
Checks if this transformer supports validation.
|
java.lang.String getTransformerName()
java.lang.String getDisplayTransformerName()
boolean suportsAutomaticValidation()
true
if automatic validation is supported.javax.xml.transform.Transformer getXQueryTransformer(javax.xml.transform.Source source, javax.xml.transform.URIResolver uriResolver, boolean validationOnly) throws ro.sync.exml.editor.xmleditor.ErrorListException
source
- The XQuery source.uriResolver
- The URI resolver.validationOnly
- true
if the transformer is used only to compile the query, to see
if there are any errors.ro.sync.exml.editor.xmleditor.ErrorListException
- Exceptions encountered while initializing the transformer.© Copyright SyncRO Soft SRL 2002 - 2016. All rights reserved.