Uses of Interface
org.newsml.toolkit.SourceList

Packages that use SourceList
org.newsml.toolkit Interfaces for Accessing NewsML Information (v2.0) 
org.newsml.toolkit.dom DOM Implementation of the NewsML Interfaces (v2.0) 
 

Uses of SourceList in org.newsml.toolkit
 

Methods in org.newsml.toolkit that return SourceList
 SourceList AdministrativeMetadata.getSource(int index)
          Get a list of parties providing source material for a news object.
 SourceList[] AdministrativeMetadata.getSource()
          Get an array of source party lists in this object.
 SourceList NewsMLFactory.createSource()
          Create a new, empty Source element.
 SourceList NewsMLFactory.createSource(SourceList node)
          Copy an existing Source element.
 

Methods in org.newsml.toolkit with parameters of type SourceList
 SourceList NewsMLFactory.createSource(SourceList node)
          Copy an existing Source element.
 

Uses of SourceList in org.newsml.toolkit.dom
 

Methods in org.newsml.toolkit.dom that return SourceList
 SourceList DOMNewsMLFactory.createSource()
           
 SourceList DOMNewsMLFactory.createSource(SourceList node)
           
 

Methods in org.newsml.toolkit.dom with parameters of type SourceList
 SourceList DOMNewsMLFactory.createSource(SourceList node)