Deprecated API
Contents
-
Deprecated FieldsFieldDescriptionAs of Woodstox 4.0 use
XMLInputFactory2.P_LAZY_PARSINGinstead (from Stax2 extension API, v3.0)Never implement, let's phase this out (deprecated in 4.2)Since 7.2 (never supported -- see [woodstox#279])
-
Deprecated MethodsMethodDescriptionSince 5.0.3since 7.2; retained for binary compatibility. Use
ElementIdMap.calcHash(char[], int, int, int)withElementIdMap.getHashSeed().since 7.2; retained for binary compatibility. UseElementIdMap.calcHash(String, int)withElementIdMap.getHashSeed().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().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(String, int)withSymbolTable.getHashSeed().