Package net.sf.saxon.java
This package contains Saxon code that is specific to the Java platform, as distinct from .NET
The areas where Saxon has different implementations for the two platforms are primarily URI handling, interfaces to XML parsers, regular expression handling, and use of collations.
Access to these classes is generally via the Platform
object, of which the
implementation for the Java platform is named JavaPlatform
. This is obtained in turn
via the static method Version.platform
-
Class Summary Class Description CleanerProxy This utility class exists in order to put all functionality relating to use of the Java 9 classCleaner
in one place, to allow the product to continue to work with Java 8.CleanerProxy.CleanableProxy JavaCollationFactory A JavaCollationFactory allows a Collation to be created given a set of properties that the collation should have.JavaPlatform Implementation of the Platform class containing methods specific to the Java platform (as distinct from .NET).