Uses of Interface
org.newsml.toolkit.FormalName

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

Uses of FormalName in org.newsml.toolkit
 

Subinterfaces of FormalName in org.newsml.toolkit
 interface AssignedFormalName
          A formal name with assignment information.
 interface Instruction
          An instruction from a news provider.
 interface OfInterestTo
          Statement of the intended audience.
 interface Party
          A list of formal names for people or companies.
 interface TopicSet
          A collection of metadata.
 

Methods in org.newsml.toolkit that return FormalName
 FormalName Topic.getTopicType(int index)
          Get the type of the topic.
 FormalName[] Topic.getTopicType()
          Get all TopicType children in an array.
 FormalName NewsComponent.getRole()
          Get the role of this component in a parent component.
 FormalName NewsManagement.getNewsItemType()
          Get the type of the news item.
 FormalName NewsManagement.getStatus()
          Get the current status of the news item.
 FormalName NewsManagement.getUrgency()
          Get the news item's urgency.
 FormalName Metadata.getMetadataType()
          Get the type of metadata in this container.
 FormalName StatusWillChange.getFutureStatus()
          Get the future status.
 FormalName RevisionStatus.getStatus()
          Get the new status for the past revision.
 FormalName NewsLine.getNewsLineType()
          The type of the extended newsline.
 FormalName NewsEnvelope.getNewsService(int index)
          Get one of the news services associated with this package.
 FormalName[] NewsEnvelope.getNewsService()
          Get all NewsService children in an array.
 FormalName NewsEnvelope.getNewsProduct(int index)
          Get one of the news products associated with this package.
 FormalName[] NewsEnvelope.getNewsProduct()
          Get all NewsProduct children in an array.
 FormalName NewsEnvelope.getPriority()
          Get the priority of this package.
 FormalName NewsMLFactory.createFormat()
          Create a new, empty Format element.
 FormalName NewsMLFactory.createFormat(FormalName node)
          Copy an existing Format element.
 FormalName NewsMLFactory.createFutureStatus()
          Create a new, empty FutureStatus element.
 FormalName NewsMLFactory.createFutureStatus(FormalName node)
          Copy an existing FutureStatus element.
 FormalName NewsMLFactory.createLabelType()
          Create a new, empty LabelType element.
 FormalName NewsMLFactory.createLabelType(FormalName node)
          Copy an existing LabelType element.
 FormalName NewsMLFactory.createMediaType()
          Create a new, empty MediaType element.
 FormalName NewsMLFactory.createMediaType(FormalName node)
          Copy an existing MediaType element.
 FormalName NewsMLFactory.createMetadataType()
          Create a new, empty MetadataType element.
 FormalName NewsMLFactory.createMetadataType(FormalName node)
          Copy an existing MetadataType element.
 FormalName NewsMLFactory.createMimeType()
          Create a new, empty MimeType element.
 FormalName NewsMLFactory.createMimeType(FormalName node)
          Copy an existing MimeType element.
 FormalName NewsMLFactory.createNewsItemType()
          Create a new, empty NewsItemType element.
 FormalName NewsMLFactory.createNewsItemType(FormalName node)
          Copy an existing NewsItemType element.
 FormalName NewsMLFactory.createNewsLineType()
          Create a new, empty NewsLineType element.
 FormalName NewsMLFactory.createNewsLineType(FormalName node)
          Copy an existing NewsLineType element.
 FormalName NewsMLFactory.createNewsProduct()
          Create a new, empty NewsProduct element.
 FormalName NewsMLFactory.createNewsProduct(FormalName node)
          Copy an existing NewsProduct element.
 FormalName NewsMLFactory.createNewsService()
          Create a new, empty NewsService element.
 FormalName NewsMLFactory.createNewsService(FormalName node)
          Copy an existing NewsService element.
 FormalName NewsMLFactory.createNotation()
          Create a new, empty Notation element.
 FormalName NewsMLFactory.createNotation(FormalName node)
          Copy an existing Notation element.
 FormalName NewsMLFactory.createPriority()
          Create a new, empty Priority element.
 FormalName NewsMLFactory.createPriority(FormalName node)
          Copy an existing Priority element.
 FormalName NewsMLFactory.createRole()
          Create a new, empty Role element.
 FormalName NewsMLFactory.createRole(FormalName node)
          Copy an existing Role element.
 FormalName NewsMLFactory.createStatus()
          Create a new, empty Status element.
 FormalName NewsMLFactory.createStatus(FormalName node)
          Copy an existing Status element.
 FormalName NewsMLFactory.createTopicType()
          Create a new, empty TopicType element.
 FormalName NewsMLFactory.createTopicType(FormalName node)
          Copy an existing TopicType element.
 FormalName NewsMLFactory.createUrgency()
          Create a new, empty Urgency element.
 FormalName NewsMLFactory.createUrgency(FormalName node)
          Copy an existing Urgency element.
 FormalName ContentItem.getMediaType()
          Get the content's media type.
 FormalName ContentItem.getFormat()
          Get the content's format.
 FormalName ContentItem.getMimeType()
          Return the content's MIME type.
 FormalName ContentItem.getNotation()
          Get the content's data type notation.
 FormalName AssignmentNode.getImportance()
          Get the importance assigned to the information.
 FormalName AssignmentNode.getConfidence()
          Get the confidence assigned to the information.
 FormalName AssignmentNode.getHowPresent()
          Get the applicability of the information.
 FormalName Label.getLabelType()
          Get the type of the generic label.
 

