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.util   
 

Uses of OMText in org.apache.axiom.om
 

Methods in org.apache.axiom.om that return OMText
 OMText OMFactory.createOMText(OMContainer parent, java.lang.String text)
           
 OMText OMFactory.createOMText(OMContainer parent, javax.xml.namespace.QName text)
           
 OMText OMFactory.createOMText(OMContainer parent, java.lang.String text, int type)
           
 OMText OMFactory.createOMText(OMContainer parent, char[] charArary, int type)
           
 OMText OMFactory.createOMText(OMContainer 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(OMContainer parent, java.lang.String s, java.lang.String mimeType, boolean optimize)
           
 OMText OMFactory.createOMText(java.lang.String contentID, OMContainer 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)
           
 

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

Methods in org.apache.axiom.om.util with parameters of type OMText
 byte[] DigestGenerator.getDigest(OMText text, java.lang.String digestAlgorithm)
          This method is an overloaded method for the digest generation for OMText
 



Copyright © 2004-2007 Apache Software Foundation. All Rights Reserved.