csoap.xml.soap
Class SOAPBodyElementImpl

java.lang.Object
  extended bycsoap.xml.soap.NodeImpl
      extended bycsoap.xml.soap.SOAPElementImpl
          extended bycsoap.xml.soap.SOAPBodyElementImpl
All Implemented Interfaces:
javax.xml.soap.Node, javax.xml.soap.SOAPBodyElement, javax.xml.soap.SOAPElement
Direct Known Subclasses:
SOAPFaultImpl

public class SOAPBodyElementImpl
extends SOAPElementImpl
implements javax.xml.soap.SOAPBodyElement


Constructor Summary
SOAPBodyElementImpl(NameImpl nameP)
           
SOAPBodyElementImpl(javax.xml.namespace.QName qualifiedName)
           
SOAPBodyElementImpl(java.lang.String localName)
           
SOAPBodyElementImpl(java.lang.String localName, java.lang.String prefix)
           
SOAPBodyElementImpl(java.lang.String localName, java.lang.String prefix, java.lang.String uri)
           
 
Methods inherited from class csoap.xml.soap.SOAPElementImpl
addAttribute, addBigTextNode, addChildElement, addChildElement, addChildElement, addChildElement, addChildElement, addNamespaceDeclaration, addTextNode, getAllAttributes, getAttributeValue, getChildElements, getChildElements, getElementName, getEncodingStyle, getNamespacePrefixes, getNamespaceURI, getPrefixOf, getSOAPElementMutiRef, removeAttribute, removeNamespaceDeclaration, setEncodingStyle
 
Methods inherited from class csoap.xml.soap.NodeImpl
detachNode, getBigValue, getParentElement, getValue, isBig, recycleNode, setBigValue, setParentElement, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.xml.soap.SOAPElement
addAttribute, addChildElement, addChildElement, addChildElement, addChildElement, addChildElement, addNamespaceDeclaration, addTextNode, getAllAttributes, getAttributeValue, getChildElements, getChildElements, getElementName, getEncodingStyle, getNamespacePrefixes, getNamespaceURI, removeAttribute, removeNamespaceDeclaration, setEncodingStyle
 
Methods inherited from interface javax.xml.soap.Node
detachNode, getParentElement, getValue, recycleNode, setParentElement
 

Constructor Detail

SOAPBodyElementImpl

public SOAPBodyElementImpl(NameImpl nameP)

SOAPBodyElementImpl

public SOAPBodyElementImpl(javax.xml.namespace.QName qualifiedName)

SOAPBodyElementImpl

public SOAPBodyElementImpl(java.lang.String localName,
                           java.lang.String prefix)

SOAPBodyElementImpl

public SOAPBodyElementImpl(java.lang.String localName)

SOAPBodyElementImpl

public SOAPBodyElementImpl(java.lang.String localName,
                           java.lang.String prefix,
                           java.lang.String uri)