Methods in org.newsml.toolkit with parameters of type FormalName
 FormalName NewsMLFactory.createFormat(FormalName node)
          Copy an existing Format element.
 FormalName NewsMLFactory.createFutureStatus(FormalName node)
          Copy an existing FutureStatus element.
 FormalName NewsMLFactory.createLabelType(FormalName node)
          Copy an existing LabelType element.
 FormalName NewsMLFactory.createMediaType(FormalName node)
          Copy an existing MediaType element.
 FormalName NewsMLFactory.createMetadataType(FormalName node)
          Copy an existing MetadataType element.
 FormalName NewsMLFactory.createMimeType(FormalName node)
          Copy an existing MimeType element.
 FormalName NewsMLFactory.createNewsItemType(FormalName node)
          Copy an existing NewsItemType element.
 FormalName NewsMLFactory.createNewsLineType(FormalName node)
          Copy an existing NewsLineType element.
 FormalName NewsMLFactory.createNewsProduct(FormalName node)
          Copy an existing NewsProduct element.
 FormalName NewsMLFactory.createNewsService(FormalName node)
          Copy an existing NewsService element.
 FormalName NewsMLFactory.createNotation(FormalName node)
          Copy an existing Notation element.
 FormalName NewsMLFactory.createPriority(FormalName node)
          Copy an existing Priority element.
 FormalName NewsMLFactory.createRole(FormalName node)
          Copy an existing Role element.
 FormalName NewsMLFactory.createStatus(FormalName node)
          Copy an existing Status element.
 FormalName NewsMLFactory.createTopicType(FormalName node)
          Copy an existing TopicType element.
 FormalName NewsMLFactory.createUrgency(FormalName node)
          Copy an existing Urgency element.
 

Uses of FormalName in org.newsml.toolkit.dom
 

Methods in org.newsml.toolkit.dom that return FormalName
 FormalName DOMNewsMLFactory.createFormat()
           
 FormalName DOMNewsMLFactory.createFormat(FormalName node)
           
 FormalName DOMNewsMLFactory.createFutureStatus()
           
 FormalName DOMNewsMLFactory.createFutureStatus(FormalName node)
           
 FormalName DOMNewsMLFactory.createLabelType()
           
 FormalName DOMNewsMLFactory.createLabelType(FormalName node)
           
 FormalName DOMNewsMLFactory.createMediaType()
           
 FormalName DOMNewsMLFactory.createMediaType(FormalName node)
           
 FormalName DOMNewsMLFactory.createMetadataType()
           
 FormalName DOMNewsMLFactory.createMetadataType(FormalName node)
           
 FormalName DOMNewsMLFactory.createMimeType()
           
 FormalName DOMNewsMLFactory.createMimeType(FormalName node)
           
 FormalName DOMNewsMLFactory.createNewsItemType()
           
 FormalName DOMNewsMLFactory.createNewsItemType(FormalName node)
           
 FormalName DOMNewsMLFactory.createNewsLineType()
           
 FormalName DOMNewsMLFactory.createNewsLineType(FormalName node)
           
 FormalName DOMNewsMLFactory.createNewsProduct()
           
 FormalName DOMNewsMLFactory.createNewsProduct(FormalName node)
           
 FormalName DOMNewsMLFactory.createNewsService()
           
 FormalName DOMNewsMLFactory.createNewsService(FormalName node)
           
 FormalName DOMNewsMLFactory.createNotation()
           
 FormalName DOMNewsMLFactory.createNotation(FormalName node)
           
 FormalName DOMNewsMLFactory.createPriority()
           
 FormalName DOMNewsMLFactory.createPriority(FormalName node)
           
 FormalName DOMNewsMLFactory.createRole()
           
 FormalName DOMNewsMLFactory.createRole(FormalName node)
           
 FormalName DOMNewsMLFactory.createStatus()
           
 FormalName DOMNewsMLFactory.createStatus(FormalName node)
           
 FormalName DOMNewsMLFactory.createTopicType()
           
 FormalName DOMNewsMLFactory.createTopicType(FormalName node)
           
 FormalName DOMNewsMLFactory.createUrgency()
           
 FormalName DOMNewsMLFactory.createUrgency(FormalName node)
           
 

Methods in org.newsml.toolkit.dom with parameters of type FormalName
 FormalName DOMNewsMLFactory.createFormat(FormalName node)
           
 FormalName DOMNewsMLFactory.createFutureStatus(FormalName node)
           
 FormalName DOMNewsMLFactory.createLabelType(FormalName node)
           
 FormalName DOMNewsMLFactory.createMediaType(FormalName node)
           
 FormalName DOMNewsMLFactory.createMetadataType(FormalName node)
           
 FormalName DOMNewsMLFactory.createMimeType(FormalName node)
           
 FormalName DOMNewsMLFactory.createNewsItemType(FormalName node)
           
 FormalName DOMNewsMLFactory.createNewsLineType(FormalName node)
           
 FormalName DOMNewsMLFactory.createNewsProduct(FormalName node)
           
 FormalName DOMNewsMLFactory.createNewsService(FormalName node)
           
 FormalName DOMNewsMLFactory.createNotation(FormalName node)
           
 FormalName DOMNewsMLFactory.createPriority(FormalName node)
           
 FormalName DOMNewsMLFactory.createRole(FormalName node)
           
 FormalName DOMNewsMLFactory.createStatus(FormalName node)
           
 FormalName DOMNewsMLFactory.createTopicType(FormalName node)
           
 FormalName DOMNewsMLFactory.createUrgency(FormalName node)