Class HTMLPageFactory


  • public class HTMLPageFactory
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      HTMLPageFactory()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static HTMLPage loadPage​(java.io.InputStream is)  
      static HTMLPage loadPage​(java.io.InputStream is, boolean close_file)  
      static HTMLPage loadPage​(java.io.InputStream is, java.lang.String charset)  
      static HTMLPage loadPage​(java.io.InputStream is, java.lang.String charset, boolean close_file)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait