Package com.ctc.wstx.compat

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

See:
          Description

Class Summary
QNameCreator Helper class used to solve [WSTX-174]: some older AppServers were shipped with incompatible version of QName class, which is missing the 3 argument constructor.
 

Package com.ctc.wstx.compat Description

Package that contains classes that allow abstracting out the 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 (for Woodstox versions up to 3.x it was JDK 1.2, for 4.x JDK 1.4).



Copyright © 2011 Codehaus. All Rights Reserved.