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

Packages that use OMText
org.apache.axiom.om   
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   
 

Uses of OMText in org.apache.axiom.om
 

Methods in org.apache.axiom.om that return OMText
 OMText OMFactory.createOMText(OMElement parent, java.lang.String text)
           
 OMText OMFactory.createOMText(OMElement parent, javax.xml.namespace.QName text)
           
 OMText OMFactory.createOMText(OMElement parent, java.lang.String text, int type)
           
 OMText OMFactory.createOMText(OMElement parent, char[] charArary, int type)
           
 OMText OMFactory.createOMText(OMElement parent, javax.xml.namespace.QName text, int type)
           
 OMText OMFactory.createOMText(java.lang.String s)
           
 OMText OMFactory.createOMText(java.lang.String s, int type)
           
 OMText OMFactory.createOMText(java.lang.String s, java.lang.String mimeType, boolean optimize)
           
 OMText OMFactory.createOMText(java.lang.Object dataHandler, boolean optimize)
           
 OMText OMFactory.createOMText(OMElement parent, java.lang.String s, java.lang.String mimeType, boolean optimize)
           
 OMText OMFactory.createOMText(java.lang.String contentID, OMElement parent, OMXMLParserWrapper builder)
           
 

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

Methods in org.apache.axiom.om.impl with parameters of type OMText
 void MTOMXMLStreamWriter.writeOptimized(OMText node)
           
static javax.mail.internet.MimeBodyPart MIMEOutputUtils.createMimeBodyPart(OMText node)
           
 

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

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

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(OMElement parent, java.lang.String text)
          Creates a new OMDOM Text node with the given value and appends it to the given parent element.
 OMText OMDOMFactory.createOMText(OMElement parent, javax.xml.namespace.QName text)
           
 OMText OMDOMFactory.createOMText(OMElement parent, java.lang.String text, int type)
           
 OMText OMDOMFactory.createOMText(OMElement parent, char[] charArary, int type)
           
 OMText OMDOMFactory.createOMText(OMElement parent, javax.xml.namespace.QName text, int type)
           
 OMText OMDOMFactory.createOMText(java.lang.String s)
          Creates a OMDOM Text node carrying the given value.
 OMText OMDOMFactory.createOMText(java.lang.String text, int type)
          Creates a Character node of the given type.
 OMText OMDOMFactory.createOMText(java.lang.String text, java.lang.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.
 OMText OMDOMFactory.createOMText(java.lang.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(OMElement parent, java.lang.String s, java.lang.String mimeType, boolean optimize)
          Creates an OMDOM Text node, adds it to the give parent element and returns it.
 OMText OMDOMFactory.createOMText(java.lang.String contentID, OMElement parent, OMXMLParserWrapper builder)
           
 

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(OMElement parent, java.lang.String text)
          Method createOMText.
 OMText OMLinkedListImplFactory.createOMText(OMElement parent, javax.xml.namespace.QName text)
           
 OMText OMLinkedListImplFactory.createOMText(OMElement parent, java.lang.String text, int type)
           
 OMText OMLinkedListImplFactory.createOMText(OMElement parent, char[] charArary, int type)
           
 OMText OMLinkedListImplFactory.createOMText(OMElement parent, javax.xml.namespace.QName text, int type)
           
 OMText OMLinkedListImplFactory.createOMText(java.lang.String s)
          Method createOMText.
 OMText OMLinkedListImplFactory.createOMText(java.lang.String s, int type)
           
 OMText OMLinkedListImplFactory.createOMText(java.lang.String s, java.lang.String mimeType, boolean optimize)
          Creates text.
 OMText OMLinkedListImplFactory.createOMText(java.lang.Object dataHandler, boolean optimize)
          Creates text.
 OMText OMLinkedListImplFactory.createOMText(java.lang.String contentID, OMElement parent, OMXMLParserWrapper builder)
           
 OMText OMLinkedListImplFactory.createOMText(OMElement parent, java.lang.String s, java.lang.String mimeType, boolean optimize)
          Creates text.