A B C D E F G H I L M N O P R S T U V W X

A

accept(PrimaryNode) - Method in interface org.newsml.toolkit.explorer.PrimaryNodePredicate
Test a NewsML node.
actionPerformed(ActionEvent) - Method in class org.newsml.toolkit.explorer.ExplorerFrame
Handle an action for the file menu.
AdministrativeMetadata - interface org.newsml.toolkit.AdministrativeMetadata.
Information about the provenance of a NewsComponent or NewsItem.
AdministrativeMetadataTest - class org.newsml.toolkit.dom.unittests.AdministrativeMetadataTest.
 
AdministrativeMetadataTest(String) - Constructor for class org.newsml.toolkit.dom.unittests.AdministrativeMetadataTest
 
asContentItem() - Method in interface org.newsml.toolkit.PrimaryNode
Cast this node to a ContentItem node.
asNewsComponent() - Method in interface org.newsml.toolkit.PrimaryNode
Cast this node to a NewsComponent node.
asNewsItem() - Method in interface org.newsml.toolkit.PrimaryNode
Cast this node to a NewsItem node.
asNewsItemRef() - Method in interface org.newsml.toolkit.PrimaryNode
Cast this node to a NewsItemRef node.
asNewsML() - Method in interface org.newsml.toolkit.PrimaryNode
Cast this node to a NewsML node.
AssignedFormalName - interface org.newsml.toolkit.AssignedFormalName.
A formal name with assignment information.
AssignedFormalNameTest - class org.newsml.toolkit.dom.unittests.AssignedFormalNameTest.
 
AssignedFormalNameTest(String) - Constructor for class org.newsml.toolkit.dom.unittests.AssignedFormalNameTest
 
AssignedOriginText - interface org.newsml.toolkit.AssignedOriginText.
Text name with assignment information and Origin subelements.
AssignedOriginTextTest - class org.newsml.toolkit.dom.unittests.AssignedOriginTextTest.
 
AssignedOriginTextTest(String) - Constructor for class org.newsml.toolkit.dom.unittests.AssignedOriginTextTest
 
AssignedText - interface org.newsml.toolkit.AssignedText.
Text with identifiers and assignment information.
AssignmentNode - interface org.newsml.toolkit.AssignmentNode.
Interface for nodes with assignment information.

B

BaseNode - interface org.newsml.toolkit.BaseNode.
Base interface for all NewsML objects.
BasisForChoice - interface org.newsml.toolkit.BasisForChoice.
Basis for choosing among equivalent news components or content items.
BasisForChoiceTest - class org.newsml.toolkit.dom.unittests.BasisForChoiceTest.
 
BasisForChoiceTest(String) - Constructor for class org.newsml.toolkit.dom.unittests.BasisForChoiceTest
 

C

Catalog - interface org.newsml.toolkit.Catalog.
Resource catalog.
CatalogNode - interface org.newsml.toolkit.CatalogNode.
Interface for nodes with a resource catalog.
CatalogTest - class org.newsml.toolkit.dom.unittests.CatalogTest.
 
CatalogTest(String) - Constructor for class org.newsml.toolkit.dom.unittests.CatalogTest
 
Characteristics - interface org.newsml.toolkit.Characteristics.
Physical characteristics of a content item.
CharacteristicsTest - class org.newsml.toolkit.dom.unittests.CharacteristicsTest.
 
CharacteristicsTest(String) - Constructor for class org.newsml.toolkit.dom.unittests.CharacteristicsTest
 
Comment - interface org.newsml.toolkit.Comment.
A comment node in a NewsML document.
CommentNode - interface org.newsml.toolkit.CommentNode.
Interface for nodes with comments.
CommentTest - class org.newsml.toolkit.dom.unittests.CommentTest.
 
CommentTest(String) - Constructor for class org.newsml.toolkit.dom.unittests.CommentTest
 
CONTENT_ITEM - Static variable in interface org.newsml.toolkit.PrimaryNode
Constant: node is a content item.
ContentItem - interface org.newsml.toolkit.ContentItem.
News content for presentation to humans.
ContentItemTest - class org.newsml.toolkit.dom.unittests.ContentItemTest.
 
ContentItemTest(String) - Constructor for class org.newsml.toolkit.dom.unittests.ContentItemTest
 
Copyright - interface org.newsml.toolkit.Copyright.
Copyright information for a news component.
CopyrightTest - class org.newsml.toolkit.dom.unittests.CopyrightTest.
 
CopyrightTest(String) - Constructor for class org.newsml.toolkit.dom.unittests.CopyrightTest
 
createDOM(Reader) - Method in interface org.newsml.toolkit.dom.DOMFactory
Construct a DOM package from the URL provided.
createDOM(Reader) - Method in class org.newsml.toolkit.dom.XercesDOMFactory
 
createDOM(String) - Method in interface org.newsml.toolkit.dom.DOMFactory
Construct a DOM package from the URL provided.
createDOM(String) - Method in class org.newsml.toolkit.dom.XercesDOMFactory
 
createNewsML() - Static method in class org.newsml.toolkit.dom.unittests.SampleFactory
Create a NewsML node.
createNewsML(Reader, String) - Method in interface org.newsml.toolkit.NewsMLFactory
Create a top-level NewsML object from a character stream.
createNewsML(Reader, String) - Method in class org.newsml.toolkit.dom.DOMNewsMLFactory
 
createNewsML(String) - Method in interface org.newsml.toolkit.NewsMLFactory
Create a top-level NewsML object from a URL.
createNewsML(String) - Method in class org.newsml.toolkit.dom.DOMNewsMLFactory
 
createNode(Reader, String) - Method in interface org.newsml.toolkit.NewsMLFactory
Create a NewsML node from a URL.
createNode(Reader, String) - Method in class org.newsml.toolkit.dom.DOMNewsMLFactory
 
createNode(String) - Method in interface org.newsml.toolkit.NewsMLFactory
Create a NewsML node from a URL.
createNode(String) - Method in class org.newsml.toolkit.dom.DOMNewsMLFactory
 

D

DefaultVocabularyFor - interface org.newsml.toolkit.DefaultVocabularyFor.
A default vocabulary declaration.
Description - interface org.newsml.toolkit.Description.
A natural-language description of a topic.
DescriptiveMetadata - interface org.newsml.toolkit.DescriptiveMetadata.
Information about a news component's content.
DescriptiveMetadataTest - class org.newsml.toolkit.dom.unittests.DescriptiveMetadataTest.
 
DescriptiveMetadataTest(String) - Constructor for class org.newsml.toolkit.dom.unittests.DescriptiveMetadataTest
 
DOMFactory - interface org.newsml.toolkit.dom.DOMFactory.
Shared interface for creating DOM nodes.
DOMNewsMLFactory - class org.newsml.toolkit.dom.DOMNewsMLFactory.
DOM implementation of NewsMLFactory.
DOMNewsMLFactory(DOMFactory) - Constructor for class org.newsml.toolkit.dom.DOMNewsMLFactory
Constructor.
DOMNewsMLFactory(DOMFactory, boolean) - Constructor for class org.newsml.toolkit.dom.DOMNewsMLFactory
Constructor.

E

error(SAXParseException) - Method in class org.newsml.toolkit.dom.XercesDOMFactory
Catch validation errors.
ExplorerFrame - class org.newsml.toolkit.explorer.ExplorerFrame.
Application for viewing a NewsML package interactively.
ExplorerFrame(NewsMLFactory) - Constructor for class org.newsml.toolkit.explorer.ExplorerFrame
Create a new, empty frame with the default title.
ExplorerFrame(NewsML, NewsMLFactory) - Constructor for class org.newsml.toolkit.explorer.ExplorerFrame
Create a new frame exploring the NewsML package provided.
ExplorerFrame(String, NewsMLFactory) - Constructor for class org.newsml.toolkit.explorer.ExplorerFrame
Create a new, empty frame with the specified title.
ExplorerFrame(String, NewsML, NewsMLFactory) - Constructor for class org.newsml.toolkit.explorer.ExplorerFrame
Create a new frame with an explicit title and NewsML package.
ExplorerPanel - class org.newsml.toolkit.explorer.ExplorerPanel.
Split panel for viewing a NewsML package.
ExplorerPanel(NewsML) - Constructor for class org.newsml.toolkit.explorer.ExplorerPanel
Public constructor.

F

fatalError(SAXParseException) - Method in class org.newsml.toolkit.dom.XercesDOMFactory
Catch fatal errors.
findReference(String, boolean) - Method in interface org.newsml.toolkit.NewsMLSession
Look up a reference to a NewsML node.
FormalName - interface org.newsml.toolkit.FormalName.
A three-part NewsML name element.
FormalNameDecl - interface org.newsml.toolkit.FormalNameDecl.
The declaration of a local name and scheme for a topic.
FormalNameNode - interface org.newsml.toolkit.FormalNameNode.
Base interface for three-part NewsML names.
FormalNameTest - class org.newsml.toolkit.dom.unittests.FormalNameTest.
 
FormalNameTest(String) - Constructor for class org.newsml.toolkit.dom.unittests.FormalNameTest
 

G

getAdministrativeMetadata() - Method in interface org.newsml.toolkit.NewsComponent
Get administrative information for the news component.
getAllowedValues() - Method in interface org.newsml.toolkit.Property
Get the allowed values for the property.
getAssignedBy() - Method in interface org.newsml.toolkit.AssignmentNode
Get the party assigning the information.
getAssignmentDateAndTime() - Method in interface org.newsml.toolkit.AssignmentNode
Get the date and time of assignment.
getAssociatedWith() - Method in interface org.newsml.toolkit.NewsManagement
Get all AssociatedWith children in an array.
getAssociatedWith(int) - Method in interface org.newsml.toolkit.NewsManagement
Get a reference to a news item associated with this one.
getAssociatedWithCount() - Method in interface org.newsml.toolkit.NewsManagement
Count the associated-with objects.
getBaseURL() - Method in interface org.newsml.toolkit.NewsMLSession
Get the base URL for the document.
getBasisForChoice() - Method in interface org.newsml.toolkit.NewsComponent
Get all BasisForChoice children in an array.
getBasisForChoice(int) - Method in interface org.newsml.toolkit.NewsComponent
Get the basis for choosing among equivalent members.
getBasisForChoiceCount() - Method in interface org.newsml.toolkit.NewsComponent
Get the number of bases for choice.
getByLine() - Method in interface org.newsml.toolkit.NewsLines
Get all ByLine children in an array.
getByLine(int) - Method in interface org.newsml.toolkit.NewsLines
Get a byline.
getByLineCount() - Method in interface org.newsml.toolkit.NewsLines
Count the bylines.
getCatalog() - Method in interface org.newsml.toolkit.CatalogNode
Get the resource catalog, if one was provided.
getCharacteristics() - Method in interface org.newsml.toolkit.ContentItem
Get the physical characteristics of the news content.
getChild() - Method in interface org.newsml.toolkit.PrimaryNode
Get an array of primary child nodes.
getChild(int) - Method in interface org.newsml.toolkit.PrimaryNode
Return a child of the node by position.
getChildCount() - Method in interface org.newsml.toolkit.PrimaryNode
Return the number of children for this node.
getChunkCount() - Method in interface org.newsml.toolkit.OriginNode
Get the number of separate content chunks.
getChunkType(int) - Method in interface org.newsml.toolkit.OriginNode
Get the type of a chunk.
getComment() - Method in interface org.newsml.toolkit.CommentNode
Get all Comment children in an array.
getComment(int) - Method in interface org.newsml.toolkit.CommentNode
Get one of the comments attached to this node.
getCommentCount() - Method in interface org.newsml.toolkit.CommentNode
Count the comments attached to this node.
getConfidence() - Method in interface org.newsml.toolkit.AssignmentNode
Get the confidence assigned to the information.
getContext() - Method in interface org.newsml.toolkit.TopicUse
Get an XPath for the context where the topic is used.
getContext() - Method in interface org.newsml.toolkit.DefaultVocabularyFor
Get the XPath expression to match.
getContributor() - Method in interface org.newsml.toolkit.AdministrativeMetadata
Get an array of contributor party lists in this object.
getContributor(int) - Method in interface org.newsml.toolkit.AdministrativeMetadata
Get a list of contributors to a news object.
getContributorCount() - Method in interface org.newsml.toolkit.AdministrativeMetadata
Get the number of contributor lists.
getCopyright() - Method in interface org.newsml.toolkit.RightsMetadata
Get all Copyright children in an array.
getCopyright(int) - Method in interface org.newsml.toolkit.RightsMetadata
Get a copyright attached to the news component.
getCopyrightCount() - Method in interface org.newsml.toolkit.RightsMetadata
Count the copyrights.
getCopyrightDate() - Method in interface org.newsml.toolkit.Copyright
Get a text description of the copyright date.
getCopyrightHolder() - Method in interface org.newsml.toolkit.Copyright
Get a text description of the copyright holder.
getCopyrightLine() - Method in interface org.newsml.toolkit.NewsLines
Get all CopyrightLine children in an array.
getCopyrightLine(int) - Method in interface org.newsml.toolkit.NewsLines
Get a copyright line.
getCopyrightLineCount() - Method in interface org.newsml.toolkit.NewsLines
Count the copyright lines.
getCreator() - Method in interface org.newsml.toolkit.AdministrativeMetadata
Get a list of creators of a news object.
getCreditLine() - Method in interface org.newsml.toolkit.NewsLines
Get all CreditLine children in an array.
getCreditLine(int) - Method in interface org.newsml.toolkit.NewsLines
Get a credit line.
getCreditLineCount() - Method in interface org.newsml.toolkit.NewsLines
Count the credit lines.
getData(int) - Method in interface org.newsml.toolkit.OriginNode
Get a chunk as plain text.
getDataContent() - Method in interface org.newsml.toolkit.ContentItem
Get the data for inline news content.
getDataText() - Method in interface org.newsml.toolkit.ContentItem
Get the text for inline news content.
getDateAndTime() - Method in interface org.newsml.toolkit.StatusWillChange
Get the date and time when the future status will take effect.
getDateAndTime() - Method in interface org.newsml.toolkit.NewsEnvelope
Get the date on time when this package was transmitted.
getDateId() - Method in interface org.newsml.toolkit.NewsIdentifier
Get the date portion of the news identifier.
getDateLabel() - Method in interface org.newsml.toolkit.Identification
Get the optional date label.
getDateLine() - Method in interface org.newsml.toolkit.NewsLines
Get all DateLine children in an array.
getDateLine(int) - Method in interface org.newsml.toolkit.NewsLines
Get a dateline.
getDateLineCount() - Method in interface org.newsml.toolkit.NewsLines
Count the datelines.
getDefaultScheme(boolean) - Method in interface org.newsml.toolkit.FormalNameNode
Get an explicit or defaulted scheme.
getDefaultVocabulary(boolean) - Method in interface org.newsml.toolkit.FormalNameNode
Get an explicit or defaulted vocabulary reference.
getDefaultVocabularyFor() - Method in interface org.newsml.toolkit.Resource
Get all DefaultVocabularyFor children in an array.
getDefaultVocabularyFor(int) - Method in interface org.newsml.toolkit.Resource
Get a default vocabulary declaration for this resource.
getDefaultVocabularyForCount() - Method in interface org.newsml.toolkit.Resource
Count the default vocabulary declarations.
getDerivedFrom() - Method in interface org.newsml.toolkit.NewsManagement
Get all DerivedFrom children in an array.
getDerivedFrom(int) - Method in interface org.newsml.toolkit.NewsManagement
Get a reference to a news item from which this item is derived.
getDerivedFromCount() - Method in interface org.newsml.toolkit.NewsManagement
Count the derived-from objects.
getDescription() - Method in interface org.newsml.toolkit.Topic
Get all Description children in an array.
getDescription(int) - Method in interface org.newsml.toolkit.Topic
Get one of the topic's descriptions.
getDescriptionCount() - Method in interface org.newsml.toolkit.Topic
Count the descriptions.
getDescriptiveMetadata() - Method in interface org.newsml.toolkit.NewsComponent
Get descriptive information about the news component.
getDetails() - Method in interface org.newsml.toolkit.Topic
Get a URI pointing to additional details about the topic.
getDuid() - Method in interface org.newsml.toolkit.IdNode
Get the Duid for this element.
getEncoding() - Method in interface org.newsml.toolkit.ContentItem
Get all Encoding children in an array.
getEncoding(int) - Method in interface org.newsml.toolkit.ContentItem
Get an encoding step for the content.
getEncodingCount() - Method in interface org.newsml.toolkit.ContentItem
Get the number of encoding steps for the content.
getEndDate() - Method in interface org.newsml.toolkit.UsageRights
The date when these rights cease effect.
getEuid() - Method in interface org.newsml.toolkit.IdNode
Get the Euid for this element.
getException() - Method in class org.newsml.toolkit.NewsMLException
Get the embedded exception, if any.
getExplorerPanel() - Method in class org.newsml.toolkit.explorer.ExplorerFrame
Get the current explorer panel for this application.
getFactory() - Method in interface org.newsml.toolkit.NewsMLSession
Get the factory for creating new NewsML documents.
getFileName() - Method in interface org.newsml.toolkit.AdministrativeMetadata
Get the suggested file name for the news item.
getFirstCreated() - Method in interface org.newsml.toolkit.NewsManagement
Get the date when the news item was first created.
getFormalNameDecl() - Method in interface org.newsml.toolkit.Topic
Get all FormalName children in an array.
getFormalNameDecl(int) - Method in interface org.newsml.toolkit.Topic
Get one of the topic's formal names.
getFormalNameDeclCount() - Method in interface org.newsml.toolkit.Topic
Count the formal names.
getFormat() - Method in interface org.newsml.toolkit.ContentItem
Get the content's format.
getFutureStatus() - Method in interface org.newsml.toolkit.StatusWillChange
Get the future status.
getGenre() - Method in interface org.newsml.toolkit.DescriptiveMetadata
Get the genre of the news component.
getGeography() - Method in interface org.newsml.toolkit.UsageRights
The geographic area or areas to which these rights apply.
getHeadLine() - Method in interface org.newsml.toolkit.HeadLineGroup
Get the headline from the group.
getHeadLineGroup() - Method in interface org.newsml.toolkit.NewsLines
Get all HeadLineGroup children in an array.
getHeadLineGroup(int) - Method in interface org.newsml.toolkit.NewsLines
Get a headline/subheadline pair.
getHeadLineGroupCount() - Method in interface org.newsml.toolkit.NewsLines
Count the headline groups present.
getHowPresent() - Method in interface org.newsml.toolkit.AssignmentNode
Get the applicability of the information.
getHref() - Method in interface org.newsml.toolkit.ContentItem
Get the URL of the actual content.
getHref() - Method in interface org.newsml.toolkit.HrefNode
Get the reference.
getIdentification() - Method in interface org.newsml.toolkit.NewsItem
Get the identification labels.
getImportance() - Method in interface org.newsml.toolkit.AssignmentNode
Get the importance assigned to the information.
getInstruction() - Method in interface org.newsml.toolkit.NewsManagement
Get all Instruction children in an array.
getInstruction(int) - Method in interface org.newsml.toolkit.NewsManagement
Get a user-defined news-management instruction.
getInstructionCount() - Method in interface org.newsml.toolkit.NewsManagement
Count the instructions.
getItem() - Method in interface org.newsml.toolkit.SubjectCode
Get all Item children in an array.
getItem(int) - Method in interface org.newsml.toolkit.SubjectCode
Get an item from the subject code.
getItemCount() - Method in interface org.newsml.toolkit.SubjectCode
Count the items available in this subject code.
getKeywordLine() - Method in interface org.newsml.toolkit.NewsLines
Get all KeywordLine children in an array.
getKeywordLine(int) - Method in interface org.newsml.toolkit.NewsLines
Get a keyword line.
getKeywordLineCount() - Method in interface org.newsml.toolkit.NewsLines
Count the keyword lines.
getLabel() - Method in interface org.newsml.toolkit.Identification
Get an array of all available labels.
getLabel(int) - Method in interface org.newsml.toolkit.Identification
Get a generic label.
getLabelCount() - Method in interface org.newsml.toolkit.Identification
Count the generic labels.
getLabelText() - Method in interface org.newsml.toolkit.Label
Get the contents of the generic label.
getLabelType() - Method in interface org.newsml.toolkit.Label
Get the type of the generic label.
getLang() - Method in interface org.newsml.toolkit.LanguageNode
Get the language code.
getLanguage() - Method in interface org.newsml.toolkit.DescriptiveMetadata
Get all Language children in an array.
getLanguage(int) - Method in interface org.newsml.toolkit.DescriptiveMetadata
Get one of the languages of the news component.
getLanguageCount() - Method in interface org.newsml.toolkit.DescriptiveMetadata
Count the languages present.
getLimitations() - Method in interface org.newsml.toolkit.UsageRights
The terms and conditions of these rights.
getMediaType() - Method in interface org.newsml.toolkit.ContentItem
Get the content's media type.
getMember() - Method in interface org.newsml.toolkit.NewsComponent
Get all Member children in an array.
getMember(int) - Method in interface org.newsml.toolkit.NewsComponent
Return one of the members of this news component.
getMemberCount() - Method in interface org.newsml.toolkit.NewsComponent
Get the number of members in this news component.
getMessage() - Method in class org.newsml.toolkit.NewsMLException
Get the message for the exception, if any.
getMetadata() - Method in interface org.newsml.toolkit.NewsComponent
Get all Metadata children in an array.
getMetadata(int) - Method in interface org.newsml.toolkit.NewsComponent
Get generic metadata about the news component.
getMetadataCount() - Method in interface org.newsml.toolkit.NewsComponent
Get the number of generic metadata objects present.
getMetadataType() - Method in interface org.newsml.toolkit.Metadata
Get the type of metadata in this container.
getMimeType() - Method in interface org.newsml.toolkit.ContentItem
Return the content's MIME type.
getName() - Method in interface org.newsml.toolkit.FormalNameDecl
Get a topic's declared local name.
getName() - Method in interface org.newsml.toolkit.Property
Get the property's formal name.
getName() - Method in interface org.newsml.toolkit.FormalNameNode
Get the local name.
getNameLabel() - Method in interface org.newsml.toolkit.Identification
Get the optional name label.
getNewsEnvelope() - Method in interface org.newsml.toolkit.NewsML
Get the envelope for the NewsML package.
getNewsIdentifier() - Method in interface org.newsml.toolkit.Identification
Get the identification information for this news item.
getNewsItem() - Method in interface org.newsml.toolkit.NewsML
Get all NewsItem children in an array.
getNewsItem(int) - Method in interface org.newsml.toolkit.NewsML
Get one of the top-level news items.
getNewsItemCount() - Method in interface org.newsml.toolkit.NewsML
Count the top-level news items.
getNewsItemId() - Method in interface org.newsml.toolkit.NewsIdentifier
Get the news item ID for the story.
getNewsItemType() - Method in interface org.newsml.toolkit.NewsManagement
Get the type of the news item.
getNewsItemURN() - Method in interface org.newsml.toolkit.SourceList
Get the news item pointer.
getNewsLine() - Method in interface org.newsml.toolkit.NewsLines
Get all NewsLine children in an array.
getNewsLine(int) - Method in interface org.newsml.toolkit.NewsLines
Get a user-defined news line.
getNewsLineCount() - Method in interface org.newsml.toolkit.NewsLines
Count the generic news lines.
getNewsLines() - Method in interface org.newsml.toolkit.NewsComponent
Get a news component's headline, byline, etc.
getNewsLineText() - Method in interface org.newsml.toolkit.NewsLine
Get all NewsLineText children in an array.
getNewsLineText(int) - Method in interface org.newsml.toolkit.NewsLine
A chunk of text for the newsline.
getNewsLineTextCount() - Method in interface org.newsml.toolkit.NewsLine
Count the text chunks.
getNewsLineType() - Method in interface org.newsml.toolkit.NewsLine
The type of the extended newsline.
getNewsManagement() - Method in interface org.newsml.toolkit.NewsItem
Get the management information for the news item.
getNewsML() - Method in class org.newsml.toolkit.explorer.ExplorerPanel
Get the NewsML object being displayed.
getNewsMLFactory() - Method in class org.newsml.toolkit.explorer.ExplorerFrame
Get the current NewsMLFactory.
getNewsProduct() - Method in interface org.newsml.toolkit.NewsEnvelope
Get all NewsProduct children in an array.
getNewsProduct(int) - Method in interface org.newsml.toolkit.NewsEnvelope
Get one of the news products associated with this package.
getNewsProductCount() - Method in interface org.newsml.toolkit.NewsEnvelope
Count the news products.
getNewsService() - Method in interface org.newsml.toolkit.NewsEnvelope
Get all NewsService children in an array.
getNewsService(int) - Method in interface org.newsml.toolkit.NewsEnvelope
Get one of the news services associated with this package.
getNewsServiceCount() - Method in interface org.newsml.toolkit.NewsEnvelope
Count the news services present.
getNodePath() - Method in interface org.newsml.toolkit.PrimaryNode
Return the path of nodes from the root to this node.
getNotation() - Method in interface org.newsml.toolkit.ContentItem
Get the content's data type notation.
getOfInterestTo() - Method in interface org.newsml.toolkit.DescriptiveMetadata
Get all OfInterestTo children in an array.
getOfInterestTo(int) - Method in interface org.newsml.toolkit.DescriptiveMetadata
Get an indication of the intended audience for a news component.
getOfInterestToCount() - Method in interface org.newsml.toolkit.DescriptiveMetadata
Count the OfInterestTo members.
getOrigin(int) - Method in interface org.newsml.toolkit.OriginNode
Get a chunk as an Origin subelement.
getParent() - Method in interface org.newsml.toolkit.PrimaryNode
Get the parent of the node in the NewsML content tree.
getParty() - Method in interface org.newsml.toolkit.PartyList
Get an array of all party objects.
getParty(int) - Method in interface org.newsml.toolkit.PartyList
Get one of the parties.
getPartyCount() - Method in interface org.newsml.toolkit.PartyList
Count the parties.
getPreferredSize() - Method in class org.newsml.toolkit.explorer.ExplorerFrame
Get the preferred size for this window.
getPreviousRevision() - Method in interface org.newsml.toolkit.RevisionId
Get the number of the previous revision of the news item.
getPriority() - Method in interface org.newsml.toolkit.NewsEnvelope
Get the priority of this package.
getProperty() - Method in interface org.newsml.toolkit.PropertyNode
Get all Property children in an array.
getProperty(int) - Method in interface org.newsml.toolkit.PropertyNode
Get a generic property.
getPropertyCount() - Method in interface org.newsml.toolkit.PropertyNode
Count the properties.
getProvider() - Method in interface org.newsml.toolkit.AdministrativeMetadata
Get a list of providers of a news object.
getProviderId() - Method in interface org.newsml.toolkit.NewsIdentifier
Get the provider portion of the news identifier.
getPublicIdentifier() - Method in interface org.newsml.toolkit.NewsIdentifier
Get a serialized version of the ID in a single string.
getRank() - Method in interface org.newsml.toolkit.BasisForChoice
Rank this basis for choice.
getRef() - Method in interface org.newsml.toolkit.TopicSetRef
Get the reference string for the other topic set.
getRef() - Method in interface org.newsml.toolkit.NewsItemRef
Get the reference string.
getReferencedCatalog(boolean) - Method in interface org.newsml.toolkit.Catalog
Retrieve the final catalog referenced.
getReferencedNewsItem(boolean) - Method in interface org.newsml.toolkit.NewsItemRef
Get the referenced NewsItem, if possible.
getRelevance() - Method in interface org.newsml.toolkit.OfInterestTo
Get the a statement of relevance to the intended audience.
getRepeat() - Method in interface org.newsml.toolkit.TransmissionId
Get the repeat value for the transmission id.
getResource() - Method in interface org.newsml.toolkit.Catalog
Get an array of resources in this object.
getResource(int) - Method in interface org.newsml.toolkit.Catalog
Get a single resource in a catalog.
getResourceCount() - Method in interface org.newsml.toolkit.Catalog
Count the resources in the catalog.
getRevision() - Method in interface org.newsml.toolkit.RevisionStatus
Get the revision to which the new status applies.
getRevisionHistory() - Method in interface org.newsml.toolkit.NewsManagement
Get a pointer to the news item's revision history.
getRevisionId() - Method in interface org.newsml.toolkit.NewsIdentifier
Get the revision ID for the news item.
getRevisionStatus() - Method in interface org.newsml.toolkit.Instruction
Get all RevisionStatus children in an array.
getRevisionStatus(int) - Method in interface org.newsml.toolkit.Instruction
Get the effect of this revision on previous revisions.
getRevisionStatusCount() - Method in interface org.newsml.toolkit.Instruction
Count the revision status structures present.
getRightsHolder() - Method in interface org.newsml.toolkit.UsageRights
The holder or holders of these rights.
getRightsLine() - Method in interface org.newsml.toolkit.NewsLines
Get all RightsLine children in an array.
getRightsLine(int) - Method in interface org.newsml.toolkit.NewsLines
Get a rights line.
getRightsLineCount() - Method in interface org.newsml.toolkit.NewsLines
Count the rights lines.
getRightsMetadata() - Method in interface org.newsml.toolkit.NewsComponent
Get rights information for the news component.
getRole() - Method in interface org.newsml.toolkit.NewsComponent
Get the role of this component in a parent component.
getRootNewsComponent() - Method in interface org.newsml.toolkit.NewsItem
Get the root component of the news item.
getRootNode() - Method in interface org.newsml.toolkit.NewsMLSession
Get the root node of the current NewsML document.
getRootTopicSet() - Method in interface org.newsml.toolkit.NewsItem
Get the root topic set of the news item.
getScheme() - Method in interface org.newsml.toolkit.NewsItemId
Get an explicitly-specified scheme for the formal name.
getScheme() - Method in interface org.newsml.toolkit.FormalNameDecl
Get a topic's declared scheme.
getScheme() - Method in interface org.newsml.toolkit.FormalName
Get an explicitly-specified scheme for the formal name.
getScheme() - Method in interface org.newsml.toolkit.DefaultVocabularyFor
Get the scheme to be applied to any matches.
getSentFrom() - Method in interface org.newsml.toolkit.NewsEnvelope
Get a list of senders of this package.
getSentTo() - Method in interface org.newsml.toolkit.NewsEnvelope
Get a list of recipients of this package.
getSeriesLine() - Method in interface org.newsml.toolkit.NewsLines
Get all SeriesLine children in an array.
getSeriesLine(int) - Method in interface org.newsml.toolkit.NewsLines
Get a series line.
getSeriesLineCount() - Method in interface org.newsml.toolkit.NewsLines
Count the series lines.
getSession() - Method in interface org.newsml.toolkit.BaseNode
Get the NewsML session associated with the package.
getSizeInBytes() - Method in interface org.newsml.toolkit.Characteristics
Get the size of the actual content in bytes.
getSlugLine() - Method in interface org.newsml.toolkit.NewsLines
Get all SlugLine children in an array.
getSlugLine(int) - Method in interface org.newsml.toolkit.NewsLines
Get a slug line.
getSlugLineCount() - Method in interface org.newsml.toolkit.NewsLines
Count the slug lines.
getSource() - Method in interface org.newsml.toolkit.AdministrativeMetadata
Get an array of source party lists in this object.
getSource(int) - Method in interface org.newsml.toolkit.AdministrativeMetadata
Get a list of parties who provided source material for a news object.
getSourceCount() - Method in interface org.newsml.toolkit.AdministrativeMetadata
Get the number of source lists provided.
getStartDate() - Method in interface org.newsml.toolkit.UsageRights
The date when these rights come into effect.
getStatus() - Method in interface org.newsml.toolkit.RevisionStatus
Get the new status for the past revision.
getStatus() - Method in interface org.newsml.toolkit.NewsManagement
Get the current status of the news item.
getStatusWillChange() - Method in interface org.newsml.toolkit.NewsManagement
Get a schedule future status change.
getSubHeadLine() - Method in interface org.newsml.toolkit.HeadLineGroup
Get the subheadline from the group.
getSubject() - Method in interface org.newsml.toolkit.SubjectCodeItem
Get the IIM code for the subject of a news item.
getSubjectCode() - Method in interface org.newsml.toolkit.DescriptiveMetadata
Get all SubjectCode children in an array.
getSubjectCode(int) - Method in interface org.newsml.toolkit.DescriptiveMetadata
Get a subject code for the news component.
getSubjectCodeCount() - Method in interface org.newsml.toolkit.DescriptiveMetadata
Count the subject codes present.
getSubjectDetail() - Method in interface org.newsml.toolkit.SubjectCodeItem
Get the IIM code for a subject detail of a news item.
getSubjectMatter() - Method in interface org.newsml.toolkit.SubjectCodeItem
Get the IIM code for the subject matter of a news item.
getSubjectQualifier() - Method in interface org.newsml.toolkit.SubjectCodeItem
Get an array of all subject qualifiers present.
getSubjectQualifier(int) - Method in interface org.newsml.toolkit.SubjectCodeItem
Get the IIM code for a subject qualifier.
getSubjectQualifierCount() - Method in interface org.newsml.toolkit.SubjectCodeItem
Count the subject qualifiers.
getSystemIdentifier() - Method in interface org.newsml.toolkit.AdministrativeMetadata
Get the system identifier of the news item.
getThisRevisionCreated() - Method in interface org.newsml.toolkit.NewsManagement
Get the creation date of the current revision of the news item.
getTopic() - Method in interface org.newsml.toolkit.TopicUse
Get a pointer to the topic being used.
getTopic() - Method in interface org.newsml.toolkit.Party
Get the topic pointer.
getTopic() - Method in interface org.newsml.toolkit.TopicSet
Get all Topic children in an array.
getTopic(int) - Method in interface org.newsml.toolkit.TopicSet
Get a topic in the topic set.
getTopicCount() - Method in interface org.newsml.toolkit.TopicSet
Count the topics.
getTopicOccurrence() - Method in interface org.newsml.toolkit.DescriptiveMetadata
Get all TopicOccurrence children in an array.
getTopicOccurrence(int) - Method in interface org.newsml.toolkit.DescriptiveMetadata
Get a topic associated with a news component.
getTopicOccurrenceCount() - Method in interface org.newsml.toolkit.DescriptiveMetadata
Count the topic occurrences present.
getTopicSet() - Method in interface org.newsml.toolkit.NewsML
Get all TopicSet children in an array.
getTopicSet() - Method in interface org.newsml.toolkit.NewsComponent
Get all TopicSet children in an array.
getTopicSet(boolean) - Method in interface org.newsml.toolkit.FormalNameNode
Get the topic set for the formal name.
getTopicSet(int) - Method in interface org.newsml.toolkit.NewsML
Get a topic set attached to this component.
getTopicSet(int) - Method in interface org.newsml.toolkit.NewsComponent
Get a topic set attached to this component.
getTopicSetCount() - Method in interface org.newsml.toolkit.NewsML
Get the number of topic sets present.
getTopicSetCount() - Method in interface org.newsml.toolkit.NewsComponent
Get the number of topic sets.
getTopicSetRef() - Method in interface org.newsml.toolkit.TopicSet
Get all TopicSetRef children in an array.
getTopicSetRef(int) - Method in interface org.newsml.toolkit.TopicSet
Get a reference to another topic set.
getTopicSetRefCount() - Method in interface org.newsml.toolkit.TopicSet
Count the topic-set references.
getTopicType() - Method in interface org.newsml.toolkit.Topic
Get all TopicType children in an array.
getTopicType(int) - Method in interface org.newsml.toolkit.Topic
Get the type of the topic.
getTopicTypeCount() - Method in interface org.newsml.toolkit.Topic
Count the types.
getTopicUse() - Method in interface org.newsml.toolkit.Catalog
Get all TopicUse children in an array.
getTopicUse(int) - Method in interface org.newsml.toolkit.Catalog
Get topic use information from a catalog.
getTopicUseCount() - Method in interface org.newsml.toolkit.Catalog
Count the topic use elements in the catalog.
getTranslationOf() - Method in interface org.newsml.toolkit.Comment
Get the identifier of another comment translated by this one.
getTransmissionId() - Method in interface org.newsml.toolkit.NewsEnvelope
Get the identifier for this transmission.
getType() - Method in interface org.newsml.toolkit.PrimaryNode
Get the type of the node in the NewsML content tree.
getUpdate() - Method in interface org.newsml.toolkit.RevisionId
Get the update parameter for the revision information.
getUrgency() - Method in interface org.newsml.toolkit.NewsManagement
Get the news item's urgency.
getUrl() - Method in interface org.newsml.toolkit.Resource
Get all Url children in an array.
getUrl(int) - Method in interface org.newsml.toolkit.Resource
Get a URL attached to the resource.
getUrlCount() - Method in interface org.newsml.toolkit.Resource
Count the URLs
getUrn() - Method in interface org.newsml.toolkit.Resource
Get the URN attached to the resource, if any.
getUsageRights() - Method in interface org.newsml.toolkit.RightsMetadata
Get all UsageRights children in an array.
getUsageRights(int) - Method in interface org.newsml.toolkit.RightsMetadata
Return the usage rights attached to the news component.
getUsageRightsCount() - Method in interface org.newsml.toolkit.RightsMetadata
Count the usage rights statements.
getUsageType() - Method in interface org.newsml.toolkit.UsageRights
The type of usage to which these rights apply.
getValidation() - Method in interface org.newsml.toolkit.NewsMLFactory
Get the validation flag.
getValidation() - Method in interface org.newsml.toolkit.dom.DOMFactory
Get the current validation state.
getValidation() - Method in class org.newsml.toolkit.dom.XercesDOMFactory
 
getValidation() - Method in class org.newsml.toolkit.dom.DOMNewsMLFactory
 
getValue() - Method in interface org.newsml.toolkit.TransmissionId
Get the value of the transmission id.
getValue() - Method in interface org.newsml.toolkit.Property
Get a literal string value for the property.
getValue() - Method in interface org.newsml.toolkit.Text
Get the text value.
getValue() - Method in interface org.newsml.toolkit.RevisionId
Get the number of this revision of the news item.
getValueRef() - Method in interface org.newsml.toolkit.Property
Get a pointer to a property's value.
getVariant() - Method in interface org.newsml.toolkit.Description
An arbitrary tag to distinguish this description from others.
getVocabulary() - Method in interface org.newsml.toolkit.FormalNameNode
Get an explicitly-specified vocabulary reference.
getXMLName() - Method in interface org.newsml.toolkit.BaseNode
Get the XML element name associated with the node.
getXPath() - Method in interface org.newsml.toolkit.BasisForChoice
Get the XPath expression for choosing among the equivalents.

H

HeadLineGroup - interface org.newsml.toolkit.HeadLineGroup.
A headline/subheadline pair.
hideAll() - Method in class org.newsml.toolkit.explorer.ExplorerPanel
Collapse all of the nodes in the tree.
highlight(PrimaryNodePredicate) - Method in class org.newsml.toolkit.explorer.ExplorerPanel
Highlight nodes that match a predicate.
HrefNode - interface org.newsml.toolkit.HrefNode.
Interface for objects containing URI references.

