Uses of Interface
org.apache.axiom.om.OMElement

Packages that use OMElement
org.apache.axiom.om   
org.apache.axiom.om.impl.builder   
org.apache.axiom.om.impl.dom   
org.apache.axiom.om.impl.dom.factory   
org.apache.axiom.om.impl.llom   
org.apache.axiom.om.impl.llom.factory   
org.apache.axiom.om.impl.llom.util   
org.apache.axiom.om.impl.traverse   
org.apache.axiom.om.impl.util   
org.apache.axiom.om.util   
org.apache.axiom.soap   
org.apache.axiom.soap.impl.builder   
org.apache.axiom.soap.impl.dom   
org.apache.axiom.soap.impl.dom.soap11   
org.apache.axiom.soap.impl.dom.soap12   
org.apache.axiom.soap.impl.llom   
org.apache.axiom.soap.impl.llom.soap11   
org.apache.axiom.soap.impl.llom.soap12   
 

Uses of OMElement in org.apache.axiom.om
 

Methods in org.apache.axiom.om that return OMElement
 OMElement OMDocument.getOMDocumentElement()
          Returns the document element.
 OMElement OMFactory.createOMElement(java.lang.String localName, OMNamespace ns)
           
 OMElement OMFactory.createOMElement(java.lang.String localName, OMNamespace ns, OMContainer parent)
           
 OMElement OMFactory.createOMElement(java.lang.String localName, OMNamespace ns, OMContainer parent, OMXMLParserWrapper builder)
           
 OMElement OMFactory.createOMElement(OMDataSource source, java.lang.String localName, OMNamespace ns)
          Construct element with arbitrary data source.
 OMElement OMFactory.createOMElement(java.lang.String localName, java.lang.String namespaceURI, java.lang.String namespacePrefix)
          This is almost the same as as createOMElement(localName,OMNamespace) method above.
 OMElement OMFactory.createOMElement(javax.xml.namespace.QName qname, OMContainer parent)
          QName(localPart), QName(namespaceURI, localPart) - a prefix will be assigned to this QName(namespaceURI, localPart, prefix)
 OMElement OMXMLParserWrapper.getDocumentElement()
           
 OMElement OMElement.getFirstElement()
          Returns the first child element of the element.
 OMElement OMElement.cloneOMElement()
          Clones this element.
 OMElement OMContainer.getFirstChildWithName(javax.xml.namespace.QName elementQName)
          Returns the first child in document order that matches the given QName criteria.
 

Methods in org.apache.axiom.om with parameters of type OMElement
 void OMDocument.setOMDocumentElement(OMElement rootElement)
          Sets the document element of the XML document.
 OMText OMFactory.createOMText(OMElement parent, java.lang.String text)
           
 OMText OMFactory.createOMText(OMElement parent, javax.xml.namespace.QName text)
           
 OMText OMFactory.createOMText(OMElement parent, java.lang.String text, int type)
           
 OMText OMFactory.createOMText(OMElement parent, char[] charArary, int type)
           
 OMText OMFactory.createOMText(OMElement parent, javax.xml.namespace.QName text, int type)
           
 OMText OMFactory.createOMText(OMElement parent, java.lang.String s, java.lang.String mimeType, boolean optimize)
           
 OMText OMFactory.createOMText(java.lang.String contentID, OMElement parent, OMXMLParserWrapper builder)
           
 void OMXMLParserWrapper.discard(OMElement el)
          Discards the current element.
 

Uses of OMElement in org.apache.axiom.om.impl.builder
 

Methods in org.apache.axiom.om.impl.builder that return OMElement
protected  OMElement SAXOMBuilder.createNextElement(java.lang.String localName)
           
 OMElement SAXOMBuilder.getRootElement()
           
 OMElement StAXOMBuilder.getDocumentElement()
          Method getDocumentElement.
 

Methods in org.apache.axiom.om.impl.builder with parameters of type OMElement
protected  void StAXOMBuilder.processNamespaceData(OMElement node)
          Method processNamespaceData.
protected abstract  void StAXBuilder.processNamespaceData(OMElement node)
          Method processNamespaceData.
protected  void StAXBuilder.processAttributes(OMElement node)
          Method processAttributes.
 void StAXBuilder.discard(OMElement el)
          Method discard.
 

