Uses of Interface
org.apache.axiom.om.OMElement
Packages that use OMElement
Package
Description
Contains core interfaces of the Axiom API.
-
Uses of OMElement in org.apache.axiom.om
Subinterfaces of OMElement in org.apache.axiom.omModifier and TypeInterfaceDescriptioninterface
Element whose data is backed by an arbitrary Java object.Methods in org.apache.axiom.om that return OMElementModifier and TypeMethodDescriptionOMElement.cloneOMElement()
Clones this element and its descendants using default options.OMFactory.createOMElement
(String localName, String namespaceURI, String prefix) Create an element with the given name.OMFactory.createOMElement
(String localName, OMNamespace ns) Create an element with the given name.OMFactory.createOMElement
(String localName, OMNamespace ns, OMContainer parent) Create an element with the given name and parent.OMFactory.createOMElement
(QName qname) Create an element with the givenQName
.OMFactory.createOMElement
(QName qname, OMContainer parent) Create an element with the givenQName
and parent.OMXMLParserWrapper.getDocumentElement()
Get the document element, i.e. the root element of the document.OMXMLParserWrapper.getDocumentElement
(boolean discardDocument) Get the document element, optionally discarding the document.OMContainer.getFirstChildWithName
(QName qname) Returns the first child in document order that matches the given QName.OMElement.getFirstElement()
Returns the first child element of the element.OMDocument.getOMDocumentElement()
Get the document element.OMAttribute.getOwner()
Returns the owner element of this attributeMethods in org.apache.axiom.om that return types with arguments of type OMElementModifier and TypeMethodDescriptionOMElement.getChildElements()
Returns a filtered list of children - just the elements.OMContainer.getChildrenWithLocalName
(String localName) Returns an iterator for child nodes matching the local name.OMContainer.getChildrenWithName
(QName elementQName) Returns an iterator for child nodes matching the given QName.OMContainer.getChildrenWithNamespaceURI
(String uri) Returns an iterator for child nodes matching the namespace uri.Methods in org.apache.axiom.om with parameters of type OMElementModifier and TypeMethodDescriptionvoid
OMDocument.setOMDocumentElement
(OMElement documentElement) Set the document element of the XML document. -
Uses of OMElement in org.apache.axiom.om.ds.custombuilder
Methods in org.apache.axiom.om.ds.custombuilder with parameters of type OMElement -
Uses of OMElement in org.apache.axiom.om.util
Methods in org.apache.axiom.om.util that return OMElementModifier and TypeMethodDescriptionstatic OMElement
AXIOMUtil.stringToOM
(String xmlFragment) Create an OMElement from an XML fragment given as a string.static OMElement
AXIOMUtil.stringToOM
(OMFactory omFactory, String xmlFragment) Create an OMElement from an XML fragment given as a string.Methods in org.apache.axiom.om.util with parameters of type OMElementModifier and TypeMethodDescriptionDigestGenerator.getAttributesWithoutNS
(OMElement element) Gets the collection of attributes which are none namespace declarations for an OMElementbyte[]
This method is an overloaded method for the digest generation for OMElementDigestGenerator.getExpandedName
(OMElement element) This method is an overloaded method for getting the expanded name namespaceURI followed by the local name for OMElement -
Uses of OMElement in org.apache.axiom.om.util.jaxb
Methods in org.apache.axiom.om.util.jaxb with parameters of type OMElementModifier and TypeMethodDescriptionstatic Object
JAXBUtils.unmarshal
(JAXBContext context, OMElement element, boolean cache) Deprecated. -
Uses of OMElement in org.apache.axiom.om.xpath
Methods in org.apache.axiom.om.xpath with parameters of type OMElementModifier and TypeMethodDescriptionvoid
AXIOMXPath.addNamespaces
(OMElement element) Add the namespace declarations of a givenOMElement
to the namespace context of an XPath expression.Constructors in org.apache.axiom.om.xpath with parameters of type OMElementModifierConstructorDescriptionAXIOMXPath
(OMElement element, String xpathExpr) Construct an XPath expression from a given string and initialize its namespace context based on a given element. -
Uses of OMElement in org.apache.axiom.soap
Subinterfaces of OMElement in org.apache.axiom.soapModifier and TypeInterfaceDescriptioninterface
An object that represents the contents of the SOAP body element in a SOAP message.interface
Interface SOAPEnvelopeinterface
An element in theSOAPBody
object that contains error and/or status information.interface
Common superinterface forSOAPFaultCode
andSOAPFaultSubCode
.interface
interface
The Detail element information item is intended for carrying application specific error information related to the SOAP Body .interface
interface
interface
The Role element information item identifies the role the node was operating in at the point the fault occurred.interface
interface
interface
interface
Interface SOAPHeaderinterface
An object representing the contents in the SOAP header part of the SOAP envelope.Methods in org.apache.axiom.soap that return types with arguments of type OMElementMethods in org.apache.axiom.soap with parameters of type OMElementModifier and TypeMethodDescriptionvoid
SOAPFaultDetail.addDetailEntry
(OMElement detailElement) SOAPFactory.createSOAPHeaderBlock
(OMElement element) Create a newSOAPHeaderBlock
with the same content as the given element.
JAXBUtils.unmarshal(OMContainer, JAXBContext, UnmarshallerConfigurator, boolean)
instead.