Uses of Interface
org.w3c.dom.Comment

Packages that use Comment
org.apache.xalan.stree Implementation of the Xalan Source Tree, which is a DOM implementation that is optimized for XSLT processing and the needs of Xalan. 
org.apache.xml.utils Implementation of Xalan utility classes. 
org.w3c.dom Document Object Model level 2 interfaces. 
 

Uses of Comment in org.apache.xalan.stree
 

Classes in org.apache.xalan.stree that implement Comment
 class CommentImpl
          **For internal use only** Class to hold information about a comment node
 

Methods in org.apache.xalan.stree that return Comment
 Comment DocumentImpl.createComment(java.lang.String data)
          Create a Comment node.
 

Uses of Comment in org.apache.xml.utils
 

Methods in org.apache.xml.utils that return Comment
 Comment UnImplNode.createComment(java.lang.String data)
          Unimplemented.
 

Uses of Comment in org.w3c.dom
 

Methods in org.w3c.dom that return Comment
 Comment Document.createComment(java.lang.String data)
          Creates a Comment node given the specified string.
 



Copyright � 2000 Apache XML Project. All Rights Reserved.