@API(type=EXTENDABLE, src=PUBLIC) public interface SaxonXQueryTransformerPluginExtension extends XQueryTransformerPluginExtension
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 |
---|---|
SaxonEdition |
getEdition()
Default value is
SaxonEdition.HE |
javax.xml.transform.Transformer |
getXQueryTransformer(javax.xml.transform.Source source,
ro.sync.exml.editor.xmleditor.transform.advanced.XQuerySaxonHEAdvancedOptions advOptions,
javax.xml.transform.URIResolver uriResolver,
boolean validationOnly)
Get an XQuery transformer.
|
getDisplayTransformerName, getTransformerName, getXQueryTransformer, suportsAutomaticValidation
javax.xml.transform.Transformer getXQueryTransformer(javax.xml.transform.Source source, ro.sync.exml.editor.xmleditor.transform.advanced.XQuerySaxonHEAdvancedOptions advOptions, javax.xml.transform.URIResolver uriResolver, boolean validationOnly) throws ro.sync.exml.editor.xmleditor.ErrorListException
source
- The XQuery source.advOptions
- Advanced options. Can be XQuerySaxonHEAdvancedOptions
, XQuerySaxonPEAdvancedOptions
or XQuerySaxonEEAdvancedOptions
.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
SaxonEdition getEdition()
SaxonEdition.HE
© Copyright SyncRO Soft SRL 2002 - 2016. All rights reserved.