JDOM
1.1.3

Uses of Class
org.jdom.Comment

Packages that use Comment
org.jdom Classes to represent the components of an XML document. 
org.jdom.output Classes to output JDOM documents to various destinations. 
 

Uses of Comment in org.jdom
 

Methods in org.jdom that return Comment
 Comment UncheckedJDOMFactory.comment(java.lang.String str)
           
 Comment JDOMFactory.comment(java.lang.String text)
          This creates the comment with the supplied text.
 Comment DefaultJDOMFactory.comment(java.lang.String text)
           
 Comment Comment.setText(java.lang.String text)
          This will set the value of the Comment.
 

Uses of Comment in org.jdom.output
 

Methods in org.jdom.output with parameters of type Comment
 void XMLOutputter.output(Comment comment, java.io.OutputStream out)
          Print out a Comment.
 void XMLOutputter.output(Comment comment, java.io.Writer out)
          Print out a Comment.
 java.lang.String XMLOutputter.outputString(Comment comment)
          Return a string representing a comment.
protected  void XMLOutputter.printComment(java.io.Writer out, Comment comment)
          This will handle printing of comments.
 


JDOM
1.1.3

Copyright © 2011 Jason Hunter, Brett McLaughlin. All Rights Reserved.