com.ctc.wstx.compat
Class JdkFeatures

java.lang.Object
  extended by com.ctc.wstx.compat.JdkFeatures

public class JdkFeatures
extends java.lang.Object

This is the class that is used to access JDK-version dependant features. This is done by asking for instance of JdkImpl; returned implementation class knows how current JDK implements functionality needed.


Constructor Summary
JdkFeatures()
           
 
Method Summary
static JdkImpl getInstance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JdkFeatures

public JdkFeatures()
Method Detail

getInstance

public static JdkImpl getInstance()