Constructors in org.apache.axiom.om.impl.builder with parameters of type OMElement
StAXOMBuilder(OMFactory factory, javax.xml.stream.XMLStreamReader parser, OMElement element)
          Constructor linked to existing element.
 

Uses of OMElement in org.apache.axiom.om.impl.dom
 

Classes in org.apache.axiom.om.impl.dom that implement OMElement
 class ElementImpl
          Implementation of the org.w3c.dom.Element and org.apache.axiom.om.Element interfaces.
 

Methods in org.apache.axiom.om.impl.dom that return OMElement
 OMElement ParentNode.getFirstChildWithName(javax.xml.namespace.QName elementQName)
          Returns the first OMElement child node.
 OMElement DocumentImpl.getOMDocumentElement()
          Returns the document element.
 OMElement ElementImpl.getFirstElement()
          Returns the first Element node.
 OMElement ElementImpl.cloneOMElement()
          Creates a clone which belongs to a new document.
 

Methods in org.apache.axiom.om.impl.dom with parameters of type OMElement
 void DocumentImpl.setOMDocumentElement(OMElement rootElement)
           
 

Constructors in org.apache.axiom.om.impl.dom with parameters of type OMElement
DOMStAXWrapper(OMXMLParserWrapper builder, OMElement startNode)
          When constructing the OMStaxWrapper, the creator must produce the builder (an instance of the OMXMLparserWrapper of the input) and the Element Node to start parsing.
DOMStAXWrapper(OMXMLParserWrapper builder, OMElement startNode, boolean cache)
          Constructor OMStAXWrapper
TextImpl(java.lang.String contentID, OMElement parent, OMXMLParserWrapper builder, OMFactory factory)
           
 

Uses of OMElement in org.apache.axiom.om.impl.dom.factory
 

Methods in org.apache.axiom.om.impl.dom.factory that return OMElement
 OMElement OMDOMFactory.createOMElement(java.lang.String localName, OMNamespace ns)
           
 OMElement OMDOMFactory.createOMElement(java.lang.String localName, OMNamespace ns, OMContainer parent)
           
 OMElement OMDOMFactory.createOMElement(java.lang.String localName, OMNamespace ns, OMContainer parent, OMXMLParserWrapper builder)
          Creates an OMElement with the builder.
 OMElement OMDOMFactory.createOMElement(OMDataSource source, java.lang.String localName, OMNamespace ns, OMContainer parent)
           
 OMElement OMDOMFactory.createOMElement(OMDataSource source, java.lang.String localName, OMNamespace ns)
           
 OMElement OMDOMFactory.createOMElement(java.lang.String localName, java.lang.String namespaceURI, java.lang.String namespacePrefix)
          Creates an OMElement.
 OMElement OMDOMFactory.createOMElement(javax.xml.namespace.QName qname, OMContainer parent)
          Creates a new OMDOM Element node and adds it to the given parent.
 

Methods in org.apache.axiom.om.impl.dom.factory with parameters of type OMElement
 OMText OMDOMFactory.createOMText(OMElement parent, java.lang.String text)
          Creates a new OMDOM Text node with the given value and appends it to the given parent element.
 OMText OMDOMFactory.createOMText(OMElement parent, javax.xml.namespace.QName text)
           
 OMText OMDOMFactory.createOMText(OMElement parent, java.lang.String text, int type)
           
 OMText OMDOMFactory.createOMText(OMElement parent, char[] charArary, int type)
           
 OMText OMDOMFactory.createOMText(OMElement parent, javax.xml.namespace.QName text, int type)
           
 OMText OMDOMFactory.createOMText(OMElement parent, java.lang.String s, java.lang.String mimeType, boolean optimize)
          Creates an OMDOM Text node, adds it to the give parent element and returns it.
 OMText OMDOMFactory.createOMText(java.lang.String contentID, OMElement parent, OMXMLParserWrapper builder)
           
 

Uses of OMElement in org.apache.axiom.om.impl.llom
 

Classes in org.apache.axiom.om.impl.llom that implement OMElement
 class OMElementImpl
          Class OMElementImpl
 class OMSourcedElementImpl
          Element backed by an arbitrary data source.
 

Fields in org.apache.axiom.om.impl.llom declared as OMElement
protected  OMElement OMDocumentImpl.documentElement
          Field documentElement
 

