org.newsml.toolkit
Interface Comment
- All Superinterfaces:
- BaseNode, IdNode, LanguageNode, Text
- public interface Comment
- extends Text, LanguageNode
A comment node in a NewsML document.
Many different element types in a NewsML document can have prose
comments attached, possibly in multiple languages. These are not
to be confused with XML comments (<!-- ... -->), which are
discarded during import.
- Version:
- 1.0
- Author:
- Reuters PLC
Method Summary |
java.lang.String |
getTranslationOf()
Get the identifier of another comment translated by this one. |
getTranslationOf
public java.lang.String getTranslationOf()
- Get the identifier of another comment translated by this one.
- Returns:
- The Duid of the original for this comment.