Package com.sun.syndication.io

Examples of com.sun.syndication.io.FeedOutput


     * @param type the type of feed to generate.
     *
     */
    public SyndOutput(String type) {
        _type = type;
        _feedOutput = new FeedOutput(type);
    }
View Full Code Here

TOP

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

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.