Package | Description |
---|---|
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.impl.dom | |
org.apache.axiom.om.impl.dom.factory | |
org.apache.axiom.om.impl.llom | |
org.apache.axiom.om.impl.llom.factory | |
org.apache.axiom.om.util |
Constructor and Description |
---|
TextImpl(OMText txt,
WrapperFactory fac) |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
OMText |
OMFactory.createOMText(OMContainer parent,
OMText source)
Create OMText node that is a copy of the source text node
|
Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
OMText |
OMFactoryEx.createOMText(OMContainer parent,
Object dataHandler,
boolean optimize,
boolean fromBuilder) |
OMText |
OMFactoryEx.createOMText(OMContainer parent,
String text,
int type,
boolean fromBuilder) |
Modifier and Type | Class and Description |
---|---|
class |
CDATASectionImpl |
class |
TextImpl |
class |
TextNodeImpl |
Modifier and Type | Method and Description |
---|---|
OMText |
OMDOMFactory.createOMText(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.createOMText(OMContainer parent,
char[] charArary,
int type) |
OMText |
OMDOMFactory.createOMText(OMContainer parent,
Object dataHandler,
boolean optimize,
boolean fromBuilder) |
OMText |
OMDOMFactory.createOMText(OMContainer parent,
OMText source) |
OMText |
OMDOMFactory.createOMText(OMContainer parent,
QName text) |
OMText |
OMDOMFactory.createOMText(OMContainer parent,
QName text,
int type) |
OMText |
OMDOMFactory.createOMText(OMContainer parent,
String text) |
OMText |
OMDOMFactory.createOMText(OMContainer parent,
String text,
int type) |
OMText |
OMDOMFactory.createOMText(OMContainer parent,
String text,
int type,
boolean fromBuilder) |
OMText |
OMDOMFactory.createOMText(OMContainer parent,
String s,
String mimeType,
boolean optimize)
Creates an OMDOM Text node, adds it to the give parent element and returns it.
|
OMText |
OMDOMFactory.createOMText(String s)
Creates a OMDOM Text node carrying the given value.
|
OMText |
OMDOMFactory.createOMText(String contentID,
DataHandlerProvider dataHandlerProvider,
boolean optimize) |
OMText |
OMDOMFactory.createOMText(String text,
int type)
Creates a Character node of the given type.
|
OMText |
OMDOMFactory.createOMText(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.
|
Modifier and Type | Method and Description |
---|---|
OMText |
OMDOMFactory.createOMText(OMContainer parent,
OMText source) |
Modifier and Type | Class and Description |
---|---|
class |
OMTextImpl |
Modifier and Type | Method and Description |
---|---|
OMText |
OMLinkedListImplFactory.createOMText(Object dataHandler,
boolean optimize)
Creates text.
|
OMText |
OMLinkedListImplFactory.createOMText(OMContainer parent,
char[] charArary,
int type) |
OMText |
OMLinkedListImplFactory.createOMText(OMContainer parent,
Object dataHandler,
boolean optimize,
boolean fromBuilder) |
OMText |
OMLinkedListImplFactory.createOMText(OMContainer parent,
OMText source) |
OMText |
OMLinkedListImplFactory.createOMText(OMContainer parent,
QName text) |
OMText |
OMLinkedListImplFactory.createOMText(OMContainer parent,
QName text,
int type) |
OMText |
OMLinkedListImplFactory.createOMText(OMContainer parent,
String text)
Method createOMText.
|
OMText |
OMLinkedListImplFactory.createOMText(OMContainer parent,
String text,
int type) |
OMText |
OMLinkedListImplFactory.createOMText(OMContainer parent,
String text,
int type,
boolean fromBuilder) |
OMText |
OMLinkedListImplFactory.createOMText(OMContainer parent,
String s,
String mimeType,
boolean optimize)
Creates text.
|
OMText |
OMLinkedListImplFactory.createOMText(String s)
Method createOMText.
|
OMText |
OMLinkedListImplFactory.createOMText(String contentID,
DataHandlerProvider dataHandlerProvider,
boolean optimize) |
OMText |
OMLinkedListImplFactory.createOMText(String s,
int type) |
OMText |
OMLinkedListImplFactory.createOMText(String s,
String mimeType,
boolean optimize)
Creates text.
|
Modifier and Type | Method and Description |
---|---|
OMText |
OMLinkedListImplFactory.createOMText(OMContainer parent,
OMText source) |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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. |
Copyright © 2004–2018 The Apache Software Foundation. All rights reserved.