Uses of Interface
org.apache.axiom.om.OMText
Packages that use OMText
Package
Description
Contains core interfaces of the Axiom API.
-
Uses of OMText in org.apache.axiom.om
Methods in org.apache.axiom.om that return OMTextModifier and TypeMethodDescriptionOMFactory.createOMText
(String s) OMFactory.createOMText
(String s, int type) OMFactory.createOMText
(String s, String mimeType, boolean optimize) Deprecated.OMFactory.createOMText
(String contentID, BlobProvider blobProvider, boolean optimize) Create a binaryOMText
node supporting deferred loading of the content.OMFactory.createOMText
(Blob blob, boolean optimize) OMFactory.createOMText
(OMContainer parent, char[] charArary, int type) Deprecated.OMFactory.createOMText
(OMContainer parent, String text) Creates a newOMText
node with the given value and appends it to the given parent element.OMFactory.createOMText
(OMContainer parent, String text, int type) OMFactory.createOMText
(OMContainer parent, String s, String mimeType, boolean optimize) Deprecated.OMFactory.createOMText
(OMContainer parent, QName text) Deprecated.OMFactory.createOMText
(OMContainer parent, QName text, int type) Deprecated.Creating a text node containing a QName and having a type other thanOMNode.TEXT_NODE
is not meaningful.OMFactory.createOMText
(OMContainer parent, OMText source) Create OMText node that is a copy of the source text nodeMethods in org.apache.axiom.om with parameters of type OMTextModifier and TypeMethodDescriptionOMFactory.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
OMElement
.