Uses of Interface
org.newsml.toolkit.NewsItem

Packages that use NewsItem
org.newsml.toolkit Interfaces for Accessing NewsML Information (v2.0) 
org.newsml.toolkit.dom DOM Implementation of the NewsML Interfaces (v2.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.
 NewsItem NewsMLFactory.createNewsItem()
          Create a new, empty NewsItem element.
 NewsItem NewsMLFactory.createNewsItem(NewsItem node)
          Copy an existing NewsItem element.
 

Methods in org.newsml.toolkit with parameters of type NewsItem
 NewsItem NewsMLFactory.createNewsItem(NewsItem node)
          Copy an existing NewsItem element.
 

Uses of NewsItem in org.newsml.toolkit.dom
 

Methods in org.newsml.toolkit.dom that return NewsItem
 NewsItem DOMNewsMLFactory.createNewsItem()
           
 NewsItem DOMNewsMLFactory.createNewsItem(NewsItem node)
           
 

Methods in org.newsml.toolkit.dom with parameters of type NewsItem
 NewsItem DOMNewsMLFactory.createNewsItem(NewsItem node)