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

Method Summary
 Catalog getCatalog()
          Get the resource catalog, if one was provided.
 

Method Detail

getCatalog

public Catalog getCatalog()
Get the resource catalog, if one was provided.
Returns:
The resource catalog, or null if none was provided.