Class DomToXPathMap

java.lang.Object
org.docx4j.model.datastorage.DomToXPathMap

public class DomToXPathMap extends Object
  • Field Details

  • Constructor Details

    • DomToXPathMap

      public DomToXPathMap(Document document)
  • Method Details

    • getPathMap

      public Map<String,String> getPathMap()
    • getCountMap

      public Map<String,Integer> getCountMap()
    • map

      public void map()
    • walkTree

      public void walkTree(Node sourceNode)
    • getXPath

      public String getXPath()
      Gets the XPath to the current element.