Soap.WSDLBind.TParam Methods
InheritedProtected
| __MarkDestroying | protected | Marks an interface object as being in the destruction process. | 
| _AddRef | protected | Increments the reference count for this node. | 
| _Release | protected | Decrements the reference count for this node. | 
| AddChild | protected | Adds a new child node to this node. | 
| AddHostedNode | protected | Adds a node to the HostedNodes property list. | 
| AfterConstruction | public | |
| AttributeListNotify | protected | Responds to notifications of changes in the list of attributes. | 
| BeforeDestruction | public | Checks that the reference count is zero before allowing the interfaced object to be destroyed. | 
| CheckDisposed | protected | This method is deprecated. | 
| CheckNotHosted | protected | Raises an EXMLDocError exception if this is a hosted node. | 
| CheckReadOnly | protected | Raises an EXMLDocError exception if this is a read-only node. | 
| CheckTextNode | protected | Generates a DOM text node implementation if it does not yet exist. | 
| ChildListNotify | protected | Responds to notifications of changes in the list of child nodes. | 
| ClassInfo | public | Returns a pointer to the run-time type information (RTTI) table for the object type. | 
| ClassName | public | Returns a string indicating the type of the object instance (as opposed to the type of the variable passed as an argument). | 
| ClassNameIs | public | Determines whether an object is of a specific type. | 
| ClassParent | public | Returns the type of the immediate ancestor of a class. | 
| ClassType | public | Returns the class reference for the object's class. | 
| CleanupInstance | public | Performs finalization on long strings, variants, and interface variables within a class. | 
| ClearDocumentRef | protected | Sets the value of OwnerDocument to nil (Delphi) or NULL (C++). | 
| CloneNode | protected | Creates a copy of this node and returns its interface. | 
| Create | public | |
| CreateAttributeList | protected | Creates the object that implements the AttributeNodes property. | 
| CreateAttributeNode | protected | Creates a new TXMLNode object for an attribute of this node. | 
| CreateChildList | protected | Creates the object that implements the ChildNodes property. | 
| CreateChildNode | protected | Creates a new TXMLNode object for a child node of this node. | 
| CreateCollection | protected | Creates an instance of a TXMLNodeCollection descendant and returns it. | 
| CreateHosted | public | Creates a TXMLNode instance that represents the same DOM node as another "host" node. | 
| DeclareNamespace | protected | Adds an attribute to the node that declares a specified namespace URI. | 
| DefaultHandler | public | Provides the interface for a method that processes message records. | 
| Destroy | public | |
| Dispatch | public | Calls message-handling methods for the object, based on the contents of the Message parameter. | 
| DisposeOf (deprecated) | public | DisposeOf forces the execution of the destructor code in an object. | 
| DOMElement | protected | Returns the IDOMElement interface for this node if it exists. | 
| DoNodeChange | protected | Generates a BeforeNodeChange or AfterNodeChange event on this node's document. | 
| Equals | public | Checks whether the current instance and the Obj parameter are equal. | 
| FieldAddress | public | Returns the address of a published object field. | 
| FindHostedNode | protected | Returns the IXMLNode interface for a hosted node given its implementation class. | 
| FindNamespaceDecl | protected | Returns the attribute node that declares a specified Namespace URI. | 
| FindNamespaceURI | protected | Returns the namespace URI for a namespace prefix or qualified tag name. | 
| Free | public | Destroys an object and frees its associated memory, if necessary. | 
| FreeInstance | public | Deallocates memory allocated by a previous call to the NewInstance method. | 
| GetAttribute | protected | Returns the value of one of this node's attributes. | 
| GetAttributeNodes | protected | Returns the value of the AttributeNodes property. | 
| GetAttributeNS | protected | Returns the value of a specified attribute when you must explicitly specify the namespace for the attribute. | 
| GetChildNodeClasses | protected | Returns a list of the classes that can implement child nodes of this node. | 
| GetChildNodes | protected | Returns the value of the ChildNodes property. | 
| GetChildValue | protected | Returns the value of a specified child node. | 
| GetCollection | protected | Returns the value of the Collection property. | 
| GetDisposed | protected | Getter for the Disposed property. | 
| GetDocumentationCollection | protected | |
| GetDOMNode | protected | Returns the value of the DOMNode property. | 
| GetHasChildNodes | protected | Indicates whether this node has any child nodes. | 
| GetHashCode | public | Returns an integer containing the hash code. | 
| GetHostedNodes | protected | Returns a list an array of the hosted nodes that share this node's attribute and child node lists. | 
| GetHostNode | protected | Returns the value of the HostNode property. | 
| GetInterface | public | Retrieves a specified interface. | 
| GetInterfaceEntry | public | Returns the entry for a specific interface implemented in a class. | 
| GetInterfaceTable | public | Returns a pointer to a structure containing all of the interfaces implemented by a given class. | 
| GetIsTextElement | protected | Indicates whether the node has a single text value. | 
| GetLocalName | protected | Returns the name of the node without any namespace prefix. | 
| GetMessage | protected | |
| GetName | protected | |
| GetNamespaceURI | protected | Returns the URI for the namespace used in the qualified node name. | 
| GetNodeName | protected | Returns the node name. | 
| GetNodeObject | protected | Returns a reference to this TXMLNode object. | 
| GetNodeType | protected | Returns the type of the node. | 
| GetNodeValue | protected | Returns the value of this node. | 
| GetOwnerDocument | protected | Returns the interface for the document in which this node appears. | 
| GetParentNode | protected | Returns the interface for the node's parent node. | 
| GetPrefix | protected | Returns the namespace prefix of the node's name. | 
| GetPrefixedName | protected | Returns a node name includes a namespace prefix for a specified namespace URI. | 
| GetReadOnly | protected | Indicates whether the node can be modified. | 
| GetText | protected | Returns the text value of the node. | 
| GetXML | protected | Returns the XML that corresponds to the subtree rooted at this node. | 
| HasAttribute | protected | Indicates whether the node has an attribute with a specified name. | 
| HasChildNode | protected | Indicates whether the node has a child node with the specified name. | 
| InheritsFrom | public | Determines the relationship of two object types. | 
| InitInstance | public | Initializes a newly allocated object instance to all zeros and initializes the instance's virtual method table pointer. | 
| InstanceSize | public | Returns the size in bytes of each instance of the object type. | 
| InternalAddChild | protected | Provides the underlying implementation for the AddChild method. | 
| MethodAddress | public | Returns the address of a class method by name. | 
| MethodName | public | Returns the name of a class method by address. | 
| NestingLevel | protected | Returns the number of parents for this node in the node hierarchy. | 
| NewInstance | public | Allocates memory for each instance of an interfaced object. | 
| NextSibling | protected | Returns the next child of this node's parent. | 
| NodeValueToText | protected | |
| Normalize | protected | Converts the subtree beneath this node to the structure it would have if it were just loaded from a document. | 
| operator () | public | |
| PreviousSibling | protected | Returns the previous child of this node's parent. | 
| QualifiedClassName | public | Returns the qualified name of the class. | 
| QueryInterface | protected | Implements the IInterfaceQueryInterface method. | 
| RegisterChildNode | protected | Registers a descendant of TXMLNode that can represent the children of this node. | 
| RegisterChildNodes | protected | Registers a set of TXMLNode descendants that can represent the children of this node. | 
| RemoveHostedNode | protected | Removes a node from the HostedNodes property list. | 
| Resync | protected | Forces all child nodes and attribute nodes to be reread from the underlying DOM implementation. | 
| SafeCallException | public | Handles exceptions in methods declared using the safecall calling convention. | 
| SetAttribute | protected | Sets the value of one of this node's attributes. | 
| SetAttributeNodes | protected | Sets the value of the AttributeNodes property. | 
| SetAttributeNS | protected | Sets the value of one of this node's attributes when you must explicitly specify the attribute's namespace. | 
| SetChildNodes | protected | Sets the value of the ChildNodes property. | 
| SetChildValue | protected | Sets the value of a specified child node. | 
| SetCollection | protected | Sets the value of the Collection property. | 
| SetMessage | protected | |
| SetName | protected | |
| SetNodeValue | protected | Sets the value of this node. | 
| SetParentNode | protected | Sets the value of the ParentNode property. | 
| SetReadOnly | protected | Specifies whether the node can be modified. | 
| SetText | protected | Sets the text value of the node. | 
| ToString | public | Returns a string containing the class name. | 
| TransformNode | protected | Transforms the subtree rooted at this node, using a specified XSL interface. | 
| UnitName | public | Returns the name of the unit where the class is defined. | 
| UnitScope | public | Returns the class's unit scope. |