List of usage examples for org.jdom2 Document getNamespacesInherited
@Override
public List<Namespace> getNamespacesInherited()
From source file:org.apache.marmotta.ucuenca.wk.provider.scopus.ScopusAuthorSearchProvider.java
License:Apache License
protected static List<Element> queryElements(Document n, String query) { return XPathFactory.instance().compile(query, new ElementFilter(), null, n.getNamespacesInherited()) .evaluate(n);/*from w w w . j av a 2s .co m*/ }