Uses of Interface
javax.xml.soap.Node
Packages that use Node
-
Uses of Node in javax.xml.soap
Subinterfaces of Node in javax.xml.soapModifier and TypeInterfaceDescriptioninterfaceA container forDetailEntryobjects.interfaceThe content for aDetailobject, giving details for aSOAPFaultobject.interfaceAn object that represents the contents of the SOAP body element in a SOAP message.interfaceASOAPBodyElementobject represents the contents in aSOAPBodyobject.interfaceAn object representing an element of a SOAP message that is allowed but not specifically prescribed by a SOAP specification.interfaceThe container for the SOAPHeader and SOAPBody portions of aSOAPPartobject.interfaceAn element in theSOAPBodyobject that contains error and/or status information.interfaceA representation of the contents in aSOAPFaultobject.interfaceA representation of the SOAP header element.interfaceAn object representing the contents in the SOAP header part of the SOAP envelope.interfaceA representation of a node whose value is text.Classes in javax.xml.soap that implement NodeModifier and TypeClassDescriptionclassThe container for the SOAP-specific portion of aSOAPMessageobject.Methods in javax.xml.soap that return NodeMethods in javax.xml.soap that return types with arguments of type NodeModifier and TypeMethodDescriptionSOAPElement.getChildElements()Returns anIteratorover all the immediate childNodes of this element.SOAPElement.getChildElements(QName qname) Returns anIteratorover all the immediate childNodes of this element with the specified qname.SOAPElement.getChildElements(Name name) Returns anIteratorover all the immediate childNodes of this element with the specified name.