Document dom = // however you parse the document XPath xpath = XPathFactory.newInstance().newXPath(); String result = xpath.evaluate("/foo/bar/ ...
確定! 回上一頁