|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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(java.lang.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,
javax.xml.namespace.QName text)
|
OMText |
OMFactory.createOMText(OMContainer parent,
javax.xml.namespace.QName text,
int type)
|
OMText |
OMFactory.createOMText(OMContainer parent,
java.lang.String text)
|
OMText |
OMFactory.createOMText(OMContainer parent,
java.lang.String text,
int type)
|
OMText |
OMFactory.createOMText(OMContainer parent,
java.lang.String s,
java.lang.String mimeType,
boolean optimize)
|
OMText |
OMFactory.createOMText(java.lang.String s)
|
OMText |
OMFactory.createOMText(java.lang.String s,
int type)
|
OMText |
OMFactory.createOMText(java.lang.String contentID,
OMContainer parent,
OMXMLParserWrapper builder)
|
OMText |
OMFactory.createOMText(java.lang.String s,
java.lang.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)
|
void |
MTOMXMLStreamWriter.writeOptimized(OMText node)
|
private void |
MTOMXMLStreamWriter.writeOutput(OMText textNode)
Writes the relevant output. |
Uses of OMText in org.apache.axiom.om.util |
---|
Methods in org.apache.axiom.om.util with parameters of type OMText | |
---|---|
private static void |
CopyUtils.copyOMText(SOAPFactory factory,
OMContainer targetParent,
OMText sourceText)
Create a copy of the OM Text |
byte[] |
DigestGenerator.getDigest(OMText text,
java.lang.String digestAlgorithm)
This method is an overloaded method for the digest generation for OMText |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |