Greetings,
I would like to iterate over all w:rPr elements, which may have more than one parent element. What is the best way to obtain a list of all RPr class instances? I had initially tried with ClassFinder but obtained an empty list. Would XPath work here? The Cheat Sheet linked from github README.md makes a warning about a limitation with the Jaxb API and XPath, but the sheet itself is nearly 6 years old ...