Class BindingTraverserXSLT.BookmarkCounter

java.lang.Object
org.docx4j.model.datastorage.BindingTraverserXSLT.BookmarkCounter
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