org.newsml.toolkit
Interface TopicSetRef

All Superinterfaces:
BaseNode, CommentNode, IdNode

public interface TopicSetRef
extends BaseNode, CommentNode, IdNode

A pointer to a topic set to merge with the current one.

Version:
2.0
Author:
Reuters PLC

Method Summary
 Text getRef()
          Get the reference string for the other topic set.
 
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.CommentNode
getComment, getComment, getCommentCount
 
Methods inherited from interface org.newsml.toolkit.IdNode
getDuid, getEuid
 

Method Detail

getRef

public Text getRef()
Get the reference string for the other topic set.
Returns:
Text containing the reference, or null if none was provided.