org.apache.axis2.om
Interface OMContainer
- All Known Subinterfaces:
- OMContainerEx, OMDocument, OMElement, SOAPBody, SOAPEnvelope, SOAPFault, SOAPFaultCode, SOAPFaultDetail, SOAPFaultNode, SOAPFaultReason, SOAPFaultRole, SOAPFaultSubCode, SOAPFaultText, SOAPFaultValue, SOAPHeader, SOAPHeaderBlock, SOAPMessage
- All Known Implementing Classes:
- OMDocumentImpl, OMElementImpl, SOAPBodyImpl, SOAPEnvelopeImpl, SOAPFaultCodeImpl, SOAPFaultDetailImpl, SOAPFaultImpl, SOAPFaultNodeImpl, SOAPFaultReasonImpl, SOAPFaultRoleImpl, SOAPFaultSubCodeImpl, SOAPFaultTextImpl, SOAPFaultValueImpl, SOAPHeaderBlockImpl, SOAPHeaderImpl, SOAPMessageImpl
- public interface OMContainer
addChild
public void addChild(OMNode omNode)
getChildrenWithName
public java.util.Iterator getChildrenWithName(javax.xml.namespace.QName elementQName)
throws OMException
- Throws:
OMException
getFirstChildWithName
public OMElement getFirstChildWithName(javax.xml.namespace.QName elementQName)
throws OMException
- Throws:
OMException
getChildren
public java.util.Iterator getChildren()
getFirstChild
public OMNode getFirstChild()
isComplete
public boolean isComplete()
buildNext
public void buildNext()