Methods in org.apache.axiom.om.impl.llom that return OMElement
 OMElement OMDocumentImpl.getOMDocumentElement()
          Method getDocumentElement.
 OMElement OMDocumentImpl.getFirstChildWithName(javax.xml.namespace.QName elementQName)
          Method getFirstChildWithName.
 OMElement OMElementImpl.getFirstChildWithName(javax.xml.namespace.QName elementQName)
          Method getFirstChildWithName.
 OMElement OMElementImpl.getFirstElement()
          Gets first element.
 OMElement OMElementImpl.cloneOMElement()
           
 OMElement OMSourcedElementImpl.getFirstElement()
           
 OMElement OMSourcedElementImpl.cloneOMElement()
           
 OMElement OMSourcedElementImpl.getFirstChildWithName(javax.xml.namespace.QName elementQName)
           
 

Methods in org.apache.axiom.om.impl.llom with parameters of type OMElement
 void OMDocumentImpl.setOMDocumentElement(OMElement documentElement)
          Method setDocumentElement.
 

Constructors in org.apache.axiom.om.impl.llom with parameters of type OMElement
OMTextImpl(OMElement parent, java.lang.String text, OMFactory factory)
          Constructor OMTextImpl.
OMTextImpl(OMElement parent, java.lang.String text, int nodeType, OMFactory factory)
           
OMTextImpl(OMElement parent, char[] charArray, int nodeType, OMFactory factory)
           
OMTextImpl(OMElement parent, javax.xml.namespace.QName text, OMFactory factory)
           
OMTextImpl(OMElement parent, javax.xml.namespace.QName text, int nodeType, OMFactory factory)
           
OMTextImpl(OMElement parent, java.lang.String s, java.lang.String mimeType, boolean optimize, OMFactory factory)
           
OMTextImpl(java.lang.String contentID, OMElement parent, OMXMLParserWrapper builder, OMFactory factory)
           
OMStAXWrapper(OMXMLParserWrapper builder, OMElement startNode)
          When constructing the OMStaxWrapper, the creator must produce the builder (an instance of the OMXMLparserWrapper of the input) and the Element Node to start parsing.
OMStAXWrapper(OMXMLParserWrapper builder, OMElement startNode, boolean cache)
          Constructor OMStAXWrapper.
OMDocumentImpl(OMElement documentElement, OMXMLParserWrapper parserWrapper)
           
OMDocumentImpl(OMElement documentElement, OMXMLParserWrapper parserWrapper, OMFactory factory)
          Create the OMDoucment with the factory and set the given OMElement as the document element
 

Uses of OMElement in org.apache.axiom.om.impl.llom.factory
 

Methods in org.apache.axiom.om.impl.llom.factory that return OMElement
 OMElement OMLinkedListImplFactory.createOMElement(java.lang.String localName, OMNamespace ns)
          Method createOMElement.
 OMElement OMLinkedListImplFactory.createOMElement(java.lang.String localName, OMNamespace ns, OMContainer parent)
           
 OMElement OMLinkedListImplFactory.createOMElement(java.lang.String localName, OMNamespace ns, OMContainer parent, OMXMLParserWrapper builder)
          Method createOMElement.
 OMElement OMLinkedListImplFactory.createOMElement(java.lang.String localName, java.lang.String namespaceURI, java.lang.String namespacePrefix)
          Method createOMElement.
 OMElement OMLinkedListImplFactory.createOMElement(javax.xml.namespace.QName qname, OMContainer parent)
          Method createOMElement.
 OMElement OMLinkedListImplFactory.createOMElement(OMDataSource source, java.lang.String localName, OMNamespace ns)
          Construct element with arbitrary data source.
 

Methods in org.apache.axiom.om.impl.llom.factory with parameters of type OMElement
 OMText OMLinkedListImplFactory.createOMText(OMElement parent, java.lang.String text)
          Method createOMText.
 OMText OMLinkedListImplFactory.createOMText(OMElement parent, javax.xml.namespace.QName text)
           
 OMText OMLinkedListImplFactory.createOMText(OMElement parent, java.lang.String text, int type)
           
 OMText OMLinkedListImplFactory.createOMText(OMElement parent, char[] charArary, int type)
           
 OMText OMLinkedListImplFactory.createOMText(OMElement parent, javax.xml.namespace.QName text, int type)
           
 OMText OMLinkedListImplFactory.createOMText(java.lang.String contentID, OMElement parent, OMXMLParserWrapper builder)
           
 OMText OMLinkedListImplFactory.createOMText(OMElement parent, java.lang.String s, java.lang.String mimeType, boolean optimize)
          Creates text.
 

