Uses of Interface
org.apache.axiom.om.OMText

Packages that use OMText
org.apache.axiom.c14n.omwrapper   
org.apache.axiom.om Contains core interfaces of the Axiom API. 
org.apache.axiom.om.impl   
org.apache.axiom.om.impl.dom   
org.apache.axiom.om.impl.dom.factory   
org.apache.axiom.om.impl.llom   
org.apache.axiom.om.impl.llom.factory   
org.apache.axiom.om.util   
 

Uses of OMText in org.apache.axiom.c14n.omwrapper
 

Constructors in org.apache.axiom.c14n.omwrapper with parameters of type OMText
TextImpl(OMText txt, WrapperFactory fac)
           
 

Uses of OMText in org.apache.axiom.om
 

Methods in org.apache.axiom.om that return OMText
 OMText OMFactory.createOMText(Object dataHandler, boolean optimize)
           
 OMText OMFactory.createOMText(OMContainer parent, char[] charArary, int type)
           
 OMText OMFactory.createOMText(OMContainer parent, OMText source)
          Create OMText node that is a copy of the source text node
 OMText OMFactory.createOMText(OMContainer parent, QName text)
           
 OMText OMFactory.createOMText(OMContainer parent, QName text, int type)
           
 OMText OMFactory.createOMText(OMContainer parent, String text)
          Creates a new OMText node with the given value and appends it to the given parent element.
 OMText OMFactory.createOMText(OMContainer parent, String text, int type)
           
 OMText OMFactory.createOMText(OMContainer parent, String s, String mimeType, boolean optimize)
           
 OMText OMFactory.createOMText(String s)
           
 OMText OMFactory.createOMText(String contentID, DataHandlerProvider dataHandlerProvider, boolean optimize)
          Create a binary OMText node supporting deferred loading of the content.
 OMText OMFactory.createOMText(String s, int type)
           
 OMText OMFactory.createOMText(String contentID, OMContainer parent, OMXMLParserWrapper builder)
           
 OMText OMFactory.createOMText(String s, String mimeType, boolean optimize)
           
 

Methods in org.apache.axiom.om with parameters of type OMText
 OMText OMFactory.createOMText(OMContainer parent, OMText source)
          Create OMText node that is a copy of the source text node
 

Uses of OMText in org.apache.axiom.om.impl
 

Methods in org.apache.axiom.om.impl with parameters of type OMText
 boolean MTOMXMLStreamWriter.isOptimizedThreshold(OMText node)
          Deprecated. Serialization code should use XMLStreamWriterUtils.writeDataHandler(XMLStreamWriter, DataHandler, String, boolean) or XMLStreamWriterUtils.writeDataHandler(XMLStreamWriter, org.apache.axiom.ext.stax.datahandler.DataHandlerProvider, String, boolean) to submit any binary content and let this writer decide whether the content should be written as base64 encoded character data or using xop:Include. Since the writer applies the settings defined in OMOutputFormat (including MTOM thresholds), there is not need for this method anymore.
 void MTOMXMLStreamWriter.writeOptimized(OMText node)
          Deprecated. Serialization code should use XMLStreamWriterUtils.writeDataHandler(XMLStreamWriter, DataHandler, String, boolean) or XMLStreamWriterUtils.writeDataHandler(XMLStreamWriter, org.apache.axiom.ext.stax.datahandler.DataHandlerProvider, String, boolean) to submit any binary content and let this writer decide whether the content should be written as base64 encoded character data or using xop:Include.
 

Uses of OMText in org.apache.axiom.om.impl.dom
 

Classes in org.apache.axiom.om.impl.dom that implement OMText
 class CDATASectionImpl
           
 class TextImpl
           
 class TextNodeImpl
           
 

Uses of OMText in org.apache.axiom.om.impl.dom.factory
 

