java.lang.Object
org.docx4j.model.datastorage.xpathtracker.Histgram

public class Histgram extends Object
Keeps track of the number of siblings element found so far.
  • Field Details

    • log

      private static org.slf4j.Logger log
    • occurrence

      private final Map<QName,Integer> occurrence
    • current

      protected String current
    • currentValue

      protected int currentValue
  • Constructor Details

    • Histgram

      public Histgram()
  • Method Details