Uses of Interface
org.newsml.toolkit.Identification

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

Uses of Identification in org.newsml.toolkit
 

Methods in org.newsml.toolkit that return Identification
 Identification NewsItem.getIdentification()
          Get the identification labels.
 Identification NewsMLFactory.createIdentification()
          Create a new, empty Identification element.
 Identification NewsMLFactory.createIdentification(Identification node)
          Copy an existing Identification element.
 

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

Uses of Identification in org.newsml.toolkit.dom
 

Methods in org.newsml.toolkit.dom that return Identification
 Identification DOMNewsMLFactory.createIdentification()
           
 Identification DOMNewsMLFactory.createIdentification(Identification node)
           
 

Methods in org.newsml.toolkit.dom with parameters of type Identification
 Identification DOMNewsMLFactory.createIdentification(Identification node)