Uses of OMElement in org.apache.axiom.om.impl.llom.util
 

Methods in org.apache.axiom.om.impl.llom.util with parameters of type OMElement
 boolean XMLComparator.compare(OMElement elementOne, OMElement elementTwo)
           
 

Uses of OMElement in org.apache.axiom.om.impl.traverse
 

Constructors in org.apache.axiom.om.impl.traverse with parameters of type OMElement
OMChildElementIterator(OMElement currentChild)
          Constructor OMChildrenIterator.
 

Uses of OMElement in org.apache.axiom.om.impl.util
 

Methods in org.apache.axiom.om.impl.util with parameters of type OMElement
static void OMSerializerUtil.serializeStartpart(OMElement element, javax.xml.stream.XMLStreamWriter writer)
          Method serializeStartpart.
static void OMSerializerUtil.serializeNamespaces(OMElement element, javax.xml.stream.XMLStreamWriter writer)
           
static void OMSerializerUtil.serializeAttributes(OMElement element, javax.xml.stream.XMLStreamWriter writer)
           
static void OMSerializerUtil.serializeNormal(OMElement element, javax.xml.stream.XMLStreamWriter writer, boolean cache)
          Method serializeNormal.
static void OMSerializerUtil.serializeByPullStream(OMElement element, javax.xml.stream.XMLStreamWriter writer)
           
static void OMSerializerUtil.serializeByPullStream(OMElement element, javax.xml.stream.XMLStreamWriter writer, boolean cache)
           
 

Uses of OMElement in org.apache.axiom.om.util
 

Methods in org.apache.axiom.om.util that return OMElement
static OMElement ElementHelper.getChildWithName(OMElement parent, java.lang.String childName)
           
 

Methods in org.apache.axiom.om.util with parameters of type OMElement
static void ElementHelper.setNewElement(OMElement parent, OMElement myElement, OMElement newElement)
           
static OMElement ElementHelper.getChildWithName(OMElement parent, java.lang.String childName)
           
 

Constructors in org.apache.axiom.om.util with parameters of type OMElement
ElementHelper(OMElement element)
          Constructs and binds to an element.
 

Uses of OMElement in org.apache.axiom.soap
 

Subinterfaces of OMElement in org.apache.axiom.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.
 

Methods in org.apache.axiom.soap with parameters of type OMElement
 void SOAPFaultDetail.addDetailEntry(OMElement detailElement)
          Eran Chinthaka (chinthaka@apache.org)
 

Uses of OMElement in org.apache.axiom.soap.impl.builder
 

Methods in org.apache.axiom.soap.impl.builder that return OMElement
 OMElement SOAP11BuilderHelper.handleEvent(javax.xml.stream.XMLStreamReader parser, OMElement parent, int elementLevel)
           
protected  OMElement StAXSOAPModelBuilder.constructNode(OMElement parent, java.lang.String elementName, boolean isEnvelope)
          Method constructNode
 OMElement StAXSOAPModelBuilder.getDocumentElement()
          Method getDocumentElement.
 OMElement SOAP12BuilderHelper.handleEvent(javax.xml.stream.XMLStreamReader parser, OMElement parent, int elementLevel)
           
abstract  OMElement SOAPBuilderHelper.handleEvent(javax.xml.stream.XMLStreamReader parser, OMElement element, int elementLevel)
           
 

Methods in org.apache.axiom.soap.impl.builder with parameters of type OMElement
 OMElement SOAP11BuilderHelper.handleEvent(javax.xml.stream.XMLStreamReader parser, OMElement parent, int elementLevel)
           
protected  void StAXSOAPModelBuilder.setSOAPEnvelope(OMElement node)
           
protected  OMElement StAXSOAPModelBuilder.constructNode(OMElement parent, java.lang.String elementName, boolean isEnvelope)
          Method constructNode
protected  void StAXSOAPModelBuilder.processNamespaceData(OMElement node, boolean isSOAPElement)
          Method processNamespaceData.
 OMElement SOAP12BuilderHelper.handleEvent(javax.xml.stream.XMLStreamReader parser, OMElement parent, int elementLevel)
           
