org.newsml.toolkit
Interface HeadLineGroup
- public interface HeadLineGroup
A headline/subheadline pair.
This interface represents an implicit grouping that is not
actually represented by an XML element: as a result, it does not
extend the BaseNode interface.
- Version:
- 2.0
- Author:
- Reuters PLC
getHeadLine
public OriginText getHeadLine()
- Get the headline from the group.
- Returns:
- A headline as mixed-content text with origin
information (not null).
- See Also:
getSubHeadLine()
getSubHeadLine
public OriginText getSubHeadLine()
- Get the subheadline from the group.
- Returns:
- A subheadline as mixed-content text with origin
information, or null if no subheadline was provided.
- See Also:
getHeadLine()