Class FOMComment

  • All Implemented Interfaces:
    org.apache.abdera.model.Comment, org.apache.axiom.om.impl.llom.IChildNode, org.apache.axiom.om.impl.OMNodeEx, org.apache.axiom.om.OMComment, org.apache.axiom.om.OMInformationItem, org.apache.axiom.om.OMNode, org.apache.axiom.om.OMSerializable

    @Deprecated
    public class FOMComment
    extends org.apache.axiom.om.impl.llom.OMCommentImpl
    implements org.apache.abdera.model.Comment
    Deprecated.
    • Field Summary

      • Fields inherited from interface org.apache.axiom.om.OMNode

        CDATA_SECTION_NODE, COMMENT_NODE, DTD_NODE, ELEMENT_NODE, ENTITY_REFERENCE_NODE, PI_NODE, SPACE_NODE, TEXT_NODE
    • Constructor Summary

      Constructors 
      Constructor Description
      FOMComment​(org.apache.axiom.om.OMContainer parent, String contentText, org.apache.axiom.om.OMFactory factory, boolean fromBuilder)
      Deprecated.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      org.apache.abdera.factory.Factory getFactory()
      Deprecated.
       
      <T extends org.apache.abdera.model.Base>
      T
      getParentElement()
      Deprecated.
       
      String getText()
      Deprecated.
       
      org.apache.abdera.model.Comment setText​(String text)
      Deprecated.
       
      String toString()
      Deprecated.
       
      • Methods inherited from class org.apache.axiom.om.impl.llom.OMCommentImpl

        getType, getValue, internalSerialize, setValue
      • Methods inherited from class org.apache.axiom.om.impl.llom.OMLeafNode

        build, discard, getBuilder, isComplete, setComplete
      • Methods inherited from class org.apache.axiom.om.impl.llom.OMNodeImpl

        buildWithAttachments, clone, detach, getIParentNode, getNextOMSibling, getNextOMSiblingIfAvailable, getParent, getPreviousOMSibling, insertSiblingAfter, insertSiblingBefore, internalSerialize, internalSerializeAndConsume, setNextOMSibling, setParent, setPreviousOMSibling
      • Methods inherited from class org.apache.axiom.om.impl.llom.OMSerializableImpl

        close, getOMFactory, serialize, serialize, serialize, serialize, serialize, serialize, serializeAndConsume, serializeAndConsume, serializeAndConsume, serializeAndConsume, serializeAndConsume
      • Methods inherited from interface org.apache.abdera.model.Comment

        discard
      • Methods inherited from interface org.apache.axiom.om.OMInformationItem

        clone, getOMFactory
      • Methods inherited from interface org.apache.axiom.om.OMNode

        buildWithAttachments, detach, discard, getNextOMSibling, getParent, getPreviousOMSibling, insertSiblingAfter, insertSiblingBefore, serialize, serialize, serialize, serialize, serializeAndConsume, serializeAndConsume, serializeAndConsume, serializeAndConsume
      • Methods inherited from interface org.apache.axiom.om.OMSerializable

        build, close, isComplete, serialize, serialize, serializeAndConsume
    • Constructor Detail

      • FOMComment

        public FOMComment​(org.apache.axiom.om.OMContainer parent,
                          String contentText,
                          org.apache.axiom.om.OMFactory factory,
                          boolean fromBuilder)
        Deprecated.
    • Method Detail

      • getText

        public String getText()
        Deprecated.
        Specified by:
        getText in interface org.apache.abdera.model.Comment
      • setText

        public org.apache.abdera.model.Comment setText​(String text)
        Deprecated.
        Specified by:
        setText in interface org.apache.abdera.model.Comment
      • getParentElement

        public <T extends org.apache.abdera.model.Base> T getParentElement()
        Deprecated.
        Specified by:
        getParentElement in interface org.apache.abdera.model.Comment
      • getFactory

        public org.apache.abdera.factory.Factory getFactory()
        Deprecated.
        Specified by:
        getFactory in interface org.apache.abdera.model.Comment