org.newsml.toolkit
Interface TopicUse
- All Superinterfaces:
- BaseNode
- public interface TopicUse
- extends BaseNode
Information about where a topic is used in a document.
Note that the topic use does not have a Duid or
Euid.
- Version:
- 1.0
- Author:
- Reuters PLC
Method Summary |
java.lang.String |
getContext()
Get an XPath for the context where the topic is used. |
java.lang.String |
getTopic()
Get a pointer to the topic being used. |
getTopic
public java.lang.String getTopic()
- Get a pointer to the topic being used.
- Returns:
- The topic pointer as a string (not null).
getContext
public java.lang.String getContext()
- Get an XPath for the context where the topic is used.
- Returns:
- The XPath expression as a string, or null
if none was provided.