Uses of Interface
org.newsml.toolkit.EquivalentNode

Packages that use EquivalentNode
org.newsml.toolkit Interfaces for Accessing NewsML Information (v2.0) 
 

Uses of EquivalentNode in org.newsml.toolkit
 

Subinterfaces of EquivalentNode in org.newsml.toolkit
 interface ContentItem
          News content for presentation to humans.
 interface NewsComponent
          Container for specifying role information and metadata for news objects.
 interface NewsItem
          A managed set of news information.
 interface NewsItemRef
          A reference to a news item located elsewhere.
 

Methods in org.newsml.toolkit that return EquivalentNode
 EquivalentNode NewsComponent.getMember(int index)
          Return one of the members of this news component.
 EquivalentNode[] NewsComponent.getMember()
          Get all Member children in an array.