Uses of Interface
org.apache.ws.commons.om.OMComment

Packages that use OMComment
org.apache.ws.commons.om   
org.apache.ws.commons.om.impl.llom   
org.apache.ws.commons.om.impl.llom.factory   
 

Uses of OMComment in org.apache.ws.commons.om
 

Methods in org.apache.ws.commons.om that return OMComment
 OMComment OMFactory.createOMComment(OMContainer parent, java.lang.String content)
          Creates a comment.
 

Uses of OMComment in org.apache.ws.commons.om.impl.llom
 

Classes in org.apache.ws.commons.om.impl.llom that implement OMComment
 class OMCommentImpl
           
 

Uses of OMComment in org.apache.ws.commons.om.impl.llom.factory
 

Methods in org.apache.ws.commons.om.impl.llom.factory that return OMComment
 OMComment OMLinkedListImplFactory.createOMComment(OMContainer parent, java.lang.String content)
          Creates a comment.