Package com.totsp.xml.syndication.content

Examples of com.totsp.xml.syndication.content.ContentModule


        // Check if the RSS/RDF content module is present
        Module module = anEntry.getModule(ContentModule.URI);
        if (module != null)
        {
            ContentModule cmod = (ContentModule)module;
            List encodeds = cmod.getEncodeds();
            if (encodeds != null && encodeds.size() > 0)
            {
                text = (String)encodeds.get(0);
            }
        }
View Full Code Here

TOP

Related Classes of com.totsp.xml.syndication.content.ContentModule

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.