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.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 contentID,
OMContainer parent,
OMXMLParserWrapper builder) |
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, 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. |
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,
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 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 contentID,
OMContainer parent,
OMXMLParserWrapper builder) |
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,
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 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 contentID,
OMContainer parent,
OMXMLParserWrapper builder) |
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)
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,
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
|
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)
Append data in the omText to the specified buffer
|
Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.