Uses of Interface
org.newsml.toolkit.BaseNode

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

Uses of BaseNode in org.newsml.toolkit
 

Subinterfaces of BaseNode in org.newsml.toolkit
 interface AdministrativeMetadata
          Information about the provenance of a NewsComponent or NewsItem.
 interface AssignedFormalName
          A formal name with assignment information.
 interface AssignedOriginText
          Text name 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 Catalog
          Resource catalog.
 interface Characteristics
          Physical characteristics of a content item.
 interface Comment
          A comment node in a NewsML document.
 interface ContentItem
          News content for presentation to humans.
 interface Copyright
          Copyright information for a news component.
 interface DefaultVocabularyFor
          A default vocabulary declaration.
 interface Description
          A natural-language description of a topic.
 interface DescriptiveMetadata
          Information about a news component's content.
 interface FormalName
          A three-part NewsML name element.
 interface FormalNameDecl
          The declaration of a local name and scheme for a topic.
 interface Identification
          Identification labels for a NewsItem
 interface Instruction
          An instruction from a news provider.
 interface Label
          A generic label for a news item.
 interface Metadata
          User-defined metadata container.
 interface NewsComponent
          Container for specifying role information and metadata for news objects.
 interface NewsEnvelope
          Information about the transmission of the NewsML package.
 interface NewsIdentifier
          A globally-unique identifier for a news item.
 interface NewsItem
          A managed set of news information.
 interface NewsItemId
          A news item identifier.
 interface NewsItemRef
          A reference to a news item located elsewhere.
 interface NewsLine
          A user-defined news line.
 interface NewsLines
          Container for a news component's news lines.
 interface NewsManagement
          Management information for a news item.
 interface NewsML
          The top-level NewsML package.
 interface OfInterestTo
          Statement of the intended audience.
 interface Origin
          A subelement in mixed content.
 interface OriginNode
          Mixed content text and Origin elements.
 interface OriginText
          Text with identifiers and origin subelements.
 interface Party
          A list of formal names for people or companies.
 interface PartyList
          A list of parties connected with the NewsML package.
 interface PrimaryNode
          Base interface for the main nodes in the NewsML content tree.
 interface Property
          A named metadata property.
 interface ProviderId
          A provider identifier.
 interface Resource
          Information about a single resource.
 interface RevisionHistory
          Pointer to an external revision-history document.
 interface RevisionId
          Revision information for a news item.
 interface RevisionStatus
          A new status for a previous revision.
 interface RightsMetadata
          Information about the rights for a news component.
 interface SourceList
          A list of sources for administrative metadata.
 interface StatusWillChange
          A future status change for a news item.
 interface SubjectCode
          An IPTC subject code from the IPTC Information Interchange Model (IIM).
 interface Text
          Text with identifiers.
 interface Topic
          A single item of metadata.
 interface TopicSet
          A collection of metadata.
 interface TopicSetRef
          A pointer to a topic set to merge with the current one.
 interface TopicUse
          Information about where a topic is used in a document.
 interface TransmissionId
          An identifier for a NewsML document transmission.
 interface UsageRights
          Usage rights for a news component.
 

Methods in org.newsml.toolkit that return BaseNode
 BaseNode NewsMLSession.getRootNode()
          Get the root node of the current NewsML document.
 BaseNode NewsMLSession.findReference(java.lang.String reference, boolean useExternal)
          Look up a reference to a NewsML node.
 BaseNode NewsMLFactory.createNode(java.lang.String url)
          Create a NewsML node from a URL.
 BaseNode NewsMLFactory.createNode(java.io.Reader input, java.lang.String baseURL)
          Create a NewsML node from a URL.
 

Uses of BaseNode in org.newsml.toolkit.dom
 

Methods in org.newsml.toolkit.dom that return BaseNode
 BaseNode DOMNewsMLFactory.createNode(java.lang.String url)
           
 BaseNode DOMNewsMLFactory.createNode(java.io.Reader input, java.lang.String baseURL)