org.apache.axiom.om.util.CopyUtils.copy(SOAPEnvelope)
|
org.apache.axiom.om.util.StAXUtils.createNetworkDetachedXMLStreamReader(InputStream)
|
org.apache.axiom.om.util.StAXUtils.createNetworkDetachedXMLStreamReader(InputStream, String)
|
org.apache.axiom.om.util.StAXUtils.createNetworkDetachedXMLStreamReader(Reader)
|
org.apache.axiom.om.OMFactory.createOMText(OMContainer, char[], int) |
org.apache.axiom.om.OMFactory.createOMText(OMContainer, QName)
This method is only meaningful if it is used to create a text node that is the
single child of an OMElement . However, for that purpose
OMElement.setText(QName) should be used.
|
org.apache.axiom.om.OMFactory.createOMText(OMContainer, QName, int)
Creating a text node containing a QName and having a type other than
OMNode.TEXT_NODE is not meaningful.
|
org.apache.axiom.om.impl.builder.StAXOMBuilder.createPrefix()
A builder doesn't need to generate prefixes.
|
org.apache.axiom.soap.SOAPFactory.createSOAPMessage(OMXMLParserWrapper)
This method only exists for compatibility with Spring-WS and should not be used
by application code.
|
org.apache.axiom.util.base64.Base64Utils.decode(char[], int, int) |
org.apache.axiom.util.base64.Base64Utils.decode(char[], int, int, OutputStream) |
org.apache.axiom.util.base64.Base64Utils.decode(String, OutputStream) |
org.apache.axiom.attachments.lifecycle.DataHandlerExt.deleteWhenReadOnce()
|
org.apache.axiom.om.OMXMLParserWrapper.discard(OMElement)
|
org.apache.axiom.util.base64.Base64Utils.encode(byte[]) |
org.apache.axiom.util.base64.Base64Utils.encode(byte[], int, int) |
org.apache.axiom.util.base64.Base64Utils.encode(byte[], int, int, OutputStream) |
org.apache.axiom.util.base64.Base64Utils.encode(byte[], int, int, StringBuffer) |
org.apache.axiom.util.base64.Base64Utils.encode(byte[], int, int, Writer) |
org.apache.axiom.om.OMXMLParserWrapper.getBuilderType()
This method is no longer used.
|
org.apache.axiom.om.util.ElementHelper.getChildWithName(OMElement, String)
please use OMElement.getFirstChildWithName(qname) instead!
|
org.apache.axiom.om.util.ElementHelper.getContentID(XMLStreamReader, String)
|
org.apache.axiom.attachments.lifecycle.impl.FileAccessor.getDataHandler(String)
This method is no longer used in Axiom 1.2.13 and will be removed in Axiom 1.3.
|
org.apache.axiom.om.util.StAXUtils.getEventTypeString(int)
|
org.apache.axiom.attachments.Attachments.getIncomingAttachmentsAsSingleStream()
As of Axiom 1.2.13, this method is no longer supported.
|
org.apache.axiom.om.OMNamespace.getName()
This method is deprecated. Please use getNamespaceURI() method instead.
|
org.apache.axiom.om.OMText.getNamespace()
|
org.apache.axiom.om.util.StAXUtils.getNetworkDetachedXMLInputFactory()
|
org.apache.axiom.om.impl.util.OMSerializerUtil.getNextNSPrefix() |
org.apache.axiom.om.impl.util.OMSerializerUtil.getNextNSPrefix(XMLStreamWriter)
This is an internal method that is no longer used.
|
org.apache.axiom.soap.SOAPFaultNode.getNodeValue()
|
org.apache.axiom.om.OMXMLParserWrapper.getRegisteredContentHandler()
|
org.apache.axiom.soap.impl.builder.StAXSOAPModelBuilder.getSoapMessage()
|
org.apache.axiom.attachments.Attachments.getSOAPPartContentID()
|
org.apache.axiom.attachments.Attachments.getSOAPPartContentType()
|
org.apache.axiom.attachments.Attachments.getSOAPPartInputStream()
|
org.apache.axiom.om.OMText.getTextAsQName()
If the underlying parser is non coalescing, then this method may unexpectedly
fail or return an incorrect result. Always use OMElement.getTextAsQName()
to get the QName value of an element.
|
org.apache.axiom.om.util.ElementHelper.getTextAsStream(OMElement, boolean)
|
org.apache.axiom.om.OMText.getTextCharacters() |
org.apache.axiom.om.impl.builder.StAXBuilder.init(InputStream, String, String, String)
Not used anywhere
|
org.apache.axiom.om.OMOutputFormat.isAutoCloseWriter() |
org.apache.axiom.om.OMText.isCharacters() |
org.apache.axiom.om.OMXMLStreamReader.isInlineMTOM()
|
org.apache.axiom.om.impl.MTOMXMLStreamWriter.isOptimizedThreshold(OMText)
|
org.apache.axiom.om.impl.util.OMSerializerUtil.isSetPrefixBeforeStartElement(XMLStreamWriter)
This method was used to work around a StAX conformance issue in early versions
of the XL XP-J parser. This is now handled by
StAXDialect , and this method always returns
false .
|
org.apache.axiom.util.base64.Base64Utils.isValidBase64Encoding(String) |
org.apache.axiom.om.OMXMLParserWrapper.registerExternalContentHandler(Object)
|
org.apache.axiom.om.impl.builder.StAXBuilder.releaseParserOnClose(boolean)
As of Axiom 1.2.15, the builder always releases the parser.
|
org.apache.axiom.om.util.StAXUtils.releaseXMLInputFactory(XMLInputFactory)
Returns an XMLInputFactory instance for reuse.
|
org.apache.axiom.om.util.StAXUtils.releaseXMLOutputFactory(XMLOutputFactory)
Returns an XMLOutputFactory instance for reuse.
|
org.apache.axiom.om.util.StAXUtils.reset() |
org.apache.axiom.om.util.ElementHelper.resolveQName(String)
The algorithm used by this method is incorrect. See AXIOM-356 for more
details.
|
org.apache.axiom.om.util.ElementHelper.resolveQName(String, boolean)
The algorithm used by this method is incorrect. See AXIOM-356 for more
details.
|
org.apache.axiom.om.OMNode.serialize(OutputStream)
This method is not meaningful on a node in general, but only on an
OMElement .
|
org.apache.axiom.om.OMNode.serialize(OutputStream, OMOutputFormat)
This method is not meaningful on a node in general, but only on an
OMElement .
|
org.apache.axiom.om.OMNode.serialize(Writer)
This method is not meaningful on a node in general, but only on an
OMElement .
|
org.apache.axiom.om.OMNode.serialize(Writer, OMOutputFormat)
This method is not meaningful on a node in general, but only on an
OMElement .
|
org.apache.axiom.om.OMNode.serializeAndConsume(OutputStream)
This method is not meaningful on a node in general, but only on an
OMElement .
|
org.apache.axiom.om.OMNode.serializeAndConsume(OutputStream, OMOutputFormat)
This method is not meaningful on a node in general, but only on an
OMElement .
|
org.apache.axiom.om.OMNode.serializeAndConsume(Writer)
This method is not meaningful on a node in general, but only on an
OMElement .
|
org.apache.axiom.om.OMNode.serializeAndConsume(Writer, OMOutputFormat)
This method is not meaningful on a node in general, but only on an
OMElement .
|
org.apache.axiom.om.impl.util.OMSerializerUtil.serializeAttribute(OMAttribute, XMLStreamWriter)
use serializeStartpart instead
|
org.apache.axiom.om.impl.util.OMSerializerUtil.serializeAttributes(OMElement, XMLStreamWriter)
Consider using serializeStartpart instead
|
org.apache.axiom.om.impl.util.OMSerializerUtil.serializeByPullStream(OMElement, XMLStreamWriter)
This is an internal method that is no longer used.
|
org.apache.axiom.om.impl.util.OMSerializerUtil.serializeByPullStream(OMElement, XMLStreamWriter, boolean)
This is an internal method that is no longer used.
|
org.apache.axiom.om.impl.util.OMSerializerUtil.serializeEndpart(XMLStreamWriter)
This is an internal method that is no longer used.
|
org.apache.axiom.om.impl.util.OMSerializerUtil.serializeNamespace(OMNamespace, XMLStreamWriter)
Use serializeStartpart instead
|
org.apache.axiom.om.impl.util.OMSerializerUtil.serializeNamespaces(OMElement, XMLStreamWriter)
Use serializeStartpart instead
|
org.apache.axiom.om.impl.util.OMSerializerUtil.serializeNormal(OMElement, XMLStreamWriter, boolean)
This is an internal method that is no longer used.
|
org.apache.axiom.om.impl.util.OMSerializerUtil.serializeStartpart(OMElement, String, XMLStreamWriter)
This is an internal method that is no longer used.
|
org.apache.axiom.om.impl.util.OMSerializerUtil.serializeStartpart(OMElement, XMLStreamWriter)
This is an internal method that is no longer used.
|
org.apache.axiom.om.OMOutputFormat.setAutoCloseWriter(boolean) |
org.apache.axiom.om.OMSourcedElement.setDataSource(OMDataSource)
This method is deprecated because its semantics are not clearly defined. In
particular it is unspecified whether the name of the element may change as a
result of an invocation of this method.
|
org.apache.axiom.om.impl.builder.StAXOMBuilder.setDoDebug(boolean) |
org.apache.axiom.om.OMXMLStreamReader.setInlineMTOM(boolean)
|
org.apache.axiom.om.OMElement.setNamespaceWithNoFindInCurrentScope(OMNamespace)
|
org.apache.axiom.om.util.ElementHelper.setNewElement(OMElement, OMElement, OMElement) |
org.apache.axiom.soap.SOAPFaultNode.setNodeValue(String)
|
org.apache.axiom.om.OMAttribute.setOMNamespace(OMNamespace)
|
org.apache.axiom.om.impl.MTOMXMLStreamWriter.writeOptimized(OMText)
|
org.apache.axiom.om.util.ElementHelper.writeTextTo(OMElement, Writer, boolean)
|