Uses of Interface
org.newsml.toolkit.NewsItemRef

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

Uses of NewsItemRef in org.newsml.toolkit
 

Methods in org.newsml.toolkit that return NewsItemRef
 NewsItemRef NewsManagement.getDerivedFrom(int index)
          Get a reference to a news item from which this item is derived.
 NewsItemRef[] NewsManagement.getDerivedFrom()
          Get all DerivedFrom children in an array.
 NewsItemRef NewsManagement.getAssociatedWith(int index)
          Get a reference to a news item associated with this one.
 NewsItemRef[] NewsManagement.getAssociatedWith()
          Get all AssociatedWith children in an array.