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:
- 1.1beta
- Author:
- Reuters PLC
Methods inherited from interface org.newsml.toolkit.BaseNode |
getChild, getChild, getChild, getChild, getChildCount, getChildCount, getParent, getPath, getSession, getXMLName, getXPath, removeSelf, toXML, toXML, writeXML, writeXML |
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.