org.newsml.toolkit
Interface TopicUse

All Superinterfaces:
BaseNode, TopicNode

public interface TopicUse
extends BaseNode, TopicNode

Information about where a topic is used in a document.

Note that the topic use does not have a Duid or Euid.

Version:
2.0
Author:
Reuters PLC

Method Summary
 Text getContext()
          Get an XPath for the context where the topic is used.
 
Methods inherited from interface org.newsml.toolkit.BaseNode
getAttr, getChild, getChild, getChild, getChild, getChildCount, getChildCount, getParent, getPath, getSession, getXMLName, getXPath, insertAfter, insertAfter, insertAfter, insertAfter, insertAfterDuid, insertAfterDuid, insertBefore, insertBefore, insertBefore, insertBefore, insertBeforeDuid, insertBeforeDuid, insertChild, insertChild, insertFirst, insertFirst, insertLast, insertLast, removeChild, removeChild, removeSelf, replaceChild, replaceChild, replaceChild, replaceChild, replaceChild, replaceChild, setAttr, setAttr, toXML, toXML, unsetAttr, unsetAttr, writeXML, writeXML
 
Methods inherited from interface org.newsml.toolkit.TopicNode
getReferencedTopic, getTopicRef
 

Method Detail

getContext

public Text getContext()
Get an XPath for the context where the topic is used.
Returns:
Text containing an XPath expression, or null if none was provided.