It is probably possible to use Element.getAttributeFast(....) method everywhere in the Tigase code. The task is about finding all calls to the getAttribute(...) ensure we can use getAttributeFast(....) and replace the call if possible.
All done through new XMLTools API - StaticStr
It is probably possible to use Element.getAttributeFast(....) method everywhere in the Tigase code. The task is about finding all calls to the getAttribute(...) ensure we can use getAttributeFast(....) and replace the call if possible.