Modifier and Type | Field and Description |
---|---|
protected OMNode |
NodeImpl.node |
Modifier and Type | Interface and Description |
---|---|
interface |
OMComment
Interface OMComment
|
interface |
OMDocType
Interface OMDocType
|
interface |
OMElement
A particular kind of node that represents an element infoset information item.
|
interface |
OMEntityReference
Represents an unexpanded entity reference in an XML document.
|
interface |
OMProcessingInstruction
Interface OMProcessingInstruction
|
interface |
OMSourcedElement
Element whose data is backed by an arbitrary Java object.
|
interface |
OMText
Represents character data in an XML document.
|
Modifier and Type | Method and Description |
---|---|
OMNode |
OMNode.detach()
Removes a node (and all of its children) from its containing parent.
|
OMNode |
OMContainer.getFirstOMChild()
Gets the first child.
|
OMNode |
OMNode.getNextOMSibling()
Returns the next sibling in document order.
|
OMNode |
OMNode.getPreviousOMSibling()
Gets the previous sibling.
|
Modifier and Type | Method and Description |
---|---|
void |
OMContainer.addChild(OMNode omNode)
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.
|
Modifier and Type | Interface and Description |
---|---|
interface |
OMElementEx
Interface that is used internally by Axiom and that should not be considered being part of the
public API.
|
interface |
OMNodeEx
Interface that is used internally by Axiom and that should not be considered being part of the
public API.
|
Modifier and Type | Method and Description |
---|---|
OMNode |
OMNodeEx.getNextOMSiblingIfAvailable()
Get the next sibling if it is available.
|
Modifier and Type | Method and Description |
---|---|
void |
OMContainerEx.addChild(OMNode omNode,
boolean fromBuilder) |
void |
OMNodeEx.setNextOMSibling(OMNode node) |
void |
OMNodeEx.setPreviousOMSibling(OMNode previousSibling) |
Modifier and Type | Method and Description |
---|---|
protected OMNode |
StAXOMBuilder.createComment()
Method createOMText.
|
protected OMNode |
StAXOMBuilder.createDTD()
Method createDTD.
|
protected OMNode |
StAXOMBuilder.createEntityReference() |
protected OMNode |
StAXOMBuilder.createNextOMElement()
Creates a new OMElement using either a CustomBuilder or
the default Builder mechanism.
|
protected OMNode |
StAXOMBuilder.createOMElement()
Method createOMElement.
|
protected abstract OMNode |
StAXBuilder.createOMElement()
This method is called with the XMLStreamConstants.START_ELEMENT event.
|
protected OMNode |
StAXBuilder.createOMText(int textType)
This method will check whether the text can be optimizable using IS_BINARY flag.
|
protected OMNode |
StAXOMBuilder.createPI()
Method createPI.
|
protected OMNode |
StAXOMBuilder.createWithCustomBuilder(CustomBuilder customBuilder,
OMFactory factory) |
OMNode |
OMFactoryEx.importNode(OMNode child) |
Modifier and Type | Method and Description |
---|---|
OMNode |
OMFactoryEx.importNode(OMNode child) |
Modifier and Type | Interface and Description |
---|---|
interface |
IChildNode |
interface |
IElement |
Modifier and Type | Method and Description |
---|---|
static OMNode |
OMContainerHelper.getFirstOMChild(IParentNode that) |
OMNode |
IParentNode.getFirstOMChildIfAvailable()
Get the first child if it is available.
|
OMNode |
IContainer.getLastKnownOMChild() |
static OMNode |
OMNodeHelper.getNextOMSibling(IChildNode node) |
OMNode |
OMNavigator.next()
Get the next node.
|
Modifier and Type | Method and Description |
---|---|
static void |
OMContainerHelper.addChild(IContainer container,
OMNode omNode,
boolean fromBuilder) |
protected boolean |
OMChildrenQNameIterator.matches(OMNode node) |
protected boolean |
OMChildElementIterator.matches(OMNode node) |
void |
IContainer.setFirstChild(OMNode omNode)
forcefully set the first element in this parent element
|
void |
IContainer.setLastChild(OMNode omNode)
forcefully set the last element in this parent element
|
Constructor and Description |
---|
OMChildrenLegacyQNameIterator(OMNode currentChild,
QName qName)
Deprecated.
|
OMChildrenLocalNameIterator(OMNode currentChild,
String localName) |
OMChildrenNamespaceIterator(OMNode currentChild,
String uri) |
OMChildrenQNameIterator(OMNode currentChild,
QName givenQName)
Constructor OMChildrenQNameIterator.
|
Modifier and Type | Class and Description |
---|---|
class |
CDATASectionImpl |
class |
CharacterImpl
This implements the OMText operations which are to be inherited by TextImpl, CommentImpl,
CDATASectionImpl.
|
class |
CommentImpl |
class |
DocumentTypeImpl |
class |
ElementImpl
Implementation of the org.w3c.dom.Element and org.apache.axiom.om.Element interfaces.
|
class |
EntityReferenceImpl |
class |
LeafNode |
class |
ProcessingInstructionImpl |
class |
TextImpl |
class |
TextNodeImpl |
Modifier and Type | Method and Description |
---|---|
OMNode |
NodeImpl.detach() |
OMNode |
ParentNode.getFirstOMChild() |
OMNode |
ParentNode.getFirstOMChildIfAvailable() |
OMNode |
ParentNode.getLastKnownOMChild() |
OMNode |
ElementImpl.getNextOMSibling() |
OMNode |
LeafNode.getNextOMSibling() |
OMNode |
NodeImpl.getNextOMSiblingIfAvailable() |
OMNode |
NodeImpl.getPreviousOMSibling() |
Modifier and Type | Method and Description |
---|---|
void |
ParentNode.addChild(OMNode omNode) |
void |
ParentNode.addChild(OMNode omNode,
boolean fromBuilder) |
void |
NodeImpl.insertSiblingAfter(OMNode sibling)
Inserts the given sibling next to this item.
|
void |
NodeImpl.insertSiblingBefore(OMNode sibling)
Inserts the given sibling before this item.
|
void |
ParentNode.setFirstChild(OMNode firstChild) |
void |
ParentNode.setLastChild(OMNode omNode)
Forcefully set the last child
|
void |
NodeImpl.setNextOMSibling(OMNode node) |
void |
NodeImpl.setPreviousOMSibling(OMNode node) |
Modifier and Type | Method and Description |
---|---|
OMNode |
OMDOMFactory.importNode(OMNode child)
This method is intended only to be used by Axiom intenals when merging Objects from different
Axiom implementations to the DOOM implementation.
|
Modifier and Type | Method and Description |
---|---|
OMNode |
OMDOMFactory.importNode(OMNode child)
This method is intended only to be used by Axiom intenals when merging Objects from different
Axiom implementations to the DOOM implementation.
|
Modifier and Type | Class and Description |
---|---|
class |
OMCommentImpl |
class |
OMDocTypeImpl |
class |
OMElementImpl
Class OMElementImpl
|
class |
OMEntityReferenceImpl |
class |
OMLeafNode |
class |
OMNodeImpl
Class OMNodeImpl
|
class |
OMProcessingInstructionImpl |
class |
OMSourcedElementImpl
Element backed by an arbitrary data source.
|
class |
OMTextImpl |
Modifier and Type | Field and Description |
---|---|
protected OMNode |
OMElementImpl.firstChild
Field firstChild
|
protected OMNode |
OMDocumentImpl.firstChild
Field firstChild
|
protected OMNode |
OMElementImpl.lastChild |
protected OMNode |
OMDocumentImpl.lastChild
Field lastChild
|
Modifier and Type | Method and Description |
---|---|
OMNode |
OMSourcedElementImpl.detach() |
OMNode |
OMElementImpl.detach()
Removes this information item and its children, from the model completely.
|
OMNode |
OMNodeImpl.detach()
Removes this information item and its children, from the model completely.
|
OMNode |
OMSourcedElementImpl.getFirstOMChild() |
OMNode |
OMElementImpl.getFirstOMChild()
Method getFirstOMChild.
|
OMNode |
OMDocumentImpl.getFirstOMChild()
Method getFirstOMChild.
|
OMNode |
OMSourcedElementImpl.getFirstOMChildIfAvailable() |
OMNode |
OMElementImpl.getFirstOMChildIfAvailable() |
OMNode |
OMDocumentImpl.getFirstOMChildIfAvailable() |
OMNode |
OMSourcedElementImpl.getLastKnownOMChild() |
OMNode |
OMElementImpl.getLastKnownOMChild() |
OMNode |
OMDocumentImpl.getLastKnownOMChild() |
OMNode |
OMSourcedElementImpl.getNextOMSibling() |
OMNode |
OMNodeImpl.getNextOMSibling()
Returns the next sibling.
|
OMNode |
OMSourcedElementImpl.getNextOMSiblingIfAvailable() |
OMNode |
OMNodeImpl.getNextOMSiblingIfAvailable() |
OMNode |
OMNodeImpl.getPreviousOMSibling()
Gets the previous sibling.
|
Modifier and Type | Method and Description |
---|---|
void |
OMSourcedElementImpl.addChild(OMNode omNode) |
void |
OMElementImpl.addChild(OMNode omNode) |
void |
OMDocumentImpl.addChild(OMNode child) |
void |
OMSourcedElementImpl.addChild(OMNode omNode,
boolean fromBuilder) |
void |
OMElementImpl.addChild(OMNode omNode,
boolean fromBuilder) |
void |
OMDocumentImpl.addChild(OMNode omNode,
boolean fromBuilder) |
void |
OMNodeImpl.insertSiblingAfter(OMNode sibling)
Inserts a sibling just after the current information item.
|
void |
OMNodeImpl.insertSiblingBefore(OMNode sibling)
Inserts a sibling just before the current information item.
|
void |
OMSourcedElementImpl.setFirstChild(OMNode node) |
void |
OMElementImpl.setFirstChild(OMNode firstChild)
Method setFirstChild.
|
void |
OMDocumentImpl.setFirstChild(OMNode firstChild)
Method setFirstChild.
|
void |
OMSourcedElementImpl.setLastChild(OMNode omNode) |
void |
OMElementImpl.setLastChild(OMNode omNode) |
void |
OMDocumentImpl.setLastChild(OMNode omNode)
Forcefully set the last child
|
void |
OMNodeImpl.setNextOMSibling(OMNode node)
Method setNextOMSibling.
|
void |
OMNodeImpl.setPreviousOMSibling(OMNode previousSibling)
Method setPreviousOMSibling.
|
Modifier and Type | Method and Description |
---|---|
OMNode |
OMLinkedListImplFactory.importNode(OMNode child)
This method is intended only to be used by Axiom intenals when merging Objects from different
Axiom implementations to the LLOM implementation.
|
Modifier and Type | Method and Description |
---|---|
OMNode |
OMLinkedListImplFactory.importNode(OMNode child)
This method is intended only to be used by Axiom intenals when merging Objects from different
Axiom implementations to the LLOM implementation.
|
Modifier and Type | Field and Description |
---|---|
protected OMNode |
OMChildElementIterator.currentChild
Deprecated.
Field currentChild
|
protected OMNode |
OMChildElementIterator.lastChild
Deprecated.
Field lastChild
|
Modifier and Type | Method and Description |
---|---|
protected OMNode |
OMDescendantsIterator.getNextNode(OMNode currentNode)
Deprecated.
|
protected abstract OMNode |
OMAbstractIterator.getNextNode(OMNode currentNode)
Get the next node.
|
protected OMNode |
OMChildrenIterator.getNextNode(OMNode currentNode) |
Modifier and Type | Method and Description |
---|---|
protected OMNode |
OMDescendantsIterator.getNextNode(OMNode currentNode)
Deprecated.
|
protected abstract OMNode |
OMAbstractIterator.getNextNode(OMNode currentNode)
Get the next node.
|
protected OMNode |
OMChildrenIterator.getNextNode(OMNode currentNode) |
protected boolean |
OMChildrenQNameIterator.matches(OMNode node)
Deprecated.
|
protected abstract boolean |
OMFilterIterator.matches(OMNode node)
Determine whether the given node matches the filter criteria.
|
protected boolean |
OMQNameFilterIterator.matches(OMNode node) |
protected boolean |
OMChildrenWithSpecificAttributeIterator.matches(OMNode node) |
protected boolean |
OMQualifiedNameFilterIterator.matches(OMNode node) |
Constructor and Description |
---|
OMAbstractIterator(OMNode firstNode) |
OMChildrenIterator(OMNode currentChild)
Constructor OMChildrenIterator.
|
OMChildrenLegacyQNameIterator(OMNode currentChild,
QName qName)
Deprecated.
|
OMChildrenLocalNameIterator(OMNode currentChild,
String localName)
Deprecated.
|
OMChildrenNamespaceIterator(OMNode currentChild,
String uri)
Deprecated.
|
OMChildrenQNameIterator(OMNode currentChild,
QName givenQName)
Deprecated.
Constructor OMChildrenQNameIterator.
|
OMChildrenWithSpecificAttributeIterator(OMNode currentChild,
QName attributeName,
String attributeValue,
boolean detach)
Constructor OMChildrenWithSpecificAttributeIterator.
|
OMDescendantsIterator(OMNode firstNode)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
DigestGenerator.compareOMNode(OMNode node,
OMNode comparingNode,
String digestAlgorithm)
Compares two OMNodes for the XML equality
|
byte[] |
DigestGenerator.getDigest(OMNode node,
String digestAlgorithm)
This method is an overloaded method for the digest generation for OMNode
|
Modifier and Type | Interface and Description |
---|---|
interface |
SOAPBody
An object that represents the contents of the SOAP body element in a SOAP message.
|
interface |
SOAPEnvelope
Interface SOAPEnvelope
|
interface |
SOAPFault
An element in the
SOAPBody object that contains error and/or status information. |
interface |
SOAPFaultClassifier
Common superinterface for
SOAPFaultCode and SOAPFaultSubCode . |
interface |
SOAPFaultCode |
interface |
SOAPFaultDetail
The Detail element information item is intended for carrying application specific error
information related to the SOAP Body .
|
interface |
SOAPFaultNode |
interface |
SOAPFaultReason |
interface |
SOAPFaultRole
The Role element information item identifies the role the node was operating in at the point the
fault occurred.
|
interface |
SOAPFaultSubCode |
interface |
SOAPFaultText |
interface |
SOAPFaultValue |
interface |
SOAPHeader
Interface SOAPHeader
|
interface |
SOAPHeaderBlock
An object representing the contents in the SOAP header part of the SOAP envelope.
|
Modifier and Type | Method and Description |
---|---|
protected OMNode |
StAXSOAPModelBuilder.createDTD()
Method createDTD.
|
protected OMNode |
StAXSOAPModelBuilder.createEntityReference() |
protected OMNode |
StAXSOAPModelBuilder.createNextOMElement() |
protected OMNode |
StAXSOAPModelBuilder.createPI()
Method createPI.
|
Modifier and Type | Method and Description |
---|---|
void |
SOAPEnvelopeImpl.addChild(OMNode child,
boolean fromBuilder) |
Modifier and Type | Class and Description |
---|---|
class |
SOAPBodyImpl
Class SOAPBodyImpl
|
class |
SOAPElement |
class |
SOAPEnvelopeImpl
Class SOAPEnvelopeImpl
|
class |
SOAPFaultCodeImpl |
class |
SOAPFaultDetailImpl |
class |
SOAPFaultImpl
Class SOAPFaultImpl
|
class |
SOAPFaultNodeImpl |
class |
SOAPFaultReasonImpl |
class |
SOAPFaultRoleImpl |
class |
SOAPFaultSubCodeImpl |
class |
SOAPFaultTextImpl |
class |
SOAPFaultValueImpl |
class |
SOAPHeaderBlockImpl
Class SOAPHeaderBlockImpl
|
class |
SOAPHeaderImpl
A class representing the SOAP Header, primarily allowing access to the contained HeaderBlocks.
|
Modifier and Type | Method and Description |
---|---|
OMNode |
SOAPBodyImpl.detach() |
Modifier and Type | Method and Description |
---|---|
void |
SOAPEnvelopeImpl.addChild(OMNode child,
boolean fromBuilder)
Add a SOAPHeader or SOAPBody object
|
void |
SOAPHeaderImpl.addChild(OMNode child,
boolean fromBuilder) |
void |
SOAPBodyImpl.addChild(OMNode child,
boolean fromBuilder) |
Modifier and Type | Class and Description |
---|---|
class |
SOAP11BodyImpl |
class |
SOAP11FaultCodeImpl |
class |
SOAP11FaultDetailImpl |
class |
SOAP11FaultImpl |
class |
SOAP11FaultReasonImpl |
class |
SOAP11FaultRoleImpl |
class |
SOAP11FaultSubCodeImpl |
class |
SOAP11FaultTextImpl |
class |
SOAP11FaultValueImpl |
class |
SOAP11HeaderBlockImpl |
class |
SOAP11HeaderImpl |
Modifier and Type | Class and Description |
---|---|
class |
SOAP12BodyImpl |
class |
SOAP12FaultCodeImpl |
class |
SOAP12FaultDetailImpl |
class |
SOAP12FaultImpl |
class |
SOAP12FaultNodeImpl |
class |
SOAP12FaultReasonImpl |
class |
SOAP12FaultRoleImpl |
class |
SOAP12FaultSubCodeImpl |
class |
SOAP12FaultTextImpl |
class |
SOAP12FaultValueImpl |
class |
SOAP12HeaderBlockImpl |
class |
SOAP12HeaderImpl |
Modifier and Type | Method and Description |
---|---|
protected void |
CloneTestCase.identityCheck(OMNode source,
OMNode target,
String depth)
Check the identity of each object in the tree
|
Copyright © 2004–2023 The Apache Software Foundation. All rights reserved.