Package org.rometools.feed.module.photocast.types

Examples of org.rometools.feed.module.photocast.types.Metadata


                    }
                }
                if( e.getChildText("Comments") != null ){
                    comments = e.getChildText("Comments");
                }
                pm.setMetadata( new Metadata( photoDate, comments) );
            }
        }
        return pm;
    }
View Full Code Here

TOP

Related Classes of org.rometools.feed.module.photocast.types.Metadata

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.