Uses of Interface
org.newsml.toolkit.UsageRights

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

Uses of UsageRights in org.newsml.toolkit
 

Methods in org.newsml.toolkit that return UsageRights
 UsageRights RightsMetadata.getUsageRights(int index)
          Return the usage rights attached to the news component.
 UsageRights[] RightsMetadata.getUsageRights()
          Get all UsageRights children in an array.
 UsageRights NewsMLFactory.createUsageRights()
          Create a new, empty UsageRights element.
 UsageRights NewsMLFactory.createUsageRights(UsageRights node)
          Copy an existing UsageRights element.
 

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

Uses of UsageRights in org.newsml.toolkit.dom
 

Methods in org.newsml.toolkit.dom that return UsageRights
 UsageRights DOMNewsMLFactory.createUsageRights()
           
 UsageRights DOMNewsMLFactory.createUsageRights(UsageRights node)
           
 

Methods in org.newsml.toolkit.dom with parameters of type UsageRights
 UsageRights DOMNewsMLFactory.createUsageRights(UsageRights node)