Uses of Interface
org.newsml.toolkit.TopicSet

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

Uses of TopicSet in org.newsml.toolkit
 

Methods in org.newsml.toolkit that return TopicSet
 TopicSet NewsComponent.getTopicSet(int index)
          Get a topic set attached to this component.
 TopicSet[] NewsComponent.getTopicSet()
          Get all TopicSet children in an array.
 TopicSet NewsItem.getRootTopicSet()
          Get the root topic set of the news item.
 TopicSet NewsML.getTopicSet(int index)
          Get a topic set attached to this component.
 TopicSet[] NewsML.getTopicSet()
          Get all TopicSet children in an array.
 TopicSet FormalNameNode.getTopicSet(boolean useExternal)
          Get the topic set for the formal name.
 TopicSet NewsMLFactory.createTopicSet()
          Create a new, empty TopicSet element.
 TopicSet NewsMLFactory.createTopicSet(TopicSet node)
          Copy an existing TopicSet element.
 

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

Uses of TopicSet in org.newsml.toolkit.dom
 

Methods in org.newsml.toolkit.dom that return TopicSet
 TopicSet DOMNewsMLFactory.createTopicSet()
           
 TopicSet DOMNewsMLFactory.createTopicSet(TopicSet node)
           
 

Methods in org.newsml.toolkit.dom with parameters of type TopicSet
 TopicSet DOMNewsMLFactory.createTopicSet(TopicSet node)