|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.axiom.om.impl.dom.NodeImpl
org.apache.axis2.saaj.NodeImplEx
org.apache.axis2.saaj.SOAPElementImpl
org.apache.axis2.saaj.SOAPBodyElementImpl
public class SOAPBodyElementImpl
| Field Summary |
|---|
| Fields inherited from class org.apache.axis2.saaj.SOAPElementImpl |
|---|
element |
| Fields inherited from class org.apache.axis2.saaj.NodeImplEx |
|---|
parentElement |
| Fields inherited from class org.apache.axiom.om.impl.dom.NodeImpl |
|---|
builder, done, factory, FIRSTCHILD, flags, HAS_PARENT, SPECIFIED |
| Constructor Summary | |
|---|---|
SOAPBodyElementImpl(org.apache.axiom.om.impl.dom.ElementImpl element)
|
|
| Method Summary | |
|---|---|
SOAPElement |
addAttribute(QName qname,
String value)
|
SOAPElement |
addChildElement(QName qname)
|
QName |
createQName(String localName,
String prefix)
Creates a QName whose namespace URI is the one associated with the parameter, prefix, in the context of this SOAPElement. |
Iterator |
getAllAttributesAsQNames()
|
String |
getAttributeValue(QName qname)
|
Iterator |
getChildElements(QName qname)
|
QName |
getElementQName()
|
boolean |
removeAttribute(QName qname)
|
SOAPElement |
setElementQName(QName newName)
|
void |
setParentElement(SOAPElement parent)
Sets the parent of this Node object to the given SOAPElement
object. |
| Methods inherited from class org.apache.axis2.saaj.NodeImplEx |
|---|
getParent, getSchemaTypeInfo, getType, recycleNode, setIdAttribute, setIdAttributeNode, setIdAttributeNS, setType |
| Methods inherited from class org.apache.axiom.om.impl.dom.NodeImpl |
|---|
cloneNode, compareDocumentPosition, getBaseURI, getFeature, getLength, getNodeValue, getOMFactory, getUserData, hasAttributes, insertBefore, isDefaultNamespace, isEqualNode, isSameNode, isSupported, item, lookupNamespaceURI, lookupPrefix, normalize, replaceChild, setNodeValue, setPrefix, setTextContent, setUserData |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface javax.xml.soap.Node |
|---|
detachNode, getParentElement, getValue, recycleNode, setValue |
| Methods inherited from interface org.w3c.dom.Element |
|---|
getAttribute, getAttributeNode, getAttributeNodeNS, getAttributeNS, getElementsByTagName, getElementsByTagNameNS, getSchemaTypeInfo, getTagName, hasAttribute, hasAttributeNS, removeAttribute, removeAttributeNode, removeAttributeNS, setAttribute, setAttributeNode, setAttributeNodeNS, setAttributeNS, setIdAttribute, setIdAttributeNode, setIdAttributeNS |
| Methods inherited from interface org.w3c.dom.Node |
|---|
appendChild, cloneNode, compareDocumentPosition, getAttributes, getBaseURI, getChildNodes, getFeature, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, getTextContent, getUserData, hasAttributes, hasChildNodes, insertBefore, isDefaultNamespace, isEqualNode, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, normalize, removeChild, replaceChild, setNodeValue, setPrefix, setTextContent, setUserData |
| Constructor Detail |
|---|
public SOAPBodyElementImpl(org.apache.axiom.om.impl.dom.ElementImpl element)
element - | Method Detail |
|---|
public void setParentElement(SOAPElement parent)
throws SOAPException
NodeImplExNode object to the given SOAPElement
object.
setParentElement in class SOAPElementImplparent - the SOAPElement object to be set as the parent of this
Node object
SOAPException - if there is a problem in setting the parent to the given elementgetParentElement()
public SOAPElement addAttribute(QName qname,
String value)
throws SOAPException
addAttribute in interface SOAPElementaddAttribute in class SOAPElementImplSOAPException
public SOAPElement addChildElement(QName qname)
throws SOAPException
addChildElement in interface SOAPElementaddChildElement in class SOAPElementImplSOAPException
public QName createQName(String localName,
String prefix)
throws SOAPException
SOAPElementImpl
createQName in interface SOAPElementcreateQName in class SOAPElementImpllocalName - - a String containing the local part of the name. prefix - a String
containing the prefix for the name.
SOAPException - - if the QName cannot be created.public Iterator getAllAttributesAsQNames()
getAllAttributesAsQNames in interface SOAPElementgetAllAttributesAsQNames in class SOAPElementImplpublic String getAttributeValue(QName qname)
getAttributeValue in interface SOAPElementgetAttributeValue in class SOAPElementImplpublic Iterator getChildElements(QName qname)
getChildElements in interface SOAPElementgetChildElements in class SOAPElementImplpublic QName getElementQName()
getElementQName in interface SOAPElementgetElementQName in class SOAPElementImplpublic boolean removeAttribute(QName qname)
removeAttribute in interface SOAPElementremoveAttribute in class SOAPElementImpl
public SOAPElement setElementQName(QName newName)
throws SOAPException
setElementQName in interface SOAPElementsetElementQName in class SOAPElementImplSOAPException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||