Package

Examples of HTMLReaderHome.create()


           HTMLReaderHome home =
               (HTMLReaderHome)PortableRemoteObject.narrow(objref,
                                            HTMLReaderHome.class);

           HTMLReader htmlReader = home.create();
           StringBuffer contents = htmlReader.getContents();
     System.out.println("The contents of the HTML page follows:\n");
           System.out.print(contents);

           System.exit(0);
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.