Uses of Interface
org.newsml.toolkit.Topic

Packages that use Topic
org.newsml.toolkit Interfaces for Accessing NewsML Information (v1.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.