Uses of Interface
org.newsml.toolkit.Topic

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

Uses of Topic in org.newsml.toolkit
 

Methods in org.newsml.toolkit that return Topic
 Topic TopicSet.getTopic(int index)
          Get a topic in the topic set.
 Topic[] TopicSet.getTopic()
          Get all Topic children in an array.
 Topic TopicSet.findTopic(String name, String scheme, boolean useExternal)
          Find a topic given a formal name and scheme.
 Topic TopicNode.getReferencedTopic(boolean useExternal)
          Look up the referenced topic.
 Topic FormalNameNode.findTopic(boolean useExternal)
          Find the topic associated with this formal name.
 Topic NewsMLFactory.createTopic()
          Create a new, empty Topic element.
 Topic NewsMLFactory.createTopic(Topic node)
          Copy an existing Topic element.
 

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

Uses of Topic in org.newsml.toolkit.dom
 

Methods in org.newsml.toolkit.dom that return Topic
 Topic DOMNewsMLFactory.createTopic()
           
 Topic DOMNewsMLFactory.createTopic(Topic node)
           
 

Methods in org.newsml.toolkit.dom with parameters of type Topic
 Topic DOMNewsMLFactory.createTopic(Topic node)