|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OMText | |
---|---|
org.apache.axiom.c14n.omwrapper | |
org.apache.axiom.om | Contains core interfaces of the Axiom API. |
org.apache.axiom.om.impl | |
org.apache.axiom.om.impl.builder | |
org.apache.axiom.om.util |
Uses of OMText in org.apache.axiom.c14n.omwrapper |
---|
Constructors in org.apache.axiom.c14n.omwrapper with parameters of type OMText | |
---|---|
TextImpl(OMText txt,
WrapperFactory fac)
|
Uses of OMText in org.apache.axiom.om |
---|
Methods in org.apache.axiom.om that return OMText | |
---|---|
OMText |
OMFactory.createOMText(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,
QName text)
|
OMText |
OMFactory.createOMText(OMContainer parent,
QName text,
int type)
|
OMText |
OMFactory.createOMText(OMContainer parent,
String text)
Creates a new OMText node with the given value and appends it to the given parent
element. |
OMText |
OMFactory.createOMText(OMContainer parent,
String text,
int type)
|
OMText |
OMFactory.createOMText(OMContainer parent,
String s,
String mimeType,
boolean optimize)
|
OMText |
OMFactory.createOMText(String s)
|
OMText |
OMFactory.createOMText(String contentID,
DataHandlerProvider dataHandlerProvider,
boolean optimize)
Create a binary OMText node supporting deferred loading of the content. |
OMText |
OMFactory.createOMText(String s,
int type)
|
OMText |
OMFactory.createOMText(String s,
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, 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. If this is not
possible, then MTOMXMLStreamWriter.prepareDataHandler(DataHandler) should be used.
All the aforementioned methods take into account the settings defined in
OMOutputFormat to determine whether the binary data should be optimized or not.
Therefore, 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, 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. If this is not
possible, then MTOMXMLStreamWriter.prepareDataHandler(DataHandler) should be used. |
Uses of OMText in org.apache.axiom.om.impl.builder |
---|
Methods in org.apache.axiom.om.impl.builder that return OMText | |
---|---|
OMText |
OMFactoryEx.createOMText(OMContainer parent,
Object dataHandler,
boolean optimize,
boolean fromBuilder)
|
OMText |
OMFactoryEx.createOMText(OMContainer parent,
String text,
int type,
boolean fromBuilder)
|
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)
Deprecated. The implementation of this method is incomplete. It will be removed in Axiom 1.3. |
static OMText |
TextHelper.toOMText(byte[] b,
int off,
int length,
OMFactory factory,
boolean isOptimize,
String attachmentDir)
Deprecated. The implementation of this method is incomplete. It will be removed in Axiom 1.3. |
Methods in org.apache.axiom.om.util with parameters of type OMText | |
---|---|
byte[] |
DigestGenerator.getDigest(OMText text,
String digestAlgorithm)
This method is an overloaded method for the digest generation for OMText |
static void |
TextHelper.toStringBuffer(OMText omText,
StringBuffer buffer)
Deprecated. If you really need to write the base64 encoded content of an OMText
instance to a StringBuffer , then request the DataHandler using
getDataHandler() and use
Base64EncodingStringBufferOutputStream to encode it. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |