- Enclosing class:
- BindingTraverserXSLT
public static class BindingTraverserXSLT.BookmarkCounter
extends Object
Workaround for the fact that Xalan doesn't let us pass an AtomicInteger into an extension
function. Instead, it converts it into an int, which means the object in our
bookmarkIdCounter parameter isn't updated.
So here we wrap the AtomicInteger in a class,
- Author:
- jharrop