Package org.apache.abdera.parser.stax
Class FOMComment
- java.lang.Object
-
- org.apache.axiom.om.impl.llom.OMSerializableImpl
-
- org.apache.axiom.om.impl.llom.OMNodeImpl
-
- org.apache.axiom.om.impl.llom.OMLeafNode
-
- org.apache.axiom.om.impl.llom.OMCommentImpl
-
- org.apache.abdera.parser.stax.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.
-
-
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.FactorygetFactory()Deprecated.<T extends org.apache.abdera.model.Base>
TgetParentElement()Deprecated.StringgetText()Deprecated.org.apache.abdera.model.CommentsetText(String text)Deprecated.StringtoString()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 class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
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
-
-
-
-
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:
getTextin interfaceorg.apache.abdera.model.Comment
-
setText
public org.apache.abdera.model.Comment setText(String text)
Deprecated.- Specified by:
setTextin interfaceorg.apache.abdera.model.Comment
-
getParentElement
public <T extends org.apache.abdera.model.Base> T getParentElement()
Deprecated.- Specified by:
getParentElementin interfaceorg.apache.abdera.model.Comment
-
getFactory
public org.apache.abdera.factory.Factory getFactory()
Deprecated.- Specified by:
getFactoryin interfaceorg.apache.abdera.model.Comment
-
-