Class TraverseFind

java.lang.Object
org.docx4j.samples.TraverseFind

public class TraverseFind extends Object
  • Constructor Details

    • TraverseFind

      public TraverseFind()
  • Method Details

    • main

      public static void main(String[] args) throws Exception
      Example of how to find an object in document.xml via traversal (as opposed to XPath)
      Throws:
      Exception