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 class
CDATAImpl
class
CommentImpl
Most of methods are inherited from TEXT, defined for its Interface Marker onlyclass
Detail
Detail Container implementationclass
DetailEntry
Detail Entry implementationclass
InputStreamBody
class
MessageElement
MessageElement is the base type of nodes of the SOAP message parse tree.class
RPCElement
class
RPCHeaderParam
class
RPCParam
An RPC parameterclass
SOAPBody
Holder for body elements.class
SOAPBodyElement
A Body element.class
SOAPEnvelope
Implementation of a SOAP Envelopeclass
SOAPFault
A Fault body element.class
SOAPFaultElement
SOAP Fault implementationclass
SOAPHeader
Holder for header elements.class
SOAPHeaderElement
A simple header element abstraction.class
Text
A representation of a node whose value is text.Fields in org.apache.axis.message declared as NodeImpl Modifier and Type Field Description protected NodeImpl
NodeImpl. parent
Methods in org.apache.axis.message that return NodeImpl Modifier and Type Method Description protected NodeImpl
NodeImpl. getParent()
get the parent nodeMethods in org.apache.axis.message with parameters of type NodeImpl Modifier and Type Method Description protected void
MessageElement. childDeepCloned(NodeImpl oldNode, NodeImpl newNode)
protected void
SOAPEnvelope. childDeepCloned(NodeImpl oldNode, NodeImpl newNode)
protected void
NodeImpl. setParent(NodeImpl parent)
Set the parent node and invoke appendChild(this) to add this node to the parent's list of children.
-