I

Identification - interface org.newsml.toolkit.Identification.
Identification labels for a NewsItem
IdentificationTest - class org.newsml.toolkit.dom.unittests.IdentificationTest.
 
IdentificationTest(String) - Constructor for class org.newsml.toolkit.dom.unittests.IdentificationTest
 
IdNode - interface org.newsml.toolkit.IdNode.
Base node for identifiable NewsML objects.
Instruction - interface org.newsml.toolkit.Instruction.
An instruction from a news provider.
InstructionTest - class org.newsml.toolkit.dom.unittests.InstructionTest.
 
InstructionTest(String) - Constructor for class org.newsml.toolkit.dom.unittests.InstructionTest
 
isEquivalentsList() - Method in interface org.newsml.toolkit.NewsComponent
Test whether the members of this component are equivalents.
isEssential() - Method in interface org.newsml.toolkit.NewsComponent
Test whether the provider has flagged this component as essential.

L

Label - interface org.newsml.toolkit.Label.
A generic label for a news item.
LanguageNode - interface org.newsml.toolkit.LanguageNode.
Interface for nodes with a natural language code attached.

M

main(String[]) - Static method in class NewsMLExplorer
Main application entry point.
Metadata - interface org.newsml.toolkit.Metadata.
User-defined metadata container.
MetadataTest - class org.newsml.toolkit.dom.unittests.MetadataTest.
 
MetadataTest(String) - Constructor for class org.newsml.toolkit.dom.unittests.MetadataTest
 

N

NEWS_COMPONENT - Static variable in interface org.newsml.toolkit.PrimaryNode
Constant: node is a news component.
NEWS_ITEM - Static variable in interface org.newsml.toolkit.PrimaryNode
Constant: node is a news item.
NEWS_ITEM_REF - Static variable in interface org.newsml.toolkit.PrimaryNode
Constant: node is a reference to a news item.
NewsComponent - interface org.newsml.toolkit.NewsComponent.
Container for specifying role information and metadata for news objects.
NewsComponentTest - class org.newsml.toolkit.dom.unittests.NewsComponentTest.
 
NewsComponentTest(String) - Constructor for class org.newsml.toolkit.dom.unittests.NewsComponentTest
 
NewsEnvelope - interface org.newsml.toolkit.NewsEnvelope.
Information about the transmission of the NewsML package.
NewsEnvelopeTest - class org.newsml.toolkit.dom.unittests.NewsEnvelopeTest.
 
NewsEnvelopeTest(String) - Constructor for class org.newsml.toolkit.dom.unittests.NewsEnvelopeTest
 
NewsIdentifier - interface org.newsml.toolkit.NewsIdentifier.
A globally-unique identifier for a news item.
NewsIdentifierTest - class org.newsml.toolkit.dom.unittests.NewsIdentifierTest.
 
NewsIdentifierTest(String) - Constructor for class org.newsml.toolkit.dom.unittests.NewsIdentifierTest
 
NewsItem - interface org.newsml.toolkit.NewsItem.
A managed set of news information.
NewsItemId - interface org.newsml.toolkit.NewsItemId.
A news item identifier.
NewsItemIdTest - class org.newsml.toolkit.dom.unittests.NewsItemIdTest.
 
NewsItemIdTest(String) - Constructor for class org.newsml.toolkit.dom.unittests.NewsItemIdTest
 
NewsItemRef - interface org.newsml.toolkit.NewsItemRef.
A reference to a news item located elsewhere.
NewsItemRefTest - class org.newsml.toolkit.dom.unittests.NewsItemRefTest.
 
NewsItemRefTest(String) - Constructor for class org.newsml.toolkit.dom.unittests.NewsItemRefTest
 
NewsItemTest - class org.newsml.toolkit.dom.unittests.NewsItemTest.
 
NewsItemTest(String) - Constructor for class org.newsml.toolkit.dom.unittests.NewsItemTest
 
NewsLine - interface org.newsml.toolkit.NewsLine.
A user-defined news line.
NewsLines - interface org.newsml.toolkit.NewsLines.
Container for a news component's news lines.
NewsLinesTest - class org.newsml.toolkit.dom.unittests.NewsLinesTest.
 
