Package com.sun.syndication.io

Examples of com.sun.syndication.io.FeedInput


     * <p>
     * @param validate indicates if the input should be validated. NOT IMPLEMENTED YET (validation does not happen)
     *
     */
    public SyndInput(boolean validate) {
        _feedInput = new FeedInput(validate);
    }
View Full Code Here

TOP

Related Classes of com.sun.syndication.io.FeedInput

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.