abstract  OMElement SOAPBuilderHelper.handleEvent(javax.xml.stream.XMLStreamReader parser, OMElement element, int elementLevel)
           
protected  void SOAPBuilderHelper.processNamespaceData(OMElement node, boolean isSOAPElement)
           
protected  void SOAPBuilderHelper.processAttributes(OMElement node)
           
 

Uses of OMElement in org.apache.axiom.soap.impl.dom
 

Classes in org.apache.axiom.soap.impl.dom that implement OMElement
 class SOAPBodyImpl
           
 class SOAPElement
           
 class SOAPEnvelopeImpl
           
 class SOAPFaultCodeImpl
           
 class SOAPFaultDetailImpl
           
 class SOAPFaultImpl
           
 class SOAPFaultNodeImpl
           
 class SOAPFaultReasonImpl
           
 class SOAPFaultRoleImpl
           
 class SOAPFaultSubCodeImpl
           
 class SOAPFaultTextImpl
           
 class SOAPFaultValueImpl
           
 class SOAPHeaderBlockImpl
           
 class SOAPHeaderImpl
           
 class SOAPTextImpl
           
 

Methods in org.apache.axiom.soap.impl.dom that return OMElement
protected  OMElement SOAPFaultImpl.getChildWithName(java.lang.String childName)
           
 

Methods in org.apache.axiom.soap.impl.dom with parameters of type OMElement
protected abstract  void SOAPElement.checkParent(OMElement parent)
          This has to be implemented by all the derived classes to check for the correct parent.
protected  void SOAPHeaderImpl.checkParent(OMElement parent)
           
protected  void SOAPFaultImpl.setNewElement(OMElement myElement, OMElement newElement)
           
 void SOAPFaultDetailImpl.addDetailEntry(OMElement detailElement)
           
protected  void SOAPTextImpl.checkParent(OMElement parent)
           
protected  void SOAPEnvelopeImpl.checkParent(OMElement parent)
           
protected  void SOAPBodyImpl.checkParent(OMElement parent)
           
 

Constructors in org.apache.axiom.soap.impl.dom with parameters of type OMElement
SOAPHeaderBlockImpl(java.lang.String localName, OMNamespace ns, OMElement parent, OMXMLParserWrapper builder, SOAPFactory factory)
          Constructor SOAPHeaderBlockImpl.
SOAPElement(OMElement parent, java.lang.String localName, boolean extractNamespaceFromParent, SOAPFactory factory)
           
SOAPElement(OMElement parent, java.lang.String localName, OMXMLParserWrapper builder, SOAPFactory factory)
           
SOAPFaultValueImpl(OMElement parent, SOAPFactory factory)
           
SOAPFaultValueImpl(OMElement parent, OMXMLParserWrapper builder, SOAPFactory factory)
           
SOAPFaultSubCodeImpl(OMElement parent, java.lang.String localName, SOAPFactory factory)
           
SOAPFaultSubCodeImpl(OMElement parent, java.lang.String localName, OMXMLParserWrapper builder, SOAPFactory factory)
           
SOAPTextImpl(OMElement parent, SOAPFactory factory)
           
SOAPTextImpl(OMElement parent, OMXMLParserWrapper builder, SOAPFactory factory)
           
SOAPFaultReasonImpl(OMElement parent, boolean extractNamespaceFromParent, SOAPFactory factory)
           
 

Uses of OMElement in org.apache.axiom.soap.impl.dom.soap11
 

Classes in org.apache.axiom.soap.impl.dom.soap11 that implement OMElement
 class SOAP11BodyImpl
           
 class SOAP11FaultCodeImpl
           
 class SOAP11FaultDetailImpl
           
 class SOAP11FaultImpl
           
 class SOAP11FaultNodeImpl
           
 class SOAP11FaultReasonImpl
           
 class SOAP11FaultRoleImpl
           
 class SOAP11FaultSubCodeImpl
           
 class SOAP11FaultTextImpl
           
 class SOAP11FaultValueImpl
           
 class SOAP11HeaderBlockImpl
           
 class SOAP11HeaderImpl
           
 

Methods in org.apache.axiom.soap.impl.dom.soap11 with parameters of type OMElement
protected  void SOAP11FaultTextImpl.checkParent(OMElement parent)
           
