Uses of Interface
org.newsml.toolkit.IdText

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

Uses of IdText in org.newsml.toolkit
 

Subinterfaces of IdText in org.newsml.toolkit
 interface AssignedOriginText
          Text with assignment information and Origin subelements.
 interface AssignedText
          Text with identifiers and assignment information.
 interface BasisForChoice
          Basis for choosing among equivalent news components or content items.
 interface Comment
          A comment node in a NewsML document.
 interface Description
          A natural-language description of a topic.
 interface FormalNameDecl
          The declaration of a local name and scheme for a topic.
 interface Origin
          A subelement in mixed content.
 interface OriginNode
          Mixed content text and Origin elements.
 interface OriginText
          Text with identifiers and origin subelements.
 interface RevisionId
          Revision information for a news item.
 interface TransmissionId
          An identifier for a NewsML document transmission.
 

Methods in org.newsml.toolkit that return IdText
 IdText AdministrativeMetadata.getFileName()
          Get the suggested file name for the news item.
 IdText AdministrativeMetadata.getSystemIdentifier()
          Get the system identifier of the news item.
 IdText Resource.getUrn()
          Get the URN attached to the resource, if any.
 IdText Resource.getUrl(int index)
          Get a URL attached to the resource.
 IdText[] Resource.getUrl()
          Get all Url children in an array.
 IdText NewsManagement.getFirstCreated()
          Get the date when the news item was first created.
 IdText NewsManagement.getThisRevisionCreated()
          Get the creation date of the current revision of the news item.
 IdText StatusWillChange.getDateAndTime()
          Get the date and time when the future status will take effect.
 IdText Characteristics.getSizeInBytes()
          Get the size of the actual content in bytes.
 IdText Identification.getNameLabel()
          Get the optional name label.
 IdText Identification.getDateLabel()
          Get the optional date label.
 IdText NewsEnvelope.getDateAndTime()
          Get the date on time when this package was transmitted.
 IdText NewsMLFactory.createDateAndTime()
          Create a new, empty DateAndTime element.
 IdText NewsMLFactory.createDateAndTime(IdText node)
          Copy an existing DateAndTime element.
 IdText NewsMLFactory.createDateLabel()
          Create a new, empty DateLabel element.
 IdText NewsMLFactory.createDateLabel(IdText node)
          Copy an existing DateLabel element.
 IdText NewsMLFactory.createFileName()
          Create a new, empty FileName element.
 IdText NewsMLFactory.createFileName(IdText node)
          Copy an existing FileName element.
 IdText NewsMLFactory.createFirstCreated()
          Create a new, empty FirstCreated element.
 IdText NewsMLFactory.createFirstCreated(IdText node)
          Copy an existing FirstCreated element.
 IdText NewsMLFactory.createLabelText()
          Create a new, empty LabelText element.
 IdText NewsMLFactory.createLabelText(IdText node)
          Copy an existing LabelText element.
 IdText NewsMLFactory.createNameLabel()
          Create a new, empty NameLabel element.
 IdText NewsMLFactory.createNameLabel(IdText node)
          Copy an existing NameLabel element.
 IdText NewsMLFactory.createSizeInBytes()
          Create a new, empty SizeInBytes element.
 IdText NewsMLFactory.createSizeInBytes(IdText node)
          Copy an existing SizeInBytes element.
 IdText NewsMLFactory.createSystemIdentifier()
          Create a new, empty SystemIdentifier element.
 IdText NewsMLFactory.createSystemIdentifier(IdText node)
          Copy an existing SystemIdentifier element.
 IdText NewsMLFactory.createThisRevisionCreated()
          Create a new, empty ThisRevisionCreated element.
 IdText NewsMLFactory.createThisRevisionCreated(IdText node)
          Copy an existing ThisRevisionCreated element.
 IdText NewsMLFactory.createUrl()
          Create a new, empty Url element.
 IdText NewsMLFactory.createUrl(IdText node)
          Copy an existing Url element.
 IdText NewsMLFactory.createUrn()
          Create a new, empty Urn element.
 IdText NewsMLFactory.createUrn(IdText node)
          Copy an existing Urn element.
 IdText Label.getLabelText()
          Get the contents of the generic label.
 

