Class FOMTextValue

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

    @Deprecated
    public class FOMTextValue
    extends org.apache.axiom.om.impl.llom.OMTextImpl
    implements org.apache.abdera.model.TextValue
    Deprecated.
    • Field Summary

      • Fields inherited from class org.apache.axiom.om.impl.llom.OMTextImpl

        XOP_NS
      • Fields inherited from interface org.apache.axiom.om.OMConstants

        ARRAY_ITEM_LOCALNAME, ARRAY_ITEM_NS_PREFIX, ARRAY_ITEM_NSURI, ARRAY_ITEM_QNAME, DATA_HANDLER, DEFAULT_CHAR_SET_ENCODING, DEFAULT_DEFAULT_NAMESPACE, DEFAULT_XML_VERSION, IS_BINARY, IS_DATA_HANDLERS_AWARE, PULL_TYPE_BUILDER, PUSH_TYPE_BUILDER, XMLATTRTYPE_CDATA, XMLATTRTYPE_ENTITIES, XMLATTRTYPE_ENTITY, XMLATTRTYPE_ID, XMLATTRTYPE_IDREF, XMLATTRTYPE_IDREFS, XMLATTRTYPE_NMTOKEN, XMLATTRTYPE_NMTOKENS, XMLATTRTYPE_NOTATION, XMLNS_NS_PREFIX, XMLNS_NS_URI, XMLNS_PREFIX, XMLNS_URI
      • 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
      FOMTextValue​(Object dataHandler, org.apache.axiom.om.OMFactory factory)
      Deprecated.
       
      FOMTextValue​(String text, int nodeType, org.apache.axiom.om.OMFactory factory)
      Deprecated.
       
      FOMTextValue​(String s, String mimeType, boolean optimize, org.apache.axiom.om.OMFactory factory)
      Deprecated.
       
      FOMTextValue​(String text, org.apache.axiom.om.OMFactory factory)
      Deprecated.
       
      FOMTextValue​(org.apache.axiom.om.OMContainer parent, char[] charArray, int nodeType, org.apache.axiom.om.OMFactory factory)
      Deprecated.
       
      FOMTextValue​(org.apache.axiom.om.OMContainer parent, Object dataHandler, boolean optimize, org.apache.axiom.om.OMFactory factory, boolean fromBuilder)
      Deprecated.
       
      FOMTextValue​(org.apache.axiom.om.OMContainer parent, String text, int nodeType, org.apache.axiom.om.OMFactory factory, boolean fromBuilder)
      Deprecated.
       
      FOMTextValue​(org.apache.axiom.om.OMContainer parent, String s, String mimeType, boolean optimize, org.apache.axiom.om.OMFactory factory)
      Deprecated.
       
      FOMTextValue​(org.apache.axiom.om.OMContainer parent, String text, org.apache.axiom.om.OMFactory factory)
      Deprecated.
       
      FOMTextValue​(org.apache.axiom.om.OMContainer parent, QName text, int nodeType, org.apache.axiom.om.OMFactory factory)
      Deprecated.
       
      FOMTextValue​(org.apache.axiom.om.OMContainer parent, QName text, org.apache.axiom.om.OMFactory factory)
      Deprecated.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      DataHandler getDataHandler()
      Deprecated.
       
      org.apache.abdera.factory.Factory getFactory()
      Deprecated.
       
      InputStream getInputStream()
      Deprecated.
       
      <T extends org.apache.abdera.model.Base>
      T
      getParentElement()
      Deprecated.
       
      String toString()
      Deprecated.
       
      • Methods inherited from class org.apache.axiom.om.impl.llom.OMTextImpl

        buildWithAttachments, getContentID, getNamespace, getText, getTextAsQName, getTextCharacters, getType, internalSerialize, isBinary, isCharacters, isOptimized, setBinary, setContentID, setOptimize
      • 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

        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.axiom.om.OMInformationItem

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

        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
      • Methods inherited from interface org.apache.abdera.model.TextValue

        discard, getText
    • Constructor Detail

      • FOMTextValue

        public FOMTextValue​(org.apache.axiom.om.OMContainer parent,
                            Object dataHandler,
                            boolean optimize,
                            org.apache.axiom.om.OMFactory factory,
                            boolean fromBuilder)
        Deprecated.
      • FOMTextValue

        public FOMTextValue​(Object dataHandler,
                            org.apache.axiom.om.OMFactory factory)
        Deprecated.
      • FOMTextValue

        public FOMTextValue​(org.apache.axiom.om.OMContainer parent,
                            char[] charArray,
                            int nodeType,
                            org.apache.axiom.om.OMFactory factory)
        Deprecated.
      • FOMTextValue

        public FOMTextValue​(org.apache.axiom.om.OMContainer parent,
                            QName text,
                            int nodeType,
                            org.apache.axiom.om.OMFactory factory)
        Deprecated.
      • FOMTextValue

        public FOMTextValue​(org.apache.axiom.om.OMContainer parent,
                            QName text,
                            org.apache.axiom.om.OMFactory factory)
        Deprecated.
      • FOMTextValue

        public FOMTextValue​(org.apache.axiom.om.OMContainer parent,
                            String text,
                            int nodeType,
                            org.apache.axiom.om.OMFactory factory,
                            boolean fromBuilder)
        Deprecated.
      • FOMTextValue

        public FOMTextValue​(org.apache.axiom.om.OMContainer parent,
                            String text,
                            org.apache.axiom.om.OMFactory factory)
        Deprecated.
      • FOMTextValue

        public FOMTextValue​(org.apache.axiom.om.OMContainer parent,
                            String s,
                            String mimeType,
                            boolean optimize,
                            org.apache.axiom.om.OMFactory factory)
        Deprecated.
      • FOMTextValue

        public FOMTextValue​(String text,
                            int nodeType,
                            org.apache.axiom.om.OMFactory factory)
        Deprecated.
      • FOMTextValue

        public FOMTextValue​(String text,
                            org.apache.axiom.om.OMFactory factory)
        Deprecated.
      • FOMTextValue

        public FOMTextValue​(String s,
                            String mimeType,
                            boolean optimize,
                            org.apache.axiom.om.OMFactory factory)
        Deprecated.
    • Method Detail

      • getDataHandler

        public DataHandler getDataHandler()
        Deprecated.
        Specified by:
        getDataHandler in interface org.apache.axiom.om.OMText
        Specified by:
        getDataHandler in interface org.apache.abdera.model.TextValue
        Overrides:
        getDataHandler in class org.apache.axiom.om.impl.llom.OMTextImpl
      • getInputStream

        public InputStream getInputStream()
        Deprecated.
        Specified by:
        getInputStream in interface org.apache.abdera.model.TextValue
      • getParentElement

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

        public org.apache.abdera.factory.Factory getFactory()
        Deprecated.