Uses of Interface
org.w3c.dom.Comment

Packages that use Comment
org.apache.xml.dtm.ref   
org.apache.xml.utils Implementation of Xalan utility classes. 
org.w3c.dom   
 

Uses of Comment in org.apache.xml.dtm.ref
 

Classes in org.apache.xml.dtm.ref that implement Comment
 class DTMNodeProxy
          DTMNodeProxy presents a DOM Node API front-end to the DTM model.
 

Methods in org.apache.xml.dtm.ref that return Comment
 Comment DTMNodeProxy.createComment(java.lang.String data)
           
 

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 © 2006 Apache XML Project. All Rights Reserved.