protected  void SOAP11FaultValueImpl.checkParent(OMElement parent)
           
protected  void SOAP11FaultReasonImpl.checkParent(OMElement parent)
           
protected  void SOAP11FaultCodeImpl.checkParent(OMElement parent)
           
protected  void SOAP11FaultDetailImpl.checkParent(OMElement parent)
           
protected  void SOAP11FaultSubCodeImpl.checkParent(OMElement parent)
           
protected  void SOAP11FaultNodeImpl.checkParent(OMElement parent)
           
protected  void SOAP11HeaderBlockImpl.checkParent(OMElement parent)
           
protected  void SOAP11FaultImpl.checkParent(OMElement parent)
           
protected  void SOAP11FaultRoleImpl.checkParent(OMElement parent)
           
 

Constructors in org.apache.axiom.soap.impl.dom.soap11 with parameters of type OMElement
SOAP11FaultValueImpl(OMElement parent, SOAPFactory factory)
           
SOAP11FaultValueImpl(OMElement parent, OMXMLParserWrapper builder, SOAPFactory factory)
           
SOAP11HeaderBlockImpl(java.lang.String localName, OMNamespace ns, OMElement parent, OMXMLParserWrapper builder, SOAPFactory factory)
          Constructor SOAPHeaderBlockImpl
 

Uses of OMElement in org.apache.axiom.soap.impl.dom.soap12
 

Classes in org.apache.axiom.soap.impl.dom.soap12 that implement OMElement
 class SOAP12BodyImpl
           
 class SOAP12FaultCodeImpl
           
 class SOAP12FaultDetailImpl
           
 class SOAP12FaultImpl
           
 class SOAP12FaultNodeImpl
           
 class SOAP12FaultReasonImpl
           
 class SOAP12FaultRoleImpl
           
 class SOAP12FaultSubCodeImpl
           
 class SOAP12FaultTextImpl
           
 class SOAP12FaultValueImpl
           
 class SOAP12HeaderBlockImpl
           
 class SOAP12HeaderImpl
           
 

Methods in org.apache.axiom.soap.impl.dom.soap12 with parameters of type OMElement
protected  void SOAP12HeaderBlockImpl.checkParent(OMElement parent)
           
protected  void SOAP12FaultCodeImpl.checkParent(OMElement parent)
           
protected  void SOAP12FaultRoleImpl.checkParent(OMElement parent)
           
protected  void SOAP12FaultDetailImpl.checkParent(OMElement parent)
           
protected  void SOAP12FaultTextImpl.checkParent(OMElement parent)
           
protected  void SOAP12FaultValueImpl.checkParent(OMElement parent)
           
protected  void SOAP12FaultReasonImpl.checkParent(OMElement parent)
           
protected  void SOAP12FaultSubCodeImpl.checkParent(OMElement parent)
           
protected  void SOAP12FaultImpl.checkParent(OMElement parent)
           
protected  void SOAP12FaultNodeImpl.checkParent(OMElement parent)
           
 

Constructors in org.apache.axiom.soap.impl.dom.soap12 with parameters of type OMElement
SOAP12FaultValueImpl(OMElement parent, SOAPFactory factory)
           
SOAP12FaultValueImpl(OMElement parent, OMXMLParserWrapper builder, SOAPFactory factory)
           
 

Uses of OMElement in org.apache.axiom.soap.impl.llom
 

Methods in org.apache.axiom.soap.impl.llom that return OMElement
protected  OMElement SOAPFaultImpl.getChildWithName(java.lang.String childName)
           
 

Methods in org.apache.axiom.soap.impl.llom with parameters of type OMElement
protected abstract  void SOAPElement.checkParent(OMElement parent)
          This has to be implemented by all the derived classes to check for the correct parent.
protected  void SOAPHeaderImpl.checkParent(OMElement parent)
           
protected  void SOAPFaultImpl.setNewElement(OMElement myElement, OMElement newElement)
           
 void SOAPMessageImpl.setOMDocumentElement(OMElement rootElement)
           
 void SOAPFaultDetailImpl.addDetailEntry(OMElement detailElement)
           
protected  void SOAPTextImpl.checkParent(OMElement parent)
           
protected  void SOAPEnvelopeImpl.checkParent(OMElement parent)
           
