aSaxon-B-9-0-0-8sources.net.sf.saxon.java.package.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of commons-xmlbeans Show documentation
Show all versions of commons-xmlbeans Show documentation
The Apache Commons Codec package contains simple encoder and decoders for
various formats such as Base64 and Hexadecimal. In addition to these
widely used encoders and decoders, the codec package also maintains a
collection of phonetic encoding utilities.
The newest version!
Package overview: 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 Configuration.getPlatform()