Package com.ctc.wstx.compat

Package that contains classes that allow abstracting out of details of JDK platform version being used.

See:
          Description

Class Summary
Jdk12Impl JDK 1.2 compatible basic vanilla no-frills implementation of JdkImpl.
Jdk13Impl JDK 1.3 compatible implementation; adds off-the-shelf simple data struct instances on top of 1.2.
Jdk14Impl JDK 1.4 compatible implementation; adds support for setting Exception root cause, as well as for java.util.LinkedHashMap.
JdkFeatures This is the class that is used to access JDK-version dependant features.
JdkImpl This is the interface used to access JDK-dependant functionality; generally things that later JDKs have in their APIs, but that can be simulated with earlier JDKs to some degree.
JdkInfo Simple accessor class that can access JDK version information.
 

Package com.ctc.wstx.compat Description

Package that contains classes that allow abstracting out of details of JDK platform version being used. Currently classes are used to implement "graceful degradation" of functionality, when certain JDK classes are only fully implemented as part of JDKs later than the minimum version Woodstox needs for running (which is currently 1.2).