csoap.xml.soap
Class SOAPFaultElementImpl

java.lang.Object
  extended bycsoap.xml.soap.NodeImpl
      extended bycsoap.xml.soap.SOAPElementImpl
          extended bycsoap.xml.soap.SOAPFaultElementImpl
All Implemented Interfaces:
javax.xml.soap.Node, javax.xml.soap.SOAPElement, javax.xml.soap.SOAPFaultElement

public class SOAPFaultElementImpl
extends SOAPElementImpl
implements javax.xml.soap.SOAPFaultElement


Constructor Summary
SOAPFaultElementImpl(NameImpl nameP)
           
SOAPFaultElementImpl(javax.xml.namespace.QName qualifiedName)
           
SOAPFaultElementImpl(java.lang.String localName)
           
SOAPFaultElementImpl(java.lang.String localName, java.lang.String prefix)
           
SOAPFaultElementImpl(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

SOAPFaultElementImpl

public SOAPFaultElementImpl(NameImpl nameP)

SOAPFaultElementImpl

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

SOAPFaultElementImpl

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

SOAPFaultElementImpl

public SOAPFaultElementImpl(java.lang.String localName)

SOAPFaultElementImpl

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