Examples of FeedOutput


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