The blue social bookmark and publication sharing system.
Log in with your username.
I've lost my password.
Log in with your OpenID-Provider.
Map uris = new HashMap(); uris.put("pqr", "http://www.xyz.com/pqr"); XPath xpath = document.createXPath("/pqr:abcd/pqr:efg"); xpath.setNamespaceURIs(uris); List<Node> nodes = xpath.selectNodes(document);