Uses of Interface
org.dom4j.Comment

Packages that use Comment
org.dom4j   
org.dom4j.dom   
org.dom4j.io   
org.dom4j.tree   
org.dom4j.util   
 

Uses of Comment in org.dom4j
 

Methods in org.dom4j that return Comment
static Comment DocumentHelper.createComment(java.lang.String text)
           
 Comment DocumentFactory.createComment(java.lang.String text)
           
 

Methods in org.dom4j with parameters of type Comment
 void Visitor.visit(Comment node)
          Visits the given Comment
 void VisitorSupport.visit(Comment node)
           
 void Branch.add(Comment comment)
          Adds the given Comment to this branch.
 boolean Branch.remove(Comment comment)
          Removes the given Comment if the node is an immediate child of this branch.
 

Uses of Comment in org.dom4j.dom
 

Classes in org.dom4j.dom that implement Comment
 class DOMComment
          DOMText implements a Text node which supports the W3C DOM API.
 

Methods in org.dom4j.dom that return Comment
 Comment DOMDocumentFactory.createComment(java.lang.String text)
           
 

Uses of Comment in org.dom4j.io
 

Methods in org.dom4j.io with parameters of type Comment
 void SAXWriter.write(Comment comment)
          Generates SAX events for the given Comment
 void XMLWriter.write(Comment comment)
          Writes the given Comment.
protected  void DOMWriter.appendDOMTree(org.w3c.dom.Document domDocument, org.w3c.dom.Node domCurrent, Comment comment)
           
 

Uses of Comment in org.dom4j.tree
 

Classes in org.dom4j.tree that implement Comment
 class AbstractComment
          AbstractComment is an abstract base class for tree implementors to use for implementation inheritence.
 class DefaultComment
          DefaultComment is the default Comment implementation.
 class FlyweightComment
          FlyweightComment is a Flyweight pattern implementation of a singly linked, read-only XML Comment.
 

Methods in org.dom4j.tree with parameters of type Comment
 void AbstractElement.add(Comment comment)
           
 boolean AbstractElement.remove(Comment comment)
           
 void AbstractBranch.add(Comment comment)
           
 boolean AbstractBranch.remove(Comment comment)
           
 

Uses of Comment in org.dom4j.util
 

Methods in org.dom4j.util that return Comment
 Comment ProxyDocumentFactory.createComment(java.lang.String text)
           
 



Copyright © 2001 MetaStuff Ltd. All Rights Reserved. Hosted by

SourceForge Logo