Uses of Interface
org.newsml.toolkit.Copyright

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

Uses of Copyright in org.newsml.toolkit
 

Methods in org.newsml.toolkit that return Copyright
 Copyright RightsMetadata.getCopyright(int index)
          Get a copyright attached to the news component.
 Copyright[] RightsMetadata.getCopyright()
          Get all Copyright children in an array.
 Copyright NewsMLFactory.createCopyright()
          Create a new, empty Copyright element.
 Copyright NewsMLFactory.createCopyright(Copyright node)
          Copy an existing Copyright element.
 

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

Uses of Copyright in org.newsml.toolkit.dom
 

Methods in org.newsml.toolkit.dom that return Copyright
 Copyright DOMNewsMLFactory.createCopyright()
           
 Copyright DOMNewsMLFactory.createCopyright(Copyright node)
           
 

Methods in org.newsml.toolkit.dom with parameters of type Copyright
 Copyright DOMNewsMLFactory.createCopyright(Copyright node)