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

Packages that use OMComment
org.apache.axiom.c14n.omwrapper   
org.apache.axiom.om   
org.apache.axiom.om.impl.dom   
org.apache.axiom.om.impl.dom.factory   
org.apache.axiom.om.impl.llom   
org.apache.axiom.om.impl.llom.factory   
 

Uses of OMComment in org.apache.axiom.c14n.omwrapper
 

Constructors in org.apache.axiom.c14n.omwrapper with parameters of type OMComment
CommentImpl(OMComment comment, WrapperFactory fac)
           
 

Uses of OMComment in org.apache.axiom.om
 

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

Uses of OMComment in org.apache.axiom.om.impl.dom
 

Classes in org.apache.axiom.om.impl.dom that implement OMComment
 class CommentImpl
           
 

Uses of OMComment in org.apache.axiom.om.impl.dom.factory
 

Methods in org.apache.axiom.om.impl.dom.factory that return OMComment
 OMComment OMDOMFactory.createOMComment(OMContainer parent, String content)
           
 

Uses of OMComment in org.apache.axiom.om.impl.llom
 

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

Uses of OMComment in org.apache.axiom.om.impl.llom.factory
 

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



Copyright © 2004-2011 The Apache Software Foundation. All Rights Reserved.