-
Fields Field Description com.ctc.wstx.api.WstxInputProperties.P_LAZY_PARSING As of Woodstox 4.0 useXMLInputFactory2.P_LAZY_PARSINGinstead (from Stax2 extension API, v3.0)com.ctc.wstx.api.WstxInputProperties.P_SUPPORT_DTDPP Never implement, let's phase this out (deprecated in 4.2)com.ctc.wstx.api.WstxInputProperties.P_VALIDATE_TEXT_CHARS Since 7.2 (never supported -- see [woodstox#279])
-
Methods Method Description com.ctc.wstx.sr.AttributeCollector.writeAttribute(int, XmlWriter) Since 5.0.3com.ctc.wstx.sr.BasicStreamReader.getFeature(String) com.ctc.wstx.sr.BasicStreamReader.setFeature(String, Object) com.ctc.wstx.util.ElementIdMap.calcHash(char[], int, int) since 7.2; retained for binary compatibility. UseElementIdMap.calcHash(char[], int, int, int)withElementIdMap.getHashSeed().com.ctc.wstx.util.SymbolTable.calcHash(char[], int, int) since 7.2; retained for binary compatibility. Produces the legacy seedless hash and will not match symbols stored in tables created after the seeding fix (issue #12). UseSymbolTable.calcHash(char[], int, int, int)withSymbolTable.getHashSeed().com.ctc.wstx.util.TextBuffer.rawContentsViaReader()