Uses of Interface
org.newsml.toolkit.Metadata

Packages that use Metadata
org.newsml.toolkit Interfaces for Accessing NewsML Information (v2.0) 
org.newsml.toolkit.dom DOM Implementation of the NewsML Interfaces (v2.0) 
 

Uses of Metadata in org.newsml.toolkit
 

Methods in org.newsml.toolkit that return Metadata
 Metadata NewsComponent.getMetadata(int index)
          Get generic metadata about the news component.
 Metadata[] NewsComponent.getMetadata()
          Get all Metadata children in an array.
 Metadata NewsMLFactory.createMetadata()
          Create a new, empty Metadata element.
 Metadata NewsMLFactory.createMetadata(Metadata node)
          Copy an existing Metadata element.
 

Methods in org.newsml.toolkit with parameters of type Metadata
 Metadata NewsMLFactory.createMetadata(Metadata node)
          Copy an existing Metadata element.
 

Uses of Metadata in org.newsml.toolkit.dom
 

Methods in org.newsml.toolkit.dom that return Metadata
 Metadata DOMNewsMLFactory.createMetadata()
           
 Metadata DOMNewsMLFactory.createMetadata(Metadata node)
           
 

Methods in org.newsml.toolkit.dom with parameters of type Metadata
 Metadata DOMNewsMLFactory.createMetadata(Metadata node)