Uses of Interface
org.newsml.toolkit.TopicUse

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

Uses of TopicUse in org.newsml.toolkit
 

Methods in org.newsml.toolkit that return TopicUse
 TopicUse NewsMLFactory.createTopicUse()
          Create a new, empty TopicUse element.
 TopicUse NewsMLFactory.createTopicUse(TopicUse node)
          Copy an existing TopicUse element.
 TopicUse Catalog.getTopicUse(int index)
          Get topic use information from a catalog.
 TopicUse[] Catalog.getTopicUse()
          Get all TopicUse children in an array.
 

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

Uses of TopicUse in org.newsml.toolkit.dom
 

Methods in org.newsml.toolkit.dom that return TopicUse
 TopicUse DOMNewsMLFactory.createTopicUse()
           
 TopicUse DOMNewsMLFactory.createTopicUse(TopicUse node)
           
 

Methods in org.newsml.toolkit.dom with parameters of type TopicUse
 TopicUse DOMNewsMLFactory.createTopicUse(TopicUse node)