Uses of Interface
org.newsml.toolkit.Party

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

Uses of Party in org.newsml.toolkit
 

Methods in org.newsml.toolkit that return Party
 Party PartyList.getParty(int index)
          Get one of the parties.
 Party[] PartyList.getParty()
          Get an array of all party objects.
 Party NewsMLFactory.createParty()
          Create a new, empty Party element.
 Party NewsMLFactory.createParty(Party node)
          Copy an existing Party element.
 

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

Uses of Party in org.newsml.toolkit.dom
 

Methods in org.newsml.toolkit.dom that return Party
 Party DOMNewsMLFactory.createParty()
           
 Party DOMNewsMLFactory.createParty(Party node)
           
 

Methods in org.newsml.toolkit.dom with parameters of type Party
 Party DOMNewsMLFactory.createParty(Party node)