protected  void SOAPBodyImpl.checkParent(OMElement parent)
           
 

Constructors in org.apache.axiom.soap.impl.llom with parameters of type OMElement
SOAPHeaderBlockImpl(java.lang.String localName, OMNamespace ns, OMElement parent, OMXMLParserWrapper builder, SOAPFactory factory)
          Constructor SOAPHeaderBlockImpl.
SOAPElement(OMElement parent, java.lang.String localName, boolean extractNamespaceFromParent, SOAPFactory factory)
           
SOAPElement(OMElement parent, java.lang.String localName, OMXMLParserWrapper builder, SOAPFactory factory)
           
SOAPFaultValueImpl(OMElement parent, SOAPFactory factory)
           
SOAPFaultValueImpl(OMElement parent, OMXMLParserWrapper builder, SOAPFactory factory)
           
SOAPFaultSubCodeImpl(OMElement parent, java.lang.String localName, SOAPFactory factory)
           
SOAPFaultSubCodeImpl(OMElement parent, java.lang.String localName, OMXMLParserWrapper builder, SOAPFactory factory)
           
SOAPTextImpl(OMElement parent, SOAPFactory factory)
           
SOAPTextImpl(OMElement parent, OMXMLParserWrapper builder, SOAPFactory factory)
           
SOAPFaultReasonImpl(OMElement parent, boolean extractNamespaceFromParent, SOAPFactory factory)
           
 

Uses of OMElement in org.apache.axiom.soap.impl.llom.soap11
 

Methods in org.apache.axiom.soap.impl.llom.soap11 with parameters of type OMElement
protected  void SOAP11FaultTextImpl.checkParent(OMElement parent)
           
protected  void SOAP11FaultValueImpl.checkParent(OMElement parent)
           
protected  void SOAP11FaultReasonImpl.checkParent(OMElement parent)
           
protected  void SOAP11FaultCodeImpl.checkParent(OMElement parent)
           
protected  void SOAP11FaultDetailImpl.checkParent(OMElement parent)
           
protected  void SOAP11FaultSubCodeImpl.checkParent(OMElement parent)
           
protected  void SOAP11FaultNodeImpl.checkParent(OMElement parent)
           
protected  void SOAP11HeaderBlockImpl.checkParent(OMElement parent)
           
protected  void SOAP11FaultImpl.checkParent(OMElement parent)
           
protected  void SOAP11FaultRoleImpl.checkParent(OMElement parent)
           
 

Constructors in org.apache.axiom.soap.impl.llom.soap11 with parameters of type OMElement
SOAP11FaultValueImpl(OMElement parent, SOAPFactory factory)
           
SOAP11FaultValueImpl(OMElement parent, OMXMLParserWrapper builder, SOAPFactory factory)
           
SOAP11HeaderBlockImpl(java.lang.String localName, OMNamespace ns, OMElement parent, OMXMLParserWrapper builder, SOAPFactory factory)
          Constructor SOAPHeaderBlockImpl
 

Uses of OMElement in org.apache.axiom.soap.impl.llom.soap12
 

Methods in org.apache.axiom.soap.impl.llom.soap12 with parameters of type OMElement
protected  void SOAP12HeaderBlockImpl.checkParent(OMElement parent)
           
protected  void SOAP12FaultCodeImpl.checkParent(OMElement parent)
           
protected  void SOAP12FaultRoleImpl.checkParent(OMElement parent)
           
protected  void SOAP12FaultDetailImpl.checkParent(OMElement parent)
           
protected  void SOAP12FaultTextImpl.checkParent(OMElement parent)
           
protected  void SOAP12FaultValueImpl.checkParent(OMElement parent)
           
protected  void SOAP12FaultReasonImpl.checkParent(OMElement parent)
           
protected  void SOAP12FaultSubCodeImpl.checkParent(OMElement parent)
           
protected  void SOAP12FaultImpl.checkParent(OMElement parent)
           
protected  void SOAP12FaultNodeImpl.checkParent(OMElement parent)
           
 

Constructors in org.apache.axiom.soap.impl.llom.soap12 with parameters of type OMElement
SOAP12FaultValueImpl(OMElement parent, SOAPFactory factory)
           
SOAP12FaultValueImpl(OMElement parent, OMXMLParserWrapper builder, SOAPFactory factory)