NewsLinesTest(String) - Constructor for class org.newsml.toolkit.dom.unittests.NewsLinesTest
 
NewsLineTest - class org.newsml.toolkit.dom.unittests.NewsLineTest.
 
NewsLineTest(String) - Constructor for class org.newsml.toolkit.dom.unittests.NewsLineTest
 
NewsManagement - interface org.newsml.toolkit.NewsManagement.
Management information for a news item.
NewsManagementTest - class org.newsml.toolkit.dom.unittests.NewsManagementTest.
 
NewsManagementTest(String) - Constructor for class org.newsml.toolkit.dom.unittests.NewsManagementTest
 
NewsML - interface org.newsml.toolkit.NewsML.
The top-level NewsML package.
NEWSML - Static variable in interface org.newsml.toolkit.PrimaryNode
Constant: node is the top-level NewsML package.
NewsMLException - exception org.newsml.toolkit.NewsMLException.
A NewsML-related exception.
NewsMLException() - Constructor for class org.newsml.toolkit.NewsMLException
Construct an exception with no message.
NewsMLException(Exception) - Constructor for class org.newsml.toolkit.NewsMLException
Construct an exception wrapping another exception.
NewsMLException(String) - Constructor for class org.newsml.toolkit.NewsMLException
Construct an exception with an explicit message.
NewsMLException(String, Exception) - Constructor for class org.newsml.toolkit.NewsMLException
Construct an exception with a message and embedded exception.
NewsMLExplorer - class NewsMLExplorer.
Demo application for exploring a NewsML package.
NewsMLExplorer() - Constructor for class NewsMLExplorer
 
NewsMLFactory - interface org.newsml.toolkit.NewsMLFactory.
Factory interface for NewsML documents.
NewsMLFactoryTest - class org.newsml.toolkit.dom.unittests.NewsMLFactoryTest.
 
NewsMLFactoryTest(String) - Constructor for class org.newsml.toolkit.dom.unittests.NewsMLFactoryTest
 
NewsMLSession - interface org.newsml.toolkit.NewsMLSession.
Meta-information for a NewsML session.
NewsMLSessionTest - class org.newsml.toolkit.dom.unittests.NewsMLSessionTest.
 
NewsMLSessionTest(String) - Constructor for class org.newsml.toolkit.dom.unittests.NewsMLSessionTest
 
NewsMLTest - class org.newsml.toolkit.dom.unittests.NewsMLTest.
 
NewsMLTest(String) - Constructor for class org.newsml.toolkit.dom.unittests.NewsMLTest
Construct a NewsML Test with the specified name.
NewsMLTestSuite - class org.newsml.toolkit.dom.unittests.NewsMLTestSuite.
 
NewsMLTestSuite(String) - Constructor for class org.newsml.toolkit.dom.unittests.NewsMLTestSuite
 

O

OfInterestTo - interface org.newsml.toolkit.OfInterestTo.
Statement of the intended audience.
org.newsml.toolkit - package org.newsml.toolkit
Interfaces for Accessing NewsML Information (v1.0)
org.newsml.toolkit.dom - package org.newsml.toolkit.dom
DOM Implementation of the NewsML Interfaces (v1.0)
org.newsml.toolkit.dom.unittests - package org.newsml.toolkit.dom.unittests
Unit Tests for DOM NewsML Toolkit Implementation (v1.0)
org.newsml.toolkit.explorer - package org.newsml.toolkit.explorer
Simple NewsML Viewer Widgets (v1.0)
Origin - interface org.newsml.toolkit.Origin.
A subelement in mixed content.
ORIGIN - Static variable in interface org.newsml.toolkit.OriginNode
Constant: a chunk is an origin element.
OriginNode - interface org.newsml.toolkit.OriginNode.
Mixed content text and Origin elements.
OriginTest - class org.newsml.toolkit.dom.unittests.OriginTest.
 
OriginTest(String) - Constructor for class org.newsml.toolkit.dom.unittests.OriginTest
 
OriginText - interface org.newsml.toolkit.OriginText.
Text with identifiers and origin subelements.
OriginTextTest - class org.newsml.toolkit.dom.unittests.OriginTextTest.
 
OriginTextTest(String) - Constructor for class org.newsml.toolkit.dom.unittests.OriginTextTest
 

P

Party - interface org.newsml.toolkit.Party.
A list of formal names for people or companies.
PartyList - interface org.newsml.toolkit.PartyList.
A list of parties connected with the NewsML package.
PartyListTest - class org.newsml.toolkit.dom.unittests.PartyListTest.
 
PartyListTest(String) - Constructor for class org.newsml.toolkit.dom.unittests.PartyListTest
 
PartyTest - class org.newsml.toolkit.dom.unittests.PartyTest.
 
PartyTest(String) - Constructor for class org.newsml.toolkit.dom.unittests.PartyTest
 
PrimaryNode - interface org.newsml.toolkit.PrimaryNode.
Base interface for the main nodes in the NewsML content tree.
PrimaryNodePredicate - interface org.newsml.toolkit.explorer.PrimaryNodePredicate.
Interface for a NewsML node test.
PrimaryNodeTestBase - class org.newsml.toolkit.dom.unittests.PrimaryNodeTestBase.
 
Property - interface org.newsml.toolkit.Property.
A named metadata property.
PropertyNode - interface org.newsml.toolkit.PropertyNode.
Interface for nodes with properties.
PropertyTest - class org.newsml.toolkit.dom.unittests.PropertyTest.
 
PropertyTest(String) - Constructor for class org.newsml.toolkit.dom.unittests.PropertyTest
 
ProviderId - interface org.newsml.toolkit.ProviderId.
A provider identifier.
ProviderIdTest - class org.newsml.toolkit.dom.unittests.ProviderIdTest.
 
ProviderIdTest(String) - Constructor for class org.newsml.toolkit.dom.unittests.ProviderIdTest
 

R

readNewsML(File) - Method in class org.newsml.toolkit.explorer.ExplorerFrame
Load a NewsML package.
readNewsML(String) - Method in class org.newsml.toolkit.explorer.ExplorerFrame
Load a NewsML package.
resolveEntity(String, String) - Method in class org.newsml.toolkit.dom.XercesDOMFactory
Entity resolver to ignore external entities (including DTD).
resolveHref(String) - Method in interface org.newsml.toolkit.NewsMLSession
Resolve a reference.
Resource - interface org.newsml.toolkit.Resource.
Information about a single resource.
ResourceTest - class org.newsml.toolkit.dom.unittests.ResourceTest.
 
ResourceTest(String) - Constructor for class org.newsml.toolkit.dom.unittests.ResourceTest
 
RevisionHistory - interface org.newsml.toolkit.RevisionHistory.
Pointer to an external revision-history document.
RevisionId - interface org.newsml.toolkit.RevisionId.
Revision information for a news item.
RevisionIdTest - class org.newsml.toolkit.dom.unittests.RevisionIdTest.
 
RevisionIdTest(String) - Constructor for class org.newsml.toolkit.dom.unittests.RevisionIdTest
 
RevisionStatus - interface org.newsml.toolkit.RevisionStatus.
A new status for a previous revision.
RevisionStatusTest - class org.newsml.toolkit.dom.unittests.RevisionStatusTest.
 
RevisionStatusTest(String) - Constructor for class org.newsml.toolkit.dom.unittests.RevisionStatusTest
 
RightsMetadata - interface org.newsml.toolkit.RightsMetadata.
Information about the rights for a news component.
RightsMetadataTest - class org.newsml.toolkit.dom.unittests.RightsMetadataTest.
 
RightsMetadataTest(String) - Constructor for class org.newsml.toolkit.dom.unittests.RightsMetadataTest
 

S

SampleFactory - class org.newsml.toolkit.dom.unittests.SampleFactory.
Construct a sample NewsML document for unit tests.
sampleFile - Static variable in class org.newsml.toolkit.dom.unittests.SampleFactory
 
setExplorerPanel(ExplorerPanel) - Method in class org.newsml.toolkit.explorer.ExplorerFrame
Change the explorer panel.
setNewsML(NewsML) - Method in class org.newsml.toolkit.explorer.ExplorerPanel
Set the NewsML object to display.
setNewsMLFactory(NewsMLFactory) - Method in class org.newsml.toolkit.explorer.ExplorerFrame
Set a new NewsMLFactory.
setPreferredSize(Dimension) - Method in class org.newsml.toolkit.explorer.ExplorerFrame
Set the preferred size for this window.
setValidation(boolean) - Method in interface org.newsml.toolkit.NewsMLFactory
Set the validation flag.
setValidation(boolean) - Method in interface org.newsml.toolkit.dom.DOMFactory
Require or forbid DTD validation.
setValidation(boolean) - Method in class org.newsml.toolkit.dom.XercesDOMFactory
 
setValidation(boolean) - Method in class org.newsml.toolkit.dom.DOMNewsMLFactory
 
showAll() - Method in class org.newsml.toolkit.explorer.ExplorerPanel
Expand all of the nodes in the tree.
SourceList - interface org.newsml.toolkit.SourceList.
A list of sources for administrative metadata.
SourceListTest - class org.newsml.toolkit.dom.unittests.SourceListTest.
 
SourceListTest(String) - Constructor for class org.newsml.toolkit.dom.unittests.SourceListTest
 
StatusWillChange - interface org.newsml.toolkit.StatusWillChange.
A future status change for a news item.
StatusWillChangeTest - class org.newsml.toolkit.dom.unittests.StatusWillChangeTest.
 
StatusWillChangeTest(String) - Constructor for class org.newsml.toolkit.dom.unittests.StatusWillChangeTest
 
SubjectCode - interface org.newsml.toolkit.SubjectCode.
An IPTC subject code from the IPTC Information Interchange Model (IIM).
SubjectCodeItem - interface org.newsml.toolkit.SubjectCodeItem.
A single qualified item in a subject code.
SubjectCodeItemTest - class org.newsml.toolkit.dom.unittests.SubjectCodeItemTest.
 
SubjectCodeItemTest(String) - Constructor for class org.newsml.toolkit.dom.unittests.SubjectCodeItemTest
 
SubjectCodeTest - class org.newsml.toolkit.dom.unittests.SubjectCodeTest.
 
SubjectCodeTest(String) - Constructor for class org.newsml.toolkit.dom.unittests.SubjectCodeTest
 
suite() - Static method in class org.newsml.toolkit.dom.unittests.NewsMLTestSuite
 

T

testAdministrativeMetadata() - Method in class org.newsml.toolkit.dom.unittests.NewsComponentTest
 
testAllowedValues() - Method in class org.newsml.toolkit.dom.unittests.PropertyTest
 
testAssignment() - Method in class org.newsml.toolkit.dom.unittests.DescriptiveMetadataTest
 
testAssignment() - Method in class org.newsml.toolkit.dom.unittests.SubjectCodeTest
 
testAssignment() - Method in class org.newsml.toolkit.dom.unittests.CopyrightTest
 
testAssignment() - Method in class org.newsml.toolkit.dom.unittests.RightsMetadataTest
 
testAssignment() - Method in class org.newsml.toolkit.dom.unittests.PropertyTest
 
testAssignment() - Method in class org.newsml.toolkit.dom.unittests.UsageRightsTest
 
testAssignment() - Method in class org.newsml.toolkit.dom.unittests.OriginTest
 
testAssignmentInfo() - Method in class org.newsml.toolkit.dom.unittests.AssignedFormalNameTest
 
testAssignmentInfo() - Method in class org.newsml.toolkit.dom.unittests.AssignedOriginTextTest
 
testAssociatedWith() - Method in class org.newsml.toolkit.dom.unittests.NewsManagementTest
 
testBase() - Method in class org.newsml.toolkit.dom.unittests.DescriptiveMetadataTest
 
testBase() - Method in class org.newsml.toolkit.dom.unittests.SubjectCodeTest
 
testBase() - Method in class org.newsml.toolkit.dom.unittests.TransmissionIdTest
 
testBase() - Method in class org.newsml.toolkit.dom.unittests.NewsManagementTest
 
testBase() - Method in class org.newsml.toolkit.dom.unittests.NewsItemIdTest
 
testBase() - Method in class org.newsml.toolkit.dom.unittests.CopyrightTest
 
testBase() - Method in class org.newsml.toolkit.dom.unittests.ProviderIdTest
 
testBase() - Method in class org.newsml.toolkit.dom.unittests.ContentItemTest
 
testBase() - Method in class org.newsml.toolkit.dom.unittests.CatalogTest
 
testBase() - Method in class org.newsml.toolkit.dom.unittests.NewsLineTest
 
testBase() - Method in class org.newsml.toolkit.dom.unittests.RevisionIdTest
 
testBase() - Method in class org.newsml.toolkit.dom.unittests.InstructionTest
 
testBase() - Method in class org.newsml.toolkit.dom.unittests.RightsMetadataTest
 
testBase() - Method in class org.newsml.toolkit.dom.unittests.NewsIdentifierTest
 
testBase() - Method in class org.newsml.toolkit.dom.unittests.NewsComponentTest
 
testBase() - Method in class org.newsml.toolkit.dom.unittests.PartyListTest
 
testBase() - Method in class org.newsml.toolkit.dom.unittests.FormalNameTest
 
testBase() - Method in class org.newsml.toolkit.dom.unittests.AdministrativeMetadataTest
 
testBase() - Method in class org.newsml.toolkit.dom.unittests.PropertyTest
 
testBase() - Method in class org.newsml.toolkit.dom.unittests.TopicSetTest
 
testBase() - Method in class org.newsml.toolkit.dom.unittests.TextTest
 
testBase() - Method in class org.newsml.toolkit.dom.unittests.TopicUseTest
 
testBase() - Method in class org.newsml.toolkit.dom.unittests.CommentTest
 
testBase() - Method in class org.newsml.toolkit.dom.unittests.NewsItemRefTest
 
testBase() - Method in class org.newsml.toolkit.dom.unittests.OriginTextTest
 
testBase() - Method in class org.newsml.toolkit.dom.unittests.RevisionStatusTest
 
testBase() - Method in class org.newsml.toolkit.dom.unittests.NewsLinesTest
 
testBase() - Method in class org.newsml.toolkit.dom.unittests.PartyTest
 
testBase() - Method in class org.newsml.toolkit.dom.unittests.CharacteristicsTest
 
testBase() - Method in class org.newsml.toolkit.dom.unittests.NewsMLTest
 
testBase() - Method in class org.newsml.toolkit.dom.unittests.BasisForChoiceTest
 
testBase() - Method in class org.newsml.toolkit.dom.unittests.NewsEnvelopeTest
 
testBase() - Method in class org.newsml.toolkit.dom.unittests.UsageRightsTest
 
testBase() - Method in class org.newsml.toolkit.dom.unittests.MetadataTest
 
testBase() - Method in class org.newsml.toolkit.dom.unittests.NewsItemTest
 
testBase() - Method in class org.newsml.toolkit.dom.unittests.OriginTest
 
testBase() - Method in class org.newsml.toolkit.dom.unittests.ResourceTest
 
testBase() - Method in class org.newsml.toolkit.dom.unittests.TopicTest
 
testBaseURL() - Method in class org.newsml.toolkit.dom.unittests.NewsMLSessionTest
 
testBasisForChoice() - Method in class org.newsml.toolkit.dom.unittests.NewsComponentTest
 
testByLine() - Method in class org.newsml.toolkit.dom.unittests.NewsLinesTest
 
testCatalog() - Method in class org.newsml.toolkit.dom.unittests.DescriptiveMetadataTest
 
testCatalog() - Method in class org.newsml.toolkit.dom.unittests.ContentItemTest
 
testCatalog() - Method in class org.newsml.toolkit.dom.unittests.RightsMetadataTest
 
testCatalog() - Method in class org.newsml.toolkit.dom.unittests.NewsComponentTest
 
testCatalog() - Method in class org.newsml.toolkit.dom.unittests.AdministrativeMetadataTest
 
testCatalog() - Method in class org.newsml.toolkit.dom.unittests.TopicSetTest
 
testCatalog() - Method in class org.newsml.toolkit.dom.unittests.NewsMLTest
 
testCatalog() - Method in class org.newsml.toolkit.dom.unittests.MetadataTest
 
testCatalog() - Method in class org.newsml.toolkit.dom.unittests.NewsItemTest
 
testCatalog() - Method in class org.newsml.toolkit.dom.unittests.TopicTest
 
testCharacteristics() - Method in class org.newsml.toolkit.dom.unittests.ContentItemTest
 
testChildren() - Method in class org.newsml.toolkit.dom.unittests.ContentItemTest
 
testChildren() - Method in class org.newsml.toolkit.dom.unittests.NewsComponentTest
 
testChildren() - Method in class org.newsml.toolkit.dom.unittests.NewsItemRefTest
 
testChildren() - Method in class org.newsml.toolkit.dom.unittests.NewsMLTest
 
testChildren() - Method in class org.newsml.toolkit.dom.unittests.NewsItemTest
 
testComment() - Method in class org.newsml.toolkit.dom.unittests.CopyrightTest
 
testComment() - Method in class org.newsml.toolkit.dom.unittests.ContentItemTest
 
testComment() - Method in class org.newsml.toolkit.dom.unittests.NewsComponentTest
 
testComment() - Method in class org.newsml.toolkit.dom.unittests.PartyListTest
 
testComment() - Method in class org.newsml.toolkit.dom.unittests.TopicSetTest
 
testComment() - Method in class org.newsml.toolkit.dom.unittests.NewsItemRefTest
 
testComment() - Method in class org.newsml.toolkit.dom.unittests.NewsItemTest
 
testComment() - Method in class org.newsml.toolkit.dom.unittests.TopicTest
 
testContentItemCast() - Method in class org.newsml.toolkit.dom.unittests.PrimaryNodeTestBase
 
testContentItemCast() - Method in class org.newsml.toolkit.dom.unittests.ContentItemTest
 
testContext() - Method in class org.newsml.toolkit.dom.unittests.TopicUseTest
 
testContributor() - Method in class org.newsml.toolkit.dom.unittests.AdministrativeMetadataTest
 
testCopyright() - Method in class org.newsml.toolkit.dom.unittests.RightsMetadataTest
 
testCopyrightDate() - Method in class org.newsml.toolkit.dom.unittests.CopyrightTest
 
testCopyrightHolder() - Method in class org.newsml.toolkit.dom.unittests.CopyrightTest
 
testCopyrightLine() - Method in class org.newsml.toolkit.dom.unittests.NewsLinesTest
 
testCount() - Method in class org.newsml.toolkit.dom.unittests.OriginTextTest
 
testCount() - Method in class org.newsml.toolkit.dom.unittests.OriginTest
 
testCreators() - Method in class org.newsml.toolkit.dom.unittests.AdministrativeMetadataTest
 
testCreditLine() - Method in class org.newsml.toolkit.dom.unittests.NewsLinesTest
 
testDataContent() - Method in class org.newsml.toolkit.dom.unittests.ContentItemTest
 
testDataText() - Method in class org.newsml.toolkit.dom.unittests.ContentItemTest
 
testDateAndTime() - Method in class org.newsml.toolkit.dom.unittests.NewsEnvelopeTest
 
testDateAndTime() - Method in class org.newsml.toolkit.dom.unittests.StatusWillChangeTest
 
testDateId() - Method in class org.newsml.toolkit.dom.unittests.NewsIdentifierTest
 
testDateLabel() - Method in class org.newsml.toolkit.dom.unittests.IdentificationTest
 
testDateLine() - Method in class org.newsml.toolkit.dom.unittests.NewsLinesTest
 
testDefaultTopicSet() - Method in class org.newsml.toolkit.dom.unittests.FormalNameTest
 
testDefaultVocabularyFor() - Method in class org.newsml.toolkit.dom.unittests.ResourceTest
 
testDerivedFrom() - Method in class org.newsml.toolkit.dom.unittests.NewsManagementTest
 
testDescription() - Method in class org.newsml.toolkit.dom.unittests.TopicTest
 
testDescriptiveMetadata() - Method in class org.newsml.toolkit.dom.unittests.NewsComponentTest
 
testDetails() - Method in class org.newsml.toolkit.dom.unittests.TopicTest
 
testEncoding() - Method in class org.newsml.toolkit.dom.unittests.ContentItemTest
 
testEndDate() - Method in class org.newsml.toolkit.dom.unittests.UsageRightsTest
 
testEquivalents() - Method in class org.newsml.toolkit.dom.unittests.NewsComponentTest
 
testEssential() - Method in class org.newsml.toolkit.dom.unittests.NewsComponentTest
 
testExternalDefaultVocabulary() - Method in class org.newsml.toolkit.dom.unittests.FormalNameTest
 
testExternalReference() - Method in class org.newsml.toolkit.dom.unittests.NewsMLSessionTest
 
testExternalReference() - Method in class org.newsml.toolkit.dom.unittests.NewsItemRefTest
 
testExternalReferencedCatalog() - Method in class org.newsml.toolkit.dom.unittests.CatalogTest
 
testFileName() - Method in class org.newsml.toolkit.dom.unittests.AdministrativeMetadataTest
 
testFirstCreated() - Method in class org.newsml.toolkit.dom.unittests.NewsManagementTest
 
testFormalName() - Method in class org.newsml.toolkit.dom.unittests.InstructionTest
 
testFormalName() - Method in class org.newsml.toolkit.dom.unittests.TopicSetTest
 
testFormalName() - Method in class org.newsml.toolkit.dom.unittests.PartyTest
 
testFormalNameDecl() - Method in class org.newsml.toolkit.dom.unittests.TopicTest
 
testFormat() - Method in class org.newsml.toolkit.dom.unittests.ContentItemTest
 
