org.apache.abdera.parser.stax
Class FOMTextValue

java.lang.Object
  extended by org.apache.axiom.om.impl.llom.OMNodeImpl
      extended by org.apache.axiom.om.impl.llom.OMTextImpl
          extended by org.apache.abdera.parser.stax.FOMTextValue
All Implemented Interfaces:
TextValue, org.apache.axiom.om.impl.OMNodeEx, org.apache.axiom.om.OMConstants, org.apache.axiom.om.OMNode, org.apache.axiom.om.OMText

public class FOMTextValue
extends org.apache.axiom.om.impl.llom.OMTextImpl
implements TextValue


Field Summary
 
Fields inherited from class org.apache.axiom.om.impl.llom.OMTextImpl
attribute, charArray, isBinary, localName, mimeType, optimize, textNS, value, XOP_NS
 
Fields inherited from class org.apache.axiom.om.impl.llom.OMNodeImpl
builder, done, factory, nextSibling, nodeType, parent, previousSibling
 
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
 
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
FOMTextValue(Object arg0, boolean arg1, org.apache.axiom.om.OMFactory arg2)
           
FOMTextValue(Object arg0, org.apache.axiom.om.OMFactory arg1)
           
FOMTextValue(org.apache.axiom.om.OMContainer arg0, char[] arg1, int arg2, org.apache.axiom.om.OMFactory arg3)
           
FOMTextValue(org.apache.axiom.om.OMContainer arg0, QName arg1, int arg2, org.apache.axiom.om.OMFactory arg3)
           
FOMTextValue(org.apache.axiom.om.OMContainer arg0, QName arg1, org.apache.axiom.om.OMFactory arg2)
           
FOMTextValue(org.apache.axiom.om.OMContainer arg0, String arg1, int arg2, org.apache.axiom.om.OMFactory arg3)
           
FOMTextValue(org.apache.axiom.om.OMContainer arg0, String arg1, org.apache.axiom.om.OMFactory arg2)
           
FOMTextValue(org.apache.axiom.om.OMContainer arg0, String arg1, String arg2, boolean arg3, org.apache.axiom.om.OMFactory arg4)
           
FOMTextValue(String arg0, int arg1, org.apache.axiom.om.OMFactory arg2)
           
FOMTextValue(String arg0, org.apache.axiom.om.OMContainer arg1, org.apache.axiom.om.OMXMLParserWrapper arg2, org.apache.axiom.om.OMFactory arg3)
           
FOMTextValue(String arg0, org.apache.axiom.om.OMFactory arg1)
           
FOMTextValue(String arg0, String arg1, boolean arg2, org.apache.axiom.om.OMFactory arg3)
           
 
Method Summary
 javax.activation.DataHandler getDataHandler()
          A DataHandler for Base64 encoded binary data
 Factory getFactory()
           
<T extends Base>
T
getParentElement()
          The parent element
protected  Element getWrapped(Element internal)
           
 String toString()
           
 
Methods inherited from class org.apache.axiom.om.impl.llom.OMTextImpl
buildWithAttachments, discard, getContentID, getInputStream, getLocalName, getNamespace, getText, getTextAsQName, getTextCharacters, internalSerialize, internalSerializeAndConsume, isBinary, isCharacters, isOptimized, setBinary, setContentID, setOptimize
 
Methods inherited from class org.apache.axiom.om.impl.llom.OMNodeImpl
build, close, detach, getNextOMSibling, getOMFactory, getParent, getPreviousOMSibling, getType, importNode, insertSiblingAfter, insertSiblingBefore, isComplete, serialize, serialize, serialize, serialize, serialize, serializeAndConsume, serializeAndConsume, serializeAndConsume, serializeAndConsume, serializeAndConsume, setComplete, setNextOMSibling, setParent, setPreviousOMSibling, setType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.apache.abdera.model.TextValue
discard, getInputStream, getText
 
Methods inherited from interface org.apache.axiom.om.OMNode
build, close, detach, getNextOMSibling, getOMFactory, getParent, getPreviousOMSibling, getType, insertSiblingAfter, insertSiblingBefore, isComplete, serialize, serialize, serialize, serialize, serialize, serializeAndConsume, serializeAndConsume, serializeAndConsume, serializeAndConsume, serializeAndConsume
 

Constructor Detail

FOMTextValue

public FOMTextValue(Object arg0,
                    boolean arg1,
                    org.apache.axiom.om.OMFactory arg2)

FOMTextValue

public FOMTextValue(Object arg0,
                    org.apache.axiom.om.OMFactory arg1)

FOMTextValue

public FOMTextValue(org.apache.axiom.om.OMContainer arg0,
                    char[] arg1,
                    int arg2,
                    org.apache.axiom.om.OMFactory arg3)

FOMTextValue

public FOMTextValue(org.apache.axiom.om.OMContainer arg0,
                    QName arg1,
                    int arg2,
                    org.apache.axiom.om.OMFactory arg3)

FOMTextValue

public FOMTextValue(org.apache.axiom.om.OMContainer arg0,
                    QName arg1,
                    org.apache.axiom.om.OMFactory arg2)

FOMTextValue

public FOMTextValue(org.apache.axiom.om.OMContainer arg0,
                    String arg1,
                    int arg2,
                    org.apache.axiom.om.OMFactory arg3)

FOMTextValue

public FOMTextValue(org.apache.axiom.om.OMContainer arg0,
                    String arg1,
                    org.apache.axiom.om.OMFactory arg2)

FOMTextValue

public FOMTextValue(org.apache.axiom.om.OMContainer arg0,
                    String arg1,
                    String arg2,
                    boolean arg3,
                    org.apache.axiom.om.OMFactory arg4)

FOMTextValue

public FOMTextValue(String arg0,
                    int arg1,
                    org.apache.axiom.om.OMFactory arg2)

FOMTextValue

public FOMTextValue(String arg0,
                    org.apache.axiom.om.OMContainer arg1,
                    org.apache.axiom.om.OMXMLParserWrapper arg2,
                    org.apache.axiom.om.OMFactory arg3)

FOMTextValue

public FOMTextValue(String arg0,
                    org.apache.axiom.om.OMFactory arg1)

FOMTextValue

public FOMTextValue(String arg0,
                    String arg1,
                    boolean arg2,
                    org.apache.axiom.om.OMFactory arg3)
Method Detail

getDataHandler

public javax.activation.DataHandler getDataHandler()
Description copied from interface: TextValue
A DataHandler for Base64 encoded binary data

Specified by:
getDataHandler in interface TextValue
Specified by:
getDataHandler in interface org.apache.axiom.om.OMText
Overrides:
getDataHandler in class org.apache.axiom.om.impl.llom.OMTextImpl

getParentElement

public <T extends Base> T getParentElement()
Description copied from interface: TextValue
The parent element

Specified by:
getParentElement in interface TextValue

getWrapped

protected Element getWrapped(Element internal)

getFactory

public Factory getFactory()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.