alhassan reda
alhassan reda
XPathFactory xPathfactory = XPathFactory.newInstance(); XPath xpath = xPathfactory.newXPath(); XPathExpression expr = xpath.compile(); >>>>>>>>>>>>>>>>>>>>>>> when i need to get Node from xpath it to slow . when i try to make...
i get connection from url URLConnection con ; after connect i get inputStream : InputStream is = new BufferedInputStream(con.getInputStream()); >>>>>>>>>>>>> Tidy tidy = new Tidy(); tidy.setQuiet(true); tidy.setShowWarnings(false); tidy.setOnlyErrors(true); tidy.setShowErrors(0); tidy.setXmlOut(true);...