Deprecated API


Contents
Deprecated Fields
org.codehaus.stax2.XMLStreamReader2.FEATURE_DTD_OVERRIDE
          Use XMLInputFactory2.P_DTD_OVERRIDE instead. 
com.ctc.wstx.api.WstxInputProperties.P_CUSTOM_INTERNAL_ENTITIES
          This feature may be removed from future versions of Woodstox, since the same functionality can be achieved by using custom entity resolvers. 
com.ctc.wstx.api.WstxInputProperties.P_LAZY_PARSING
          As of Woodstox 4.0 use XMLInputFactory2.P_LAZY_PARSING instead (from Stax2 extension API, v3.0) 
 

Deprecated Methods
org.codehaus.stax2.XMLStreamReader2.getFeature(String)
          Should use XMLStreamReader.getProperty(java.lang.String) instead 
org.codehaus.stax2.XMLStreamReader2.setFeature(String, Object)
          Should use XMLStreamReader2.setProperty(java.lang.String, java.lang.Object) instead