org.newsml.toolkit
Interface SourceList

All Superinterfaces:
BaseNode, CommentNode, IdNode, PartyList

public interface SourceList
extends PartyList

A list of sources for administrative metadata.

A source list is exactly like a party list, except that it includes an optional pointer to a news item.

Version:
2.0
Author:
Reuters PLC

Method Summary
 Text getNewsItemURN()
          Get the news item pointer.
 
Methods inherited from interface org.newsml.toolkit.PartyList
getParty, getParty, getPartyCount
 
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

getNewsItemURN

public Text getNewsItemURN()
Get the news item pointer.
Returns:
Text containing a URN reference to a news item, or null if none was provided.