|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PartyList | |
org.newsml.toolkit | Interfaces for Accessing NewsML Information (v2.0) |
org.newsml.toolkit.dom | DOM Implementation of the NewsML Interfaces (v2.0) |
Uses of PartyList in org.newsml.toolkit |
Subinterfaces of PartyList in org.newsml.toolkit | |
interface |
SourceList
A list of sources for administrative metadata. |
Methods in org.newsml.toolkit that return PartyList | |
PartyList |
AdministrativeMetadata.getProvider()
Get a list of providers of a news object. |
PartyList |
AdministrativeMetadata.getCreator()
Get a list of creators of a news object. |
PartyList |
AdministrativeMetadata.getContributor(int index)
Get a list of contributors to a news object. |
PartyList[] |
AdministrativeMetadata.getContributor()
Get an array of contributor party lists in this object. |
PartyList |
NewsEnvelope.getSentFrom()
Get a list of senders of this package. |
PartyList |
NewsEnvelope.getSentTo()
Get a list of recipients of this package. |
PartyList |
NewsMLFactory.createContributor()
Create a new, empty Contributor element. |
PartyList |
NewsMLFactory.createContributor(PartyList node)
Copy an existing Contributor element. |
PartyList |
NewsMLFactory.createCreator()
Create a new, empty Creator element. |
PartyList |
NewsMLFactory.createCreator(PartyList node)
Copy an existing Creator element. |
PartyList |
NewsMLFactory.createProvider()
Create a new, empty Provider element. |
PartyList |
NewsMLFactory.createProvider(PartyList node)
Copy an existing Provider element. |
PartyList |
NewsMLFactory.createSentFrom()
Create a new, empty SentFrom element. |
PartyList |
NewsMLFactory.createSentFrom(PartyList node)
Copy an existing SentFrom element. |
PartyList |
NewsMLFactory.createSentTo()
Create a new, empty SentTo element. |
PartyList |
NewsMLFactory.createSentTo(PartyList node)
Copy an existing SentTo element. |
Methods in org.newsml.toolkit with parameters of type PartyList | |
PartyList |
NewsMLFactory.createContributor(PartyList node)
Copy an existing Contributor element. |
PartyList |
NewsMLFactory.createCreator(PartyList node)
Copy an existing Creator element. |
PartyList |
NewsMLFactory.createProvider(PartyList node)
Copy an existing Provider element. |
PartyList |
NewsMLFactory.createSentFrom(PartyList node)
Copy an existing SentFrom element. |
PartyList |
NewsMLFactory.createSentTo(PartyList node)
Copy an existing SentTo element. |
Uses of PartyList in org.newsml.toolkit.dom |
Methods in org.newsml.toolkit.dom that return PartyList | |
PartyList |
DOMNewsMLFactory.createContributor()
|
PartyList |
DOMNewsMLFactory.createContributor(PartyList node)
|
PartyList |
DOMNewsMLFactory.createCreator()
|
PartyList |
DOMNewsMLFactory.createCreator(PartyList node)
|
PartyList |
DOMNewsMLFactory.createProvider()
|
PartyList |
DOMNewsMLFactory.createProvider(PartyList node)
|
PartyList |
DOMNewsMLFactory.createSentFrom()
|
PartyList |
DOMNewsMLFactory.createSentFrom(PartyList node)
|
PartyList |
DOMNewsMLFactory.createSentTo()
|
PartyList |
DOMNewsMLFactory.createSentTo(PartyList node)
|
Methods in org.newsml.toolkit.dom with parameters of type PartyList | |
PartyList |
DOMNewsMLFactory.createContributor(PartyList node)
|
PartyList |
DOMNewsMLFactory.createCreator(PartyList node)
|
PartyList |
DOMNewsMLFactory.createProvider(PartyList node)
|
PartyList |
DOMNewsMLFactory.createSentFrom(PartyList node)
|
PartyList |
DOMNewsMLFactory.createSentTo(PartyList node)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |