Package net.sf.okapi.filters.html

Examples of net.sf.okapi.filters.html.HtmlFilter


    public HTMLAdapter() {
        super(prepareFilter(), IdSource.contentHash, true, true);
    }

    private static HtmlFilter prepareFilter() {
        return new HtmlFilter();
    }
View Full Code Here

TOP

Related Classes of net.sf.okapi.filters.html.HtmlFilter

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.