Uses of Interface
org.apache.axiom.om.OMComment

Packages that use OMComment
org.apache.axiom.om   
org.apache.axiom.om.util   
 

Uses of OMComment in org.apache.axiom.om
 

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

Uses of OMComment in org.apache.axiom.om.util
 

Methods in org.apache.axiom.om.util with parameters of type OMComment
private static void CopyUtils.copyOMComment(SOAPFactory factory, OMContainer targetParent, OMComment sourceComment)
          Create a copy of the source OMComment