String xpath = "//w:p"; List<Object> list = documentPart.getJAXBNodesViaXPath(xpath, false); These JAXB nodes are live, in the sense that if you ...
確定! 回上一頁