Contents
-
Terminally Deprecated Elements
since 13.0 - document projection is no longer supported
since 13.0 - document projection is no longer supported
-
Deprecated Methods
since 13.0. The method now has no effect. Schemas should be built using
an
XsdCompiler.
since 11.1 - use setBooleanProperty(Feature.RECOGNIZE_URI_QUERY_PARAMETERS, true);
since Saxon 9.9: use one of the other getReceiver methods
since 13.0 - document projection is no longer supported
since 13.0 - document projection is no longer supported
since 12.9, because this method does not respect the semantics
of the method it overrides, which is designed to test whether the value
is an empty sequence. Use
XdmMap.isEmptyMap() instead.
since 12.9, because the overriding method in
XdmMap tests
whether the value is an empty map (and thus, a sequence of length one). Use
XdmValue.isEmptySequence() instead.
in 13.0. The method now has no effect.
Since there is no longer a global schema at
Processor level,
the schema needs to be made available to the
XPathCompiler by calling the
XPathCompiler.useSchema(XsdSchema) method.
since 11.1 - use a ResourceResolver instead
since 11.1 - use a ResourceResolver instead
since 12.0 - always returns false.
since 12.0 - the call has no effect.
since 9.9.1.3. Use XsltCompiler.setTargetEdition() to define the target environment.