Uses of Interface
org.newsml.toolkit.Comment

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

Uses of Comment in org.newsml.toolkit
 

Methods in org.newsml.toolkit that return Comment
 Comment CommentNode.getComment(int i)
          Get one of the comments attached to this node.
 Comment[] CommentNode.getComment()
          Get all Comment children in an array.
 Comment Comment.getReferencedComment()
          Get the comment referenced by TranslationOf.
 Comment NewsMLFactory.createComment()
          Create a new, empty Comment element.
 Comment NewsMLFactory.createComment(Comment node)
          Copy an existing Comment element.
 

Methods in org.newsml.toolkit with parameters of type Comment
 Comment NewsMLFactory.createComment(Comment node)
          Copy an existing Comment element.
 

Uses of Comment in org.newsml.toolkit.dom
 

Methods in org.newsml.toolkit.dom that return Comment
 Comment DOMNewsMLFactory.createComment()
           
 Comment DOMNewsMLFactory.createComment(Comment node)
           
 

Methods in org.newsml.toolkit.dom with parameters of type Comment
 Comment DOMNewsMLFactory.createComment(Comment node)