Methods in org.newsml.toolkit with parameters of type IdText
 IdText NewsMLFactory.createDateAndTime(IdText node)
          Copy an existing DateAndTime element.
 IdText NewsMLFactory.createDateLabel(IdText node)
          Copy an existing DateLabel element.
 IdText NewsMLFactory.createFileName(IdText node)
          Copy an existing FileName element.
 IdText NewsMLFactory.createFirstCreated(IdText node)
          Copy an existing FirstCreated element.
 IdText NewsMLFactory.createLabelText(IdText node)
          Copy an existing LabelText element.
 IdText NewsMLFactory.createNameLabel(IdText node)
          Copy an existing NameLabel element.
 IdText NewsMLFactory.createSizeInBytes(IdText node)
          Copy an existing SizeInBytes element.
 IdText NewsMLFactory.createSystemIdentifier(IdText node)
          Copy an existing SystemIdentifier element.
 IdText NewsMLFactory.createThisRevisionCreated(IdText node)
          Copy an existing ThisRevisionCreated element.
 IdText NewsMLFactory.createUrl(IdText node)
          Copy an existing Url element.
 IdText NewsMLFactory.createUrn(IdText node)
          Copy an existing Urn element.
 

Uses of IdText in org.newsml.toolkit.dom
 

Methods in org.newsml.toolkit.dom that return IdText
 IdText DOMNewsMLFactory.createDateAndTime()
           
 IdText DOMNewsMLFactory.createDateAndTime(IdText node)
           
 IdText DOMNewsMLFactory.createDateLabel()
           
 IdText DOMNewsMLFactory.createDateLabel(IdText node)
           
 IdText DOMNewsMLFactory.createFileName()
           
 IdText DOMNewsMLFactory.createFileName(IdText node)
           
 IdText DOMNewsMLFactory.createFirstCreated()
           
 IdText DOMNewsMLFactory.createFirstCreated(IdText node)
           
 IdText DOMNewsMLFactory.createLabelText()
           
 IdText DOMNewsMLFactory.createLabelText(IdText node)
           
 IdText DOMNewsMLFactory.createNameLabel()
           
 IdText DOMNewsMLFactory.createNameLabel(IdText node)
           
 IdText DOMNewsMLFactory.createSizeInBytes()
           
 IdText DOMNewsMLFactory.createSizeInBytes(IdText node)
           
 IdText DOMNewsMLFactory.createSystemIdentifier()
           
 IdText DOMNewsMLFactory.createSystemIdentifier(IdText node)
           
 IdText DOMNewsMLFactory.createThisRevisionCreated()
           
 IdText DOMNewsMLFactory.createThisRevisionCreated(IdText node)
           
 IdText DOMNewsMLFactory.createUrl()
           
 IdText DOMNewsMLFactory.createUrl(IdText node)
           
 IdText DOMNewsMLFactory.createUrn()
           
 IdText DOMNewsMLFactory.createUrn(IdText node)
           
 

Methods in org.newsml.toolkit.dom with parameters of type IdText
 IdText DOMNewsMLFactory.createDateAndTime(IdText node)
           
 IdText DOMNewsMLFactory.createDateLabel(IdText node)
           
 IdText DOMNewsMLFactory.createFileName(IdText node)
           
 IdText DOMNewsMLFactory.createFirstCreated(IdText node)
           
 IdText DOMNewsMLFactory.createLabelText(IdText node)
           
 IdText DOMNewsMLFactory.createNameLabel(IdText node)
           
 IdText DOMNewsMLFactory.createSizeInBytes(IdText node)
           
 IdText DOMNewsMLFactory.createSystemIdentifier(IdText node)
           
 IdText DOMNewsMLFactory.createThisRevisionCreated(IdText node)
           
 IdText DOMNewsMLFactory.createUrl(IdText node)
           
 IdText DOMNewsMLFactory.createUrn(IdText node)