Package com.dotmarketing.util.diff.helper

Examples of com.dotmarketing.util.diff.helper.NekoHtmlParser


    private NekoHtmlParser parser;

    private XslFilter filter;

    public HtmlCleaner() {
        this.parser = new NekoHtmlParser();
        this.filter = new XslFilter();
    }
View Full Code Here

TOP

Related Classes of com.dotmarketing.util.diff.helper.NekoHtmlParser

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.