Uses of Interface
org.newsml.toolkit.TopicSetRef

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

Uses of TopicSetRef in org.newsml.toolkit
 

Methods in org.newsml.toolkit that return TopicSetRef
 TopicSetRef TopicSet.getTopicSetRef(int index)
          Get a reference to another topic set.
 TopicSetRef[] TopicSet.getTopicSetRef()
          Get all TopicSetRef children in an array.
 TopicSetRef NewsMLFactory.createTopicSetRef()
          Create a new, empty TopicSetRef element.
 TopicSetRef NewsMLFactory.createTopicSetRef(TopicSetRef node)
          Copy an existing TopicSetRef element.
 

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

Uses of TopicSetRef in org.newsml.toolkit.dom
 

Methods in org.newsml.toolkit.dom that return TopicSetRef
 TopicSetRef DOMNewsMLFactory.createTopicSetRef()
           
 TopicSetRef DOMNewsMLFactory.createTopicSetRef(TopicSetRef node)
           
 

Methods in org.newsml.toolkit.dom with parameters of type TopicSetRef
 TopicSetRef DOMNewsMLFactory.createTopicSetRef(TopicSetRef node)