Methods in org.apache.axiom.om.impl.dom.factory that return OMText
 OMText OMDOMFactory.createOMText(Object dataHandler, boolean optimize)
          Creates a new OMDOM Text node with the given datahandler and the given MTOM optimization configuration and returns it.
 OMText OMDOMFactory.createOMText(OMContainer parent, char[] charArary, int type)
           
 OMText OMDOMFactory.createOMText(OMContainer parent, OMText source)
           
 OMText OMDOMFactory.createOMText(OMContainer parent, QName text)
           
 OMText OMDOMFactory.createOMText(OMContainer parent, QName text, int type)
           
 OMText OMDOMFactory.createOMText(OMContainer parent, String text)
           
 OMText OMDOMFactory.createOMText(OMContainer parent, String text, int type)
           
 OMText OMDOMFactory.createOMText(OMContainer parent, String s, String mimeType, boolean optimize)
          Creates an OMDOM Text node, adds it to the give parent element and returns it.
 OMText OMDOMFactory.createOMText(String s)
          Creates a OMDOM Text node carrying the given value.
 OMText OMDOMFactory.createOMText(String contentID, DataHandlerProvider dataHandlerProvider, boolean optimize)
           
 OMText OMDOMFactory.createOMText(String text, int type)
          Creates a Character node of the given type.
 OMText OMDOMFactory.createOMText(String contentID, OMContainer parent, OMXMLParserWrapper builder)
           
 OMText OMDOMFactory.createOMText(String text, String mimeType, boolean optimize)
          Creates a new OMDOM Text node with the value of the given text value along with the MTOM optimization parameters and returns it.
 

Methods in org.apache.axiom.om.impl.dom.factory with parameters of type OMText
 OMText OMDOMFactory.createOMText(OMContainer parent, OMText source)
           
 

Uses of OMText in org.apache.axiom.om.impl.llom
 

Classes in org.apache.axiom.om.impl.llom that implement OMText
 class OMTextImpl
           
 

Uses of OMText in org.apache.axiom.om.impl.llom.factory
 

Methods in org.apache.axiom.om.impl.llom.factory that return OMText
 OMText OMLinkedListImplFactory.createOMText(Object dataHandler, boolean optimize)
          Creates text.
 OMText OMLinkedListImplFactory.createOMText(OMContainer parent, char[] charArary, int type)
           
 OMText OMLinkedListImplFactory.createOMText(OMContainer parent, OMText source)
           
 OMText OMLinkedListImplFactory.createOMText(OMContainer parent, QName text)
           
 OMText OMLinkedListImplFactory.createOMText(OMContainer parent, QName text, int type)
           
 OMText OMLinkedListImplFactory.createOMText(OMContainer parent, String text)
          Method createOMText.
 OMText OMLinkedListImplFactory.createOMText(OMContainer parent, String text, int type)
           
 OMText OMLinkedListImplFactory.createOMText(OMContainer parent, String s, String mimeType, boolean optimize)
          Creates text.
 OMText OMLinkedListImplFactory.createOMText(String s)
          Method createOMText.
 OMText OMLinkedListImplFactory.createOMText(String contentID, DataHandlerProvider dataHandlerProvider, boolean optimize)
           
 OMText OMLinkedListImplFactory.createOMText(String s, int type)
           
 OMText OMLinkedListImplFactory.createOMText(String contentID, OMContainer parent, OMXMLParserWrapper builder)
           
 OMText OMLinkedListImplFactory.createOMText(String s, String mimeType, boolean optimize)
          Creates text.
 

Methods in org.apache.axiom.om.impl.llom.factory with parameters of type OMText
 OMText OMLinkedListImplFactory.createOMText(OMContainer parent, OMText source)
           
 

Uses of OMText in org.apache.axiom.om.util
 

Methods in org.apache.axiom.om.util that return OMText
static OMText TextHelper.toOMText(byte[] b, int off, int length, OMFactory factory, boolean isOptimize)
          Create an OMText node from a byte array containing binary data If the byte array is large and the optimize flag is set, then the data is stored in a temp file to reduce in-core memory
static OMText TextHelper.toOMText(byte[] b, int off, int length, OMFactory factory, boolean isOptimize, String attachmentDir)
          Create an OMText node from a byte array containing binary data If the byte array is large and the optimize flag is set, then the data is stored in a temp file to reduce in-core memory
 

Methods in org.apache.axiom.om.util with parameters of type OMText
 byte[] DigestGenerator.getDigest(OMText text, String digestAlgorithm)
          This method is an overloaded method for the digest generation for OMText
static void TextHelper.toStringBuffer(OMText omText, StringBuffer buffer)
          Append data in the omText to the specified buffer
 



Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.