Uses of Class
org.apache.axis.message.NodeImpl
-
Packages that use NodeImpl Package Description org.apache.axis.message -
-
Uses of NodeImpl in org.apache.axis.message
Subclasses of NodeImpl in org.apache.axis.message Modifier and Type Class Description classCDATAImplclassCommentImplMost of methods are inherited from TEXT, defined for its Interface Marker onlyclassDetailDetail Container implementationclassDetailEntryDetail Entry implementationclassInputStreamBodyclassMessageElementMessageElement is the base type of nodes of the SOAP message parse tree.classRPCElementclassRPCHeaderParamclassRPCParamAn RPC parameterclassSOAPBodyHolder for body elements.classSOAPBodyElementA Body element.classSOAPEnvelopeImplementation of a SOAP EnvelopeclassSOAPFaultA Fault body element.classSOAPFaultElementSOAP Fault implementationclassSOAPHeaderHolder for header elements.classSOAPHeaderElementA simple header element abstraction.classTextA representation of a node whose value is text.Fields in org.apache.axis.message declared as NodeImpl Modifier and Type Field Description protected NodeImplNodeImpl. parentMethods in org.apache.axis.message that return NodeImpl Modifier and Type Method Description protected NodeImplNodeImpl. getParent()get the parent nodeMethods in org.apache.axis.message with parameters of type NodeImpl Modifier and Type Method Description protected voidMessageElement. childDeepCloned(NodeImpl oldNode, NodeImpl newNode)protected voidSOAPEnvelope. childDeepCloned(NodeImpl oldNode, NodeImpl newNode)protected voidNodeImpl. setParent(NodeImpl parent)Set the parent node and invoke appendChild(this) to add this node to the parent's list of children.
-