testFutureStatus() - Method in class org.newsml.toolkit.dom.unittests.StatusWillChangeTest
 
testGenre() - Method in class org.newsml.toolkit.dom.unittests.DescriptiveMetadataTest
 
testGeography() - Method in class org.newsml.toolkit.dom.unittests.UsageRightsTest
 
testGetData() - Method in class org.newsml.toolkit.dom.unittests.OriginTextTest
 
testGetOrigin() - Method in class org.newsml.toolkit.dom.unittests.OriginTextTest
 
testHeadLineGroup() - Method in class org.newsml.toolkit.dom.unittests.NewsLinesTest
 
testHref() - Method in class org.newsml.toolkit.dom.unittests.ContentItemTest
 
testHref() - Method in class org.newsml.toolkit.dom.unittests.CatalogTest
 
testHref() - Method in class org.newsml.toolkit.dom.unittests.OriginTest
 
testIdentification() - Method in class org.newsml.toolkit.dom.unittests.NewsItemTest
 
testIdentifiers() - Method in class org.newsml.toolkit.dom.unittests.DescriptiveMetadataTest
 
testIdentifiers() - Method in class org.newsml.toolkit.dom.unittests.SubjectCodeTest
 
testIdentifiers() - Method in class org.newsml.toolkit.dom.unittests.TransmissionIdTest
 
testIdentifiers() - Method in class org.newsml.toolkit.dom.unittests.NewsManagementTest
 
testIdentifiers() - Method in class org.newsml.toolkit.dom.unittests.CopyrightTest
 
testIdentifiers() - Method in class org.newsml.toolkit.dom.unittests.ContentItemTest
 
testIdentifiers() - Method in class org.newsml.toolkit.dom.unittests.CatalogTest
 
testIdentifiers() - Method in class org.newsml.toolkit.dom.unittests.NewsLineTest
 
testIdentifiers() - Method in class org.newsml.toolkit.dom.unittests.InstructionTest
 
testIdentifiers() - Method in class org.newsml.toolkit.dom.unittests.RightsMetadataTest
 
testIdentifiers() - Method in class org.newsml.toolkit.dom.unittests.NewsComponentTest
 
testIdentifiers() - Method in class org.newsml.toolkit.dom.unittests.PartyListTest
 
testIdentifiers() - Method in class org.newsml.toolkit.dom.unittests.FormalNameTest
 
testIdentifiers() - Method in class org.newsml.toolkit.dom.unittests.AdministrativeMetadataTest
 
testIdentifiers() - Method in class org.newsml.toolkit.dom.unittests.PropertyTest
 
testIdentifiers() - Method in class org.newsml.toolkit.dom.unittests.TopicSetTest
 
testIdentifiers() - Method in class org.newsml.toolkit.dom.unittests.TextTest
 
testIdentifiers() - Method in class org.newsml.toolkit.dom.unittests.CommentTest
 
testIdentifiers() - Method in class org.newsml.toolkit.dom.unittests.NewsItemRefTest
 
testIdentifiers() - Method in class org.newsml.toolkit.dom.unittests.RevisionStatusTest
 
testIdentifiers() - Method in class org.newsml.toolkit.dom.unittests.NewsLinesTest
 
testIdentifiers() - Method in class org.newsml.toolkit.dom.unittests.PartyTest
 
testIdentifiers() - Method in class org.newsml.toolkit.dom.unittests.CharacteristicsTest
 
testIdentifiers() - Method in class org.newsml.toolkit.dom.unittests.NewsMLTest
 
testIdentifiers() - Method in class org.newsml.toolkit.dom.unittests.BasisForChoiceTest
 
testIdentifiers() - Method in class org.newsml.toolkit.dom.unittests.NewsEnvelopeTest
 
testIdentifiers() - Method in class org.newsml.toolkit.dom.unittests.UsageRightsTest
 
testIdentifiers() - Method in class org.newsml.toolkit.dom.unittests.MetadataTest
 
testIdentifiers() - Method in class org.newsml.toolkit.dom.unittests.NewsItemTest
 
testIdentifiers() - Method in class org.newsml.toolkit.dom.unittests.StatusWillChangeTest
 
testIdentifiers() - Method in class org.newsml.toolkit.dom.unittests.ResourceTest
 
testIdentifiers() - Method in class org.newsml.toolkit.dom.unittests.TopicTest
 
testInstruction() - Method in class org.newsml.toolkit.dom.unittests.NewsManagementTest
 
testInternalDefaultScheme() - Method in class org.newsml.toolkit.dom.unittests.FormalNameTest
 
testInternalDefaultVocabulary() - Method in class org.newsml.toolkit.dom.unittests.FormalNameTest
 
testInternalReference() - Method in class org.newsml.toolkit.dom.unittests.NewsMLSessionTest
 
testInternalReference() - Method in class org.newsml.toolkit.dom.unittests.NewsItemRefTest
 
testInternalReferencedCatalog() - Method in class org.newsml.toolkit.dom.unittests.CatalogTest
 
testItem() - Method in class org.newsml.toolkit.dom.unittests.SubjectCodeTest
 
testKeywordLine() - Method in class org.newsml.toolkit.dom.unittests.NewsLinesTest
 
testLabel() - Method in class org.newsml.toolkit.dom.unittests.IdentificationTest
 
testLang() - Method in class org.newsml.toolkit.dom.unittests.OriginTextTest
 
testLanguage() - Method in class org.newsml.toolkit.dom.unittests.DescriptiveMetadataTest
 
testLanguage() - Method in class org.newsml.toolkit.dom.unittests.NewsComponentTest
 
testLanguage() - Method in class org.newsml.toolkit.dom.unittests.CommentTest
 
testLanguage() - Method in class org.newsml.toolkit.dom.unittests.NewsItemTest
 
testLimitations() - Method in class org.newsml.toolkit.dom.unittests.UsageRightsTest
 
testMediaType() - Method in class org.newsml.toolkit.dom.unittests.ContentItemTest
 
testMember() - Method in class org.newsml.toolkit.dom.unittests.NewsComponentTest
 
testMetadata() - Method in class org.newsml.toolkit.dom.unittests.NewsComponentTest
 
testMetadataType() - Method in class org.newsml.toolkit.dom.unittests.MetadataTest
 
testMimeType() - Method in class org.newsml.toolkit.dom.unittests.ContentItemTest
 
testName() - Method in class org.newsml.toolkit.dom.unittests.NewsItemIdTest
 
testName() - Method in class org.newsml.toolkit.dom.unittests.ProviderIdTest
 
testName() - Method in class org.newsml.toolkit.dom.unittests.FormalNameTest
 
testName() - Method in class org.newsml.toolkit.dom.unittests.PropertyTest
 
testNameLabel() - Method in class org.newsml.toolkit.dom.unittests.IdentificationTest
 
testNewsComponentCast() - Method in class org.newsml.toolkit.dom.unittests.PrimaryNodeTestBase
 
testNewsComponentCast() - Method in class org.newsml.toolkit.dom.unittests.NewsComponentTest
 
testNewsEnvelope() - Method in class org.newsml.toolkit.dom.unittests.NewsMLTest
 
testNewsIdentifier() - Method in class org.newsml.toolkit.dom.unittests.IdentificationTest
 
testNewsItem() - Method in class org.newsml.toolkit.dom.unittests.NewsMLTest
 
testNewsItem() - Method in class org.newsml.toolkit.dom.unittests.SourceListTest
 
testNewsItemCast() - Method in class org.newsml.toolkit.dom.unittests.PrimaryNodeTestBase
 
testNewsItemCast() - Method in class org.newsml.toolkit.dom.unittests.NewsItemTest
 
testNewsItemId() - Method in class org.newsml.toolkit.dom.unittests.NewsIdentifierTest
 
testNewsItemRefCast() - Method in class org.newsml.toolkit.dom.unittests.PrimaryNodeTestBase
 
testNewsItemRefCast() - Method in class org.newsml.toolkit.dom.unittests.NewsItemRefTest
 
testNewsItemType() - Method in class org.newsml.toolkit.dom.unittests.NewsManagementTest
 
testNewsLine() - Method in class org.newsml.toolkit.dom.unittests.NewsLinesTest
 
testNewsLines() - Method in class org.newsml.toolkit.dom.unittests.NewsComponentTest
 
testNewsLineText() - Method in class org.newsml.toolkit.dom.unittests.NewsLineTest
 
testNewsLineType() - Method in class org.newsml.toolkit.dom.unittests.NewsLineTest
 
testNewsManagement() - Method in class org.newsml.toolkit.dom.unittests.NewsItemTest
 
testNewsMLCast() - Method in class org.newsml.toolkit.dom.unittests.PrimaryNodeTestBase
 
testNewsMLCast() - Method in class org.newsml.toolkit.dom.unittests.NewsMLTest
 
testNewsMLStream() - Method in class org.newsml.toolkit.dom.unittests.NewsMLFactoryTest
 
testNewsMLURL() - Method in class org.newsml.toolkit.dom.unittests.NewsMLFactoryTest
 
testNewsProduct() - Method in class org.newsml.toolkit.dom.unittests.NewsEnvelopeTest
 
testNewsService() - Method in class org.newsml.toolkit.dom.unittests.NewsEnvelopeTest
 
testNodeStream() - Method in class org.newsml.toolkit.dom.unittests.NewsMLFactoryTest
 
testNodeURL() - Method in class org.newsml.toolkit.dom.unittests.NewsMLFactoryTest
 
testNotation() - Method in class org.newsml.toolkit.dom.unittests.ContentItemTest
 
testNoValidation() - Method in class org.newsml.toolkit.dom.unittests.NewsMLFactoryTest
 
testOfInterestTo() - Method in class org.newsml.toolkit.dom.unittests.DescriptiveMetadataTest
 
testParent() - Method in class org.newsml.toolkit.dom.unittests.ContentItemTest
 
testParent() - Method in class org.newsml.toolkit.dom.unittests.NewsComponentTest
 
testParent() - Method in class org.newsml.toolkit.dom.unittests.NewsItemRefTest
 
testParent() - Method in class org.newsml.toolkit.dom.unittests.NewsMLTest
 
testParent() - Method in class org.newsml.toolkit.dom.unittests.NewsItemTest
 
testParty() - Method in class org.newsml.toolkit.dom.unittests.PartyListTest
 
testPreviousRevision() - Method in class org.newsml.toolkit.dom.unittests.RevisionIdTest
 
testPriority() - Method in class org.newsml.toolkit.dom.unittests.NewsEnvelopeTest
 
testProperty() - Method in class org.newsml.toolkit.dom.unittests.DescriptiveMetadataTest
 
testProperty() - Method in class org.newsml.toolkit.dom.unittests.NewsManagementTest
 
testProperty() - Method in class org.newsml.toolkit.dom.unittests.RightsMetadataTest
 
testProperty() - Method in class org.newsml.toolkit.dom.unittests.AdministrativeMetadataTest
 
testProperty() - Method in class org.newsml.toolkit.dom.unittests.PropertyTest
 
testProperty() - Method in class org.newsml.toolkit.dom.unittests.CharacteristicsTest
 
testProperty() - Method in class org.newsml.toolkit.dom.unittests.MetadataTest
 
testProperty() - Method in class org.newsml.toolkit.dom.unittests.TopicTest
 
testProviderId() - Method in class org.newsml.toolkit.dom.unittests.NewsIdentifierTest
 
testProviders() - Method in class org.newsml.toolkit.dom.unittests.AdministrativeMetadataTest
 
testPublicIdentifier() - Method in class org.newsml.toolkit.dom.unittests.NewsIdentifierTest
 
testQualifier() - Method in class org.newsml.toolkit.dom.unittests.SubjectCodeItemTest
 
testRank() - Method in class org.newsml.toolkit.dom.unittests.BasisForChoiceTest
 
testRef() - Method in class org.newsml.toolkit.dom.unittests.NewsItemRefTest
 
testRepeat() - Method in class org.newsml.toolkit.dom.unittests.TransmissionIdTest
 
testResolveHref() - Method in class org.newsml.toolkit.dom.unittests.NewsMLSessionTest
 
testResource() - Method in class org.newsml.toolkit.dom.unittests.CatalogTest
 
testRevision() - Method in class org.newsml.toolkit.dom.unittests.RevisionStatusTest
 
testRevisionHistory() - Method in class org.newsml.toolkit.dom.unittests.NewsManagementTest
 
testRevisionId() - Method in class org.newsml.toolkit.dom.unittests.NewsIdentifierTest
 
testRevisionStatus() - Method in class org.newsml.toolkit.dom.unittests.InstructionTest
 
testRightsHolder() - Method in class org.newsml.toolkit.dom.unittests.UsageRightsTest
 
testRightsLine() - Method in class org.newsml.toolkit.dom.unittests.NewsLinesTest
 
testRightsMetadata() - Method in class org.newsml.toolkit.dom.unittests.NewsComponentTest
 
testRole() - Method in class org.newsml.toolkit.dom.unittests.NewsComponentTest
 
testRootNewsComponent() - Method in class org.newsml.toolkit.dom.unittests.NewsItemTest
 
testRootNode() - Method in class org.newsml.toolkit.dom.unittests.NewsMLSessionTest
 
testRootTopicSet() - Method in class org.newsml.toolkit.dom.unittests.NewsItemTest
 
testScheme() - Method in class org.newsml.toolkit.dom.unittests.NewsItemIdTest
 
testScheme() - Method in class org.newsml.toolkit.dom.unittests.FormalNameTest
 
testSentFrom() - Method in class org.newsml.toolkit.dom.unittests.NewsEnvelopeTest
 
testSentTo() - Method in class org.newsml.toolkit.dom.unittests.NewsEnvelopeTest
 
testSeriesLine() - Method in class org.newsml.toolkit.dom.unittests.NewsLinesTest
 
testSizeInBytes() - Method in class org.newsml.toolkit.dom.unittests.CharacteristicsTest
 
testSlugLine() - Method in class org.newsml.toolkit.dom.unittests.NewsLinesTest
 
testSource() - Method in class org.newsml.toolkit.dom.unittests.AdministrativeMetadataTest
 
testStartDate() - Method in class org.newsml.toolkit.dom.unittests.UsageRightsTest
 
testStatus() - Method in class org.newsml.toolkit.dom.unittests.NewsManagementTest
 
testStatus() - Method in class org.newsml.toolkit.dom.unittests.RevisionStatusTest
 
testStatusWillChange() - Method in class org.newsml.toolkit.dom.unittests.NewsManagementTest
 
testSubject() - Method in class org.newsml.toolkit.dom.unittests.SubjectCodeItemTest
 
testSubjectCode() - Method in class org.newsml.toolkit.dom.unittests.DescriptiveMetadataTest
 
testSubjectDetail() - Method in class org.newsml.toolkit.dom.unittests.SubjectCodeItemTest
 
testSubjectMatter() - Method in class org.newsml.toolkit.dom.unittests.SubjectCodeItemTest
 
testSystemIdentifier() - Method in class org.newsml.toolkit.dom.unittests.AdministrativeMetadataTest
 
testText() - Method in class org.newsml.toolkit.dom.unittests.CommentTest
 
testThisRevisionCreated() - Method in class org.newsml.toolkit.dom.unittests.NewsManagementTest
 
testTopic() - Method in class org.newsml.toolkit.dom.unittests.TopicSetTest
 
testTopic() - Method in class org.newsml.toolkit.dom.unittests.TopicUseTest
 
testTopic() - Method in class org.newsml.toolkit.dom.unittests.PartyTest
 
testTopicOccurrence() - Method in class org.newsml.toolkit.dom.unittests.DescriptiveMetadataTest
 
testTopicSet() - Method in class org.newsml.toolkit.dom.unittests.NewsComponentTest
 
testTopicSet() - Method in class org.newsml.toolkit.dom.unittests.FormalNameTest
 
testTopicSet() - Method in class org.newsml.toolkit.dom.unittests.NewsMLTest
 
testTopicSetRef() - Method in class org.newsml.toolkit.dom.unittests.TopicSetTest
 
testTopicType() - Method in class org.newsml.toolkit.dom.unittests.TopicTest
 
testTopicUse() - Method in class org.newsml.toolkit.dom.unittests.CatalogTest
 
testToString() - Method in class org.newsml.toolkit.dom.unittests.FormalNameTest
 
testToString() - Method in class org.newsml.toolkit.dom.unittests.TextTest
 
testTranslationOf() - Method in class org.newsml.toolkit.dom.unittests.CommentTest
 
testTransmissionId() - Method in class org.newsml.toolkit.dom.unittests.NewsEnvelopeTest
 
testType() - Method in class org.newsml.toolkit.dom.unittests.ContentItemTest
 
testType() - Method in class org.newsml.toolkit.dom.unittests.NewsComponentTest
 
testType() - Method in class org.newsml.toolkit.dom.unittests.NewsItemRefTest
 
testType() - Method in class org.newsml.toolkit.dom.unittests.OriginTextTest
 
testType() - Method in class org.newsml.toolkit.dom.unittests.NewsMLTest
 
testType() - Method in class org.newsml.toolkit.dom.unittests.NewsItemTest
 
testType() - Method in class org.newsml.toolkit.dom.unittests.OriginTest
 
testUpdate() - Method in class org.newsml.toolkit.dom.unittests.RevisionIdTest
 
testUrgency() - Method in class org.newsml.toolkit.dom.unittests.NewsManagementTest
 
testUrl() - Method in class org.newsml.toolkit.dom.unittests.ResourceTest
 
testUrn() - Method in class org.newsml.toolkit.dom.unittests.ResourceTest
 
testUsageRights() - Method in class org.newsml.toolkit.dom.unittests.RightsMetadataTest
 
testUsageType() - Method in class org.newsml.toolkit.dom.unittests.UsageRightsTest
 
testValidation() - Method in class org.newsml.toolkit.dom.unittests.NewsMLFactoryTest
 
testValue() - Method in class org.newsml.toolkit.dom.unittests.TransmissionIdTest
 
testValue() - Method in class org.newsml.toolkit.dom.unittests.RevisionIdTest
 
testValue() - Method in class org.newsml.toolkit.dom.unittests.PropertyTest
 
testValue() - Method in class org.newsml.toolkit.dom.unittests.TextTest
 
testValueRef() - Method in class org.newsml.toolkit.dom.unittests.PropertyTest
 
testVocabulary() - Method in class org.newsml.toolkit.dom.unittests.NewsItemIdTest
 
testVocabulary() - Method in class org.newsml.toolkit.dom.unittests.ProviderIdTest
 
testVocabulary() - Method in class org.newsml.toolkit.dom.unittests.FormalNameTest
 
testXPath() - Method in class org.newsml.toolkit.dom.unittests.BasisForChoiceTest
 
Text - interface org.newsml.toolkit.Text.
Text with identifiers.
TEXT - Static variable in interface org.newsml.toolkit.OriginNode
Constant: a chunk contains text.
TextTest - class org.newsml.toolkit.dom.unittests.TextTest.
 
TextTest(String) - Constructor for class org.newsml.toolkit.dom.unittests.TextTest
 
Topic - interface org.newsml.toolkit.Topic.
A single item of metadata.
TopicSet - interface org.newsml.toolkit.TopicSet.
A collection of metadata.
TopicSetRef - interface org.newsml.toolkit.TopicSetRef.
A pointer to a topic set to merge with the current one.
TopicSetTest - class org.newsml.toolkit.dom.unittests.TopicSetTest.
 
TopicSetTest(String) - Constructor for class org.newsml.toolkit.dom.unittests.TopicSetTest
 
TopicTest - class org.newsml.toolkit.dom.unittests.TopicTest.
 
TopicTest(String) - Constructor for class org.newsml.toolkit.dom.unittests.TopicTest
 
TopicUse - interface org.newsml.toolkit.TopicUse.
Information about where a topic is used in a document.
TopicUseTest - class org.newsml.toolkit.dom.unittests.TopicUseTest.
 
TopicUseTest(String) - Constructor for class org.newsml.toolkit.dom.unittests.TopicUseTest
 
toString() - Method in class org.newsml.toolkit.NewsMLException
Override toString to pick up any embedded exception.
toString() - Method in interface org.newsml.toolkit.Text
Override java.lang.toString().
toString() - Method in interface org.newsml.toolkit.FormalNameNode
Generate a naive string representation of this FormalNameNode.
toString(boolean) - Method in interface org.newsml.toolkit.FormalNameNode
Generate a proper string representation of this formal name.
TransmissionId - interface org.newsml.toolkit.TransmissionId.
An identifier for a NewsML document transmission.
TransmissionIdTest - class org.newsml.toolkit.dom.unittests.TransmissionIdTest.
 
TransmissionIdTest(String) - Constructor for class org.newsml.toolkit.dom.unittests.TransmissionIdTest
 

U

UsageRights - interface org.newsml.toolkit.UsageRights.
Usage rights for a news component.
UsageRightsTest - class org.newsml.toolkit.dom.unittests.UsageRightsTest.
 
UsageRightsTest(String) - Constructor for class org.newsml.toolkit.dom.unittests.UsageRightsTest
 

V

valueChanged(TreeSelectionEvent) - Method in class org.newsml.toolkit.explorer.ExplorerPanel
Respond to user selections in the tree.

W

warning(SAXParseException) - Method in class org.newsml.toolkit.dom.XercesDOMFactory
Catch warnings.

X

XercesDOMFactory - class org.newsml.toolkit.dom.XercesDOMFactory.
Xerces implementation of DOMFactory.
XercesDOMFactory() - Constructor for class org.newsml.toolkit.dom.XercesDOMFactory
Default constructor.
XercesDOMFactory(boolean) - Constructor for class org.newsml.toolkit.dom.XercesDOMFactory
Constructor.

A B C D E F G H I L M N O P R S T U V W X