Uses of Interface
org.apache.axiom.om.OMNode
Packages that use OMNode
Package
Description
Contains core interfaces of the Axiom API.
-
Uses of OMNode in org.apache.axiom.om
Subinterfaces of OMNode in org.apache.axiom.omModifier and TypeInterfaceDescriptioninterface
Interface OMCommentinterface
Interface OMDocTypeinterface
A particular kind of node that represents an element infoset information item.interface
Represents an unexpanded entity reference in an XML document.interface
Interface OMProcessingInstructioninterface
Element whose data is backed by an arbitrary Java object.interface
Represents character data in an XML document.Methods in org.apache.axiom.om that return OMNodeModifier and TypeMethodDescriptionOMNode.detach()
Removes a node (and all of its children) from its containing parent.OMContainer.getFirstOMChild()
Gets the first child.OMNode.getNextOMSibling()
Returns the next sibling in document order.OMNode.getPreviousOMSibling()
Gets the previous sibling.Methods in org.apache.axiom.om that return types with arguments of type OMNodeModifier and TypeMethodDescriptionOMContainer.getChildren()
Returns an iterator for the children of the container.OMElement.getDescendants
(boolean includeSelf) Get an iterator over all descendants of the container.Methods in org.apache.axiom.om with parameters of type OMNodeModifier and TypeMethodDescriptionvoid
Adds the given node as the last child of this container.void
OMNode.insertSiblingAfter
(OMNode sibling) Inserts a new sibling after the current node.void
OMNode.insertSiblingBefore
(OMNode sibling) Inserts a sibling just before the current node. -
Uses of OMNode in org.apache.axiom.om.util
Methods in org.apache.axiom.om.util that return types with arguments of type OMNodeModifier and TypeMethodDescriptionDigestGenerator.getValidElements
(OMDocument document) Gets the valid element collection of an OMDocument.Methods in org.apache.axiom.om.util with parameters of type OMNodeModifier and TypeMethodDescriptionboolean
DigestGenerator.compareOMNode
(OMNode node, OMNode comparingNode, String digestAlgorithm) Compares two OMNodes for the XML equalitybyte[]
This method is an overloaded method for the digest generation for OMNode -
Uses of OMNode in org.apache.axiom.soap
Subinterfaces of OMNode 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.