Save This Page
Home » nutch-1.0 » org.apache.nutch » util » [javadoc | source]
org.apache.nutch.util
public class: DomUtil [javadoc | source]
java.lang.Object
   org.apache.nutch.util.DomUtil
Method from org.apache.nutch.util.DomUtil Summary:
getDom,   saveDom
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.nutch.util.DomUtil Detail:
 public static Element getDom(InputStream is) 
    Returns parsed dom tree or null if any error
 public static  void saveDom(OutputStream os,
    Element e) 
    save dom into ouputstream