|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OMText | |
|---|---|
| org.apache.axiom.om | Contains core interfaces of the Axiom API. |
| 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)
Creates a new OMText node with the given value and appends it to the given parent
element. |
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 contentID,
DataHandlerProvider dataHandlerProvider,
boolean optimize)
Create a binary OMText node supporting deferred loading of the content. |
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)
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.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,
java.lang.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,
java.lang.String digestAlgorithm)
This method is an overloaded method for the digest generation for OMText |
static void |
TextHelper.toStringBuffer(OMText omText,
java.lang.StringBuffer buffer)
Append data in the omText to the specified buffer |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||