Uses of Interface
org.newsml.toolkit.NewsItem

Packages that use NewsItem
org.newsml.toolkit Interfaces for Accessing NewsML Information (v1.0) 
 

Uses of NewsItem in org.newsml.toolkit
 

Methods in org.newsml.toolkit that return NewsItem
 NewsItem NewsML.getNewsItem(int index)
          Get one of the top-level news items.
 NewsItem[] NewsML.getNewsItem()
          Get all NewsItem children in an array.
 NewsItem NewsItemRef.getReferencedNewsItem(boolean useExternal)
          Get the referenced NewsItem, if possible.