|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of OMText in org.apache.axis2.om |
Methods in org.apache.axis2.om that return OMText | |
OMText |
OMFactory.createText(OMElement parent,
String text)
|
OMText |
OMFactory.createText(OMElement parent,
String text,
int type)
|
OMText |
OMFactory.createText(String s)
|
OMText |
OMFactory.createText(String s,
int type)
|
OMText |
OMFactory.createText(String s,
String mimeType,
boolean optimize)
|
OMText |
OMFactory.createText(Object dataHandler,
boolean optimize)
|
OMText |
OMFactory.createText(OMElement parent,
String s,
String mimeType,
boolean optimize)
|
OMText |
OMFactory.createText(String contentID,
OMElement parent,
OMXMLParserWrapper builder)
|
Uses of OMText in org.apache.axis2.om.impl |
Methods in org.apache.axis2.om.impl with parameters of type OMText | |
static javax.mail.internet.MimeBodyPart |
MIMEOutputUtils.createMimeBodyPart(OMText node)
|
void |
OMOutputImpl.writeOptimized(OMText node)
|
Uses of OMText in org.apache.axis2.om.impl.dom |
Classes in org.apache.axis2.om.impl.dom that implement OMText | |
class |
TextImpl
|
Uses of OMText in org.apache.axis2.om.impl.dom.factory |
Methods in org.apache.axis2.om.impl.dom.factory that return OMText | |
OMText |
OMDOMFactory.createText(OMElement parent,
String text)
Creates a new OMDOM Text node with the given value and appends it to the given parent element. |
OMText |
OMDOMFactory.createText(OMElement parent,
String text,
int type)
|
OMText |
OMDOMFactory.createText(String s)
Creates a OMDOM Text node carrying the given value. |
OMText |
OMDOMFactory.createText(String text,
int type)
Creates a Character node of the given type. |
OMText |
OMDOMFactory.createText(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. |
OMText |
OMDOMFactory.createText(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.createText(OMElement parent,
String s,
String mimeType,
boolean optimize)
Creates an OMDOM Text node, adds it to the give parent element and returns it. |
OMText |
OMDOMFactory.createText(String contentID,
OMElement parent,
OMXMLParserWrapper builder)
|
Uses of OMText in org.apache.axis2.om.impl.llom |
Classes in org.apache.axis2.om.impl.llom that implement OMText | |
class |
OMTextImpl
|
Uses of OMText in org.apache.axis2.om.impl.llom.factory |
Methods in org.apache.axis2.om.impl.llom.factory that return OMText | |
OMText |
OMLinkedListImplFactory.createText(OMElement parent,
String text)
Method createText. |
OMText |
OMLinkedListImplFactory.createText(OMElement parent,
String text,
int type)
|
OMText |
OMLinkedListImplFactory.createText(String s)
Method createText. |
OMText |
OMLinkedListImplFactory.createText(String s,
int type)
|
OMText |
OMLinkedListImplFactory.createText(String s,
String mimeType,
boolean optimize)
Creates text. |
OMText |
OMLinkedListImplFactory.createText(Object dataHandler,
boolean optimize)
Creates text. |
OMText |
OMLinkedListImplFactory.createText(String contentID,
OMElement parent,
OMXMLParserWrapper builder)
|
OMText |
OMLinkedListImplFactory.createText(OMElement parent,
String s,
String mimeType,
boolean optimize)
Creates text. |
Uses of OMText in org.apache.axis2.saaj |
Methods in org.apache.axis2.saaj that return OMText | |
OMText |
AttachmentPartImpl.getOMText()
Retrieve the OMText |
Uses of OMText in org.apache.axis2.security.trust.token |
Fields in org.apache.axis2.security.trust.token declared as OMText | |
protected OMText |
ValueToken.valueText
|
Methods in org.apache.axis2.security.trust.token with parameters of type OMText | |
protected void |
Renewing.setElementTextValue(OMText textNode)
|
protected void |
ValueToken.setElementTextValue(OMText textNode)
|
protected abstract void |
AbstractToken.setElementTextValue(OMText textNode)
This is called with a OMText node of the
current element |
protected void |
CompositeToken.setElementTextValue(OMText textNode)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |