Uses of Interface
org.newsml.toolkit.TopicOccurrence

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

Uses of TopicOccurrence in org.newsml.toolkit
 

Methods in org.newsml.toolkit that return TopicOccurrence
 TopicOccurrence NewsMLFactory.createTopicOccurrence()
          Create a new, empty TopicOccurrence element.
 TopicOccurrence NewsMLFactory.createTopicOccurrence(TopicOccurrence node)
          Copy an existing TopicOccurrence element.
 TopicOccurrence DescriptiveMetadata.getTopicOccurrence(int index)
          Get a topic associated with a news component.
 TopicOccurrence[] DescriptiveMetadata.getTopicOccurrence()
          Get all TopicOccurrence children in an array.
 

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

Uses of TopicOccurrence in org.newsml.toolkit.dom
 

Methods in org.newsml.toolkit.dom that return TopicOccurrence
 TopicOccurrence DOMNewsMLFactory.createTopicOccurrence()
           
 TopicOccurrence DOMNewsMLFactory.createTopicOccurrence(TopicOccurrence node)
           
 

Methods in org.newsml.toolkit.dom with parameters of type TopicOccurrence
 TopicOccurrence DOMNewsMLFactory.createTopicOccurrence(TopicOccurrence node)