Uses of Class
org.cdmckay.coffeedom.Comment

Packages that use Comment
org.cdmckay.coffeedom Classes to represent the components of an XML document. 
org.cdmckay.coffeedom.output Classes to output CoffeeDOM documents to various destinations. 
 

Uses of Comment in org.cdmckay.coffeedom
 

Methods in org.cdmckay.coffeedom that return Comment
 Comment Comment.clone()
           
 Comment UncheckedCoffeeDOMFactory.comment(String str)
           
 Comment DefaultCoffeeDOMFactory.comment(String text)
           
 Comment CoffeeDOMFactory.comment(String text)
          This creates the comment with the supplied text.
 Comment Comment.detach()
           
protected  Comment Comment.setParent(Parent parent)
           
 Comment Comment.setText(String text)
          This will set the value of the Comment.
 

Uses of Comment in org.cdmckay.coffeedom.output
 

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



Copyright © 2011. All Rights Reserved.