org.newsml.toolkit
Interface CatalogNode
- All Known Subinterfaces:
- AdministrativeMetadata, ContentItem, DescriptiveMetadata, Metadata, NewsComponent, NewsItem, NewsML, RightsMetadata, Topic, TopicSet
- public interface CatalogNode
Interface for nodes with a resource catalog.
All node types that can contain a resource catalog implement
this interface.
- Version:
- 2.0
- Author:
- Reuters PLC
getCatalog
public Catalog getCatalog()
- Get the resource catalog, if one was provided.
- Returns:
- The resource catalog, or null if none was provided.