Package sunlabs.brazil.util

Examples of sunlabs.brazil.util.LexHTML


     *    The HTML document.
     */
    public
    HtmlRewriter(String str)
    {
  this(new LexHTML(str));
    }
View Full Code Here

TOP

Related Classes of sunlabs.brazil.util.LexHTML

Copyright © 2018 www.massapicom. 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.