|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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)
|
Uses of OMText in org.apache.axiom.om.impl.dom |
---|
Classes in org.apache.axiom.om.impl.dom that implement OMText | |
---|---|
class |
TextImpl
|
Uses of OMText in org.apache.axiom.om.impl.dom.factory |
---|
Methods in org.apache.axiom.om.impl.dom.factory that return OMText | |
---|---|
OMText |
OMDOMFactory.createOMText(java.lang.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)
Create OMText node that is a copy of the source text node |
OMText |
OMDOMFactory.createOMText(OMContainer parent,
javax.xml.namespace.QName text)
|
OMText |
OMDOMFactory.createOMText(OMContainer parent,
javax.xml.namespace.QName text,
int type)
|
OMText |
OMDOMFactory.createOMText(OMContainer parent,
java.lang.String text)
Creates a new OMDOM Text node with the given value and appends it to the given parent element. |
OMText |
OMDOMFactory.createOMText(OMContainer parent,
java.lang.String text,
int type)
|
OMText |
OMDOMFactory.createOMText(OMContainer parent,
java.lang.String s,
java.lang.String mimeType,
boolean optimize)
Creates an OMDOM Text node, adds it to the give parent element and returns it. |
OMText |
OMDOMFactory.createOMText(java.lang.String s)
Creates a OMDOM Text node carrying the given value. |
OMText |
OMDOMFactory.createOMText(java.lang.String text,
int type)
Creates a Character node of the given type. |
OMText |
OMDOMFactory.createOMText(java.lang.String contentID,
OMContainer parent,
OMXMLParserWrapper builder)
|
OMText |
OMDOMFactory.createOMText(java.lang.String text,
java.lang.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. |
Methods in org.apache.axiom.om.impl.dom.factory with parameters of type OMText | |
---|---|
OMText |
OMDOMFactory.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.llom |
---|
Classes in org.apache.axiom.om.impl.llom that implement OMText | |
---|---|
class |
OMTextImpl
|
Uses of OMText in org.apache.axiom.om.impl.llom.factory |
---|
Methods in org.apache.axiom.om.impl.llom.factory that return OMText | |
---|---|
OMText |
OMLinkedListImplFactory.createOMText(java.lang.Object dataHandler,
boolean optimize)
Creates text. |
OMText |
OMLinkedListImplFactory.createOMText(OMContainer parent,
char[] charArary,
int type)
|
OMText |
OMLinkedListImplFactory.createOMText(OMContainer parent,
OMText source)
Create OMText node that is a copy of the source text node |
OMText |
OMLinkedListImplFactory.createOMText(OMContainer parent,
javax.xml.namespace.QName text)
|
OMText |
OMLinkedListImplFactory.createOMText(OMContainer parent,
javax.xml.namespace.QName text,
int type)
|
OMText |
OMLinkedListImplFactory.createOMText(OMContainer parent,
java.lang.String text)
Method createOMText. |
OMText |
OMLinkedListImplFactory.createOMText(OMContainer parent,
java.lang.String text,
int type)
|
OMText |
OMLinkedListImplFactory.createOMText(OMContainer parent,
java.lang.String s,
java.lang.String mimeType,
boolean optimize)
Creates text. |
OMText |
OMLinkedListImplFactory.createOMText(java.lang.String s)
Method createOMText. |
OMText |
OMLinkedListImplFactory.createOMText(java.lang.String s,
int type)
|
OMText |
OMLinkedListImplFactory.createOMText(java.lang.String contentID,
OMContainer parent,
OMXMLParserWrapper builder)
|
OMText |
OMLinkedListImplFactory.createOMText(java.lang.String s,
java.lang.String mimeType,
boolean optimize)
Creates text. |
Methods in org.apache.axiom.om.impl.llom.factory with parameters of type OMText | |
---|---|
OMText |
OMLinkedListImplFactory.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.util |
---|
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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |