Package org.apache.abdera.parser.stax
Class FOMTextValue
- 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.OMTextImpl
-
- org.apache.abdera.parser.stax.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 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
-
-
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 DataHandlergetDataHandler()Deprecated.org.apache.abdera.factory.FactorygetFactory()Deprecated.InputStreamgetInputStream()Deprecated.<T extends org.apache.abdera.model.Base>
TgetParentElement()Deprecated.StringtoString()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 class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.apache.axiom.om.OMNode
detach, discard, getNextOMSibling, getParent, getPreviousOMSibling, insertSiblingAfter, insertSiblingBefore, serialize, serialize, serialize, serialize, serializeAndConsume, serializeAndConsume, serializeAndConsume, serializeAndConsume
-
-
-
-
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.
-
-
Method Detail
-
getDataHandler
public DataHandler getDataHandler()
Deprecated.- Specified by:
getDataHandlerin interfaceorg.apache.axiom.om.OMText- Specified by:
getDataHandlerin interfaceorg.apache.abdera.model.TextValue- Overrides:
getDataHandlerin classorg.apache.axiom.om.impl.llom.OMTextImpl
-
getInputStream
public InputStream getInputStream()
Deprecated.- Specified by:
getInputStreamin interfaceorg.apache.abdera.model.TextValue
-
getParentElement
public <T extends org.apache.abdera.model.Base> T getParentElement()
Deprecated.- Specified by:
getParentElementin interfaceorg.apache.abdera.model.TextValue
-
getFactory
public org.apache.abdera.factory.Factory getFactory()
Deprecated.
-
-