|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of OMNode in org.apache.ws.commons.om |
Subinterfaces of OMNode in org.apache.ws.commons.om | |
interface |
OMComment
Interface OMComment |
interface |
OMDocType
Interface OMDocType |
interface |
OMElement
A particular kind of node that represents an element infoset information item. |
interface |
OMProcessingInstruction
Interface OMProcessingInstruction |
interface |
OMText
Interface OMText |
Methods in org.apache.ws.commons.om that return OMNode | |
OMNode |
OMNode.getNextOMSibling()
Returns the next sibling in document order. |
OMNode |
OMNode.detach()
Removes a node (and all of its children) from its containing parent. |
OMNode |
OMNode.getPreviousOMSibling()
Gets the previous sibling. |
OMNode |
OMContainer.getFirstOMChild()
Gets the first child. |
Methods in org.apache.ws.commons.om with parameters of type OMNode | |
void |
OMElement.setFirstChild(OMNode node)
Sets the first child. |
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. |
void |
OMContainer.addChild(OMNode omNode)
Adds the given node as the last child. |
Uses of OMNode in org.apache.ws.commons.om.impl |
Subinterfaces of OMNode in org.apache.ws.commons.om.impl | |
interface |
OMNodeEx
Interface OMNodeEx Internal Implementation detail. |
Methods in org.apache.ws.commons.om.impl with parameters of type OMNode | |
void |
OMNodeEx.setNextOMSibling(OMNode node)
|
void |
OMNodeEx.setPreviousOMSibling(OMNode previousSibling)
|
void |
OMContainerEx.setFirstChild(OMNode omNode)
|
Uses of OMNode in org.apache.ws.commons.om.impl.builder |
Fields in org.apache.ws.commons.om.impl.builder declared as OMNode | |
protected OMNode |
StAXBuilder.lastNode
Field lastNode |
Methods in org.apache.ws.commons.om.impl.builder that return OMNode | |
protected OMNode |
StAXBuilder.createOMText(int textType)
Method createOMText. |
protected abstract OMNode |
StAXBuilder.createOMElement()
This method is called with the XMLStreamConstants.START_ELEMENT event. |
protected OMNode |
StAXOMBuilder.createOMElement()
Method createOMElement. |
protected OMNode |
StAXOMBuilder.createComment()
Method createOMText. |
protected OMNode |
StAXOMBuilder.createDTD()
Method createDTD. |
protected OMNode |
StAXOMBuilder.createPI()
Method createPI. |
Methods in org.apache.ws.commons.om.impl.builder with parameters of type OMNode | |
void |
StAXBuilder.reset(OMNode node)
Method reset. |
Uses of OMNode in org.apache.ws.commons.om.impl.llom |
Classes in org.apache.ws.commons.om.impl.llom that implement OMNode | |
class |
OMCommentImpl
|
class |
OMDocTypeImpl
|
class |
OMElementImpl
Class OMElementImpl |
class |
OMNodeImpl
Class OMNodeImpl |
class |
OMProcessingInstructionImpl
|
class |
OMTextImpl
|
Fields in org.apache.ws.commons.om.impl.llom declared as OMNode | |
protected OMNode |
OMNavigator.node
Field node |
protected OMNode |
OMElementImpl.firstChild
Field firstChild |
protected OMNode |
OMElementImpl.lastChild
|
protected OMNode |
OMDocumentImpl.firstChild
Field firstChild |
protected OMNode |
OMDocumentImpl.lastChild
Field lastChild |
Methods in org.apache.ws.commons.om.impl.llom that return OMNode | |
OMNode |
OMNavigator.next()
Gets the next node. |
OMNode |
OMElementImpl.getNextOMSibling()
Gets the next sibling. |
OMNode |
OMElementImpl.getFirstOMChild()
Method getFirstOMChild. |
OMNode |
OMElementImpl.detach()
Removes this information item and its children, from the model completely. |
OMNode |
OMDocumentImpl.getFirstOMChild()
Method getFirstOMChild. |
OMNode |
OMNodeImpl.getNextOMSibling()
Returns the next sibling. |
OMNode |
OMNodeImpl.detach()
Removes this information item and its children, from the model completely. |
OMNode |
OMNodeImpl.getPreviousOMSibling()
Gets the previous sibling. |
Methods in org.apache.ws.commons.om.impl.llom with parameters of type OMNode | |
void |
OMNavigator.init(OMNode node)
Method init. |
void |
OMElementImpl.addChild(OMNode child)
Adds child to the element. |
void |
OMElementImpl.setFirstChild(OMNode firstChild)
Method setFirstChild. |
void |
OMDocumentImpl.addChild(OMNode child)
Adds child to the element. |
void |
OMDocumentImpl.setFirstChild(OMNode firstChild)
Method setFirstChild. |
void |
OMNodeImpl.setNextOMSibling(OMNode node)
Method setNextOMSibling. |
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 |
OMNodeImpl.setPreviousOMSibling(OMNode previousSibling)
Method setPreviousOMSibling. |
Constructors in org.apache.ws.commons.om.impl.llom with parameters of type OMNode | |
OMNavigator(OMNode node)
Constructor OMNavigator. |
Uses of OMNode in org.apache.ws.commons.om.impl.mtom |
Methods in org.apache.ws.commons.om.impl.mtom that return OMNode | |
protected OMNode |
MTOMStAXSOAPModelBuilder.createOMElement()
|
Uses of OMNode in org.apache.ws.commons.om.impl.traverse |
Fields in org.apache.ws.commons.om.impl.traverse declared as OMNode | |
protected OMNode |
OMChildrenIterator.currentChild
Field currentChild |
protected OMNode |
OMChildrenIterator.lastChild
Field lastChild |
protected OMNode |
OMChildElementIterator.currentChild
Field currentChild |
protected OMNode |
OMChildElementIterator.lastChild
Field lastChild |
Constructors in org.apache.ws.commons.om.impl.traverse with parameters of type OMNode | |
OMChildrenIterator(OMNode currentChild)
Constructor OMChildrenIterator. |
|
OMChildrenWithSpecificAttributeIterator(OMNode currentChild,
javax.xml.namespace.QName attributeName,
java.lang.String attributeValue,
boolean detach)
Constructor OMChildrenWithSpecificAttributeIterator. |
|
OMChildrenQNameIterator(OMNode currentChild,
javax.xml.namespace.QName givenQName)
Constructor OMChildrenQNameIterator. |
Uses of OMNode in org.apache.ws.commons.soap |
Subinterfaces of OMNode in org.apache.ws.commons.soap | |
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 |
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. |
Uses of OMNode in org.apache.ws.commons.soap.impl.builder |
Methods in org.apache.ws.commons.soap.impl.builder that return OMNode | |
protected OMNode |
StAXSOAPModelBuilder.createOMElement()
Method createOMElement. |
protected OMNode |
StAXSOAPModelBuilder.createDTD()
Method createDTD. |
protected OMNode |
StAXSOAPModelBuilder.createPI()
Method createPI. |
Uses of OMNode in org.apache.ws.commons.soap.impl.llom |
Classes in org.apache.ws.commons.soap.impl.llom that implement OMNode | |
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
Class SOAPHeaderImpl |
class |
SOAPTextImpl
|
Methods in org.apache.ws.commons.soap.impl.llom that return OMNode | |
OMNode |
SOAPEnvelopeImpl.detach()
Method detach |
OMNode |
SOAPBodyImpl.detach()
|
Methods in org.apache.ws.commons.soap.impl.llom with parameters of type OMNode | |
void |
SOAPMessageImpl.setFirstChild(OMNode firstChild)
|
void |
SOAPEnvelopeImpl.addChild(OMNode child)
|
Uses of OMNode in org.apache.ws.commons.soap.impl.llom.soap11 |
Classes in org.apache.ws.commons.soap.impl.llom.soap11 that implement OMNode | |
class |
SOAP11BodyImpl
|
class |
SOAP11FaultCodeImpl
|
class |
SOAP11FaultDetailImpl
|
class |
SOAP11FaultImpl
|
class |
SOAP11FaultNodeImpl
|
class |
SOAP11FaultReasonImpl
|
class |
SOAP11FaultRoleImpl
|
class |
SOAP11FaultSubCodeImpl
|
class |
SOAP11FaultTextImpl
|
class |
SOAP11FaultValueImpl
|
class |
SOAP11HeaderBlockImpl
|
class |
SOAP11HeaderImpl
|
Uses of OMNode in org.apache.ws.commons.soap.impl.llom.soap12 |
Classes in org.apache.ws.commons.soap.impl.llom.soap12 that implement OMNode | |
class |
SOAP12BodyImpl
|
class |
SOAP12FaultCodeImpl
|
class |
SOAP12FaultDetailImpl
|
class |
SOAP12FaultImpl
|
class |
SOAP12FaultNodeImpl
|
class |
SOAP12FaultReasonImpl
|
class |
SOAP12FaultRoleImpl
|
class |
SOAP12FaultSubCodeImpl
|
class |
SOAP12FaultTextImpl
|
class |
SOAP12FaultValueImpl
|
class |
SOAP12HeaderBlockImpl
|
class |
SOAP12HeaderImpl
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |