aSaxon-B-9-0-0-8sources.net.sf.saxon.regex.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.regex
This package contains the code to map XML Schema and XPath regular expressions
to the regular expression engine of the underlying Java platform.
Regular expressions are translated into the form accepted by JDK 1.5 or JDK 1.4. There
are two separate versions of the translator because these two platforms differ radically in
how Unicode characters outside the basic multilingual plane are handled.
Users should not normally need to use these classes directly.
Most of the code used in these translators was developed originally by James Clark.