Package org.docx4j.model.datastorage
Class BindingTraverserXSLT.BookmarkCounter
java.lang.Object
org.docx4j.model.datastorage.BindingTraverserXSLT.BookmarkCounter
- Enclosing class:
- BindingTraverserXSLT
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
-
Field Summary
Fields -
Method Summary
-
Field Details
-
bookmarkId
-