WSDLBind.TPortType Members
Contents |
Delphi Information
| method GetDocumentationCollection protected |
| method CreateHosted public |
Creates a TXMLNode instance that represents the same DOM node as another "host" node. |
| property ParentNode protected |
Identifies the object that represents this node's parent node. |
| property OwnerDocument protected |
Provides access to the document that contains this node. |
| property HostNode protected |
Indicates the main object for the node to which this node corresponds when it represents a specialized view. |
| property HostedNodes protected |
Lists the nodes that share this node's lists of child and attribute nodes. |
| property DOMNode protected |
Provides access to the IDOMNode interface for this node. |
| property Collection protected |
Indicates the collection in which this node appears. |
| property ChildNodeClasses protected |
Lists the classes that the XML Data Binding wizard defines to represent child nodes of this node. |
| property ChildNodes protected |
Lists the child nodes of this node. |
| property AttributeNodes protected |
Lists the interfaces for nodes that represent attributes of this node. |
| method SetChildNodes protected |
Sets the value of the ChildNodes property. |
| method SetAttributeNodes protected |
Sets the value of the AttributeNodes property. |
| method RemoveHostedNode protected |
Removes a node from the HostedNodes property list. |
| method GetPrefixedName protected |
Returns a node name includes a namespace prefix for a specified namespace URI. |
| method DoNodeChange protected |
Generates a BeforeNodeChange or AfterNodeChange event on this node's document. |
| method CreateChildList protected |
Creates the object that implements the ChildNodes property. |
| method CreateAttributeList protected |
Creates the object that implements the AttributeNodes property. |
| method CheckNotHosted protected |
Raises an EXMLDocError exception if this is a hosted node. |
| method ChildListNotify protected |
Responds to notifications of changes in the list of child nodes. |
| method CheckReadOnly protected |
Raises an EXMLDocError exception if this is a read-only node. |
| method AttributeListNotify protected |
Responds to notifications of changes in the list of attributes. |
| method AddHostedNode protected |
Adds a node to the HostedNodes property list. |
| event OnHostAttrNotify protected |
Occurs when changes occur to the attribute list of this node's HostNode. |
| event OnHostChildNotify protected |
Occurs when changes occur to the list of child nodes on this node's HostNode. |
| method SetParentNode protected |
Sets the value of the ParentNode property. |
| method SetCollection protected |
Sets the value of the Collection property. |
| method RegisterChildNodes protected |
Registers a set of TXMLNode descendants that can represent the children of this node. |
| method RegisterChildNode protected |
Registers a descendant of TXMLNode that can represent the children of this node. |
| method NestingLevel protected |
Returns the number of parents for this node in the node hierarchy. |
| method InternalAddChild protected |
Provides the underlying implementation for the AddChild method. |
| method HasChildNode protected |
Indicates whether the node has a child node with the specified name. |
| method GetNodeObject protected |
Returns a reference to this TXMLNode object. |
| method GetHostNode protected |
Returns the value of the HostNode property. |
| method GetHostedNodes protected |
Returns a list an array of the hosted nodes that share this node's attribute and child node lists. |
| method GetChildNodeClasses protected |
Returns a list of the classes that can implement child nodes of this node. |
| method FindHostedNode protected |
Returns the IXMLNode interface for a hosted node given its implementation class. |
| method DOMElement protected |
Returns the IDOMElement interface for this node if it exists. |
| method CreateCollection protected |
Creates an instance of a TXMLNodeCollection descendant and returns it. |
| method CreateChildNode protected |
Creates a new TXMLNode object for a child node of this node. |
| method CreateAttributeNode protected |
Creates a new TXMLNode object for an attribute of this node. |
| method ClearDocumentRef protected |
Sets the value of OwnerDocument to nil (Delphi) or NULL (C++). |
| method CheckTextNode protected |
Generates a DOM text node implementation if it does not yet exist. |
| method TransformNode protected |
Transforms the subtree rooted at this node, using a specified XSL interface. |
| method SetAttributeNS protected |
Sets the value of one of this node's attributes when you must explicitly specify the attribute's namespace. |
| method Resync protected |
Forces all child nodes and attribute nodes to be reread from the underlying DOM implementation. |
| method PreviousSibling protected |
Returns the previous child of this node's parent. |
| method Normalize protected |
Converts the subtree beneath this node to the structure it would have if it were just loaded from a document. |
| method NextSibling protected |
Returns the next child of this node's parent. |
| method HasAttribute protected |
Indicates whether the node has an attribute with a specified name. |
| method FindNamespaceURI protected |
Returns the namespace URI for a namespace prefix or qualified tag name. |
| method FindNamespaceDecl protected |
Returns the attribute node that declares a specified Namespace URI. |
| method DeclareNamespace protected |
Adds an attribute to the node that declares a specified namespace URI. |
| method CloneNode protected |
Creates a copy of this node and returns its interface. |
| method AddChild protected |
Adds a new child node to this node. |
| method SetText protected |
Sets the text value of the node. |
| method SetReadOnly protected |
Specifies whether the node can be modified. |
| method SetNodeValue protected |
Sets the value of this node. |
| method SetChildValue protected |
Sets the value of a specified child node. |
| method SetAttribute protected |
Sets the value of one of this node's attributes. |
| method GetXML protected |
Returns the XML that corresponds to the subtree rooted at this node. |
| method GetText protected |
Returns the text value of the node. |
| method GetReadOnly protected |
Indicates whether the node can be modified. |
| method GetPrefix protected |
Returns the namespace prefix of the node's name. |
| method GetParentNode protected |
Returns the interface for the node's parent node. |
| method GetOwnerDocument protected |
Returns the interface for the document in which this node appears. |
| method GetNodeValue protected |
Returns the value of this node. |
| method GetNodeType protected |
Returns the type of the node. |
| method GetNodeName protected |
Returns the node name. |
| method GetNamespaceURI protected |
Returns the URI for the namespace used in the qualified node name. |
| method GetLocalName protected |
Returns the name of the node without any namespace prefix. |
| method GetIsTextElement protected |
Indicates whether the node has a single text value. |
| method GetHasChildNodes protected |
Indicates whether this node has any child nodes. |
| method GetDOMNode protected |
Returns the value of the DOMNode property. |
| method GetCollection protected |
Returns the value of the Collection property. |
| method GetChildValue protected |
Returns the value of a specified child node. |
| method GetChildNodes protected |
Returns the value of the ChildNodes property. |
| method GetAttributeNS protected |
Returns the value of a specified attribute when you must explicitly specify the namespace for the attribute. |
| method GetAttributeNodes protected |
Returns the value of the AttributeNodes property. |
| method GetAttribute protected |
Returns the value of one of this node's attributes. |
| property RefCount public |
Indicates the number of interface pointers currently dependent upon the object. |
| method _Release protected |
Implements the IInterface_Release method. |
| method _AddRef protected |
Implements the IInterface_AddRef method. |
| method QueryInterface protected |
Implements the IInterfaceQueryInterface method. |
| method Destroy public |
Disposes of an object instance. |
| method FreeInstance public |
Deallocates memory allocated by a previous call to the NewInstance method. |
| method NewInstance public |
Allocates memory for an instance of an object type and returns a pointer to that new instance. |
| method DefaultHandler public |
Provides the interface for a method that processes message records. |
| method Dispatch public |
Calls message-handling methods for the object, based on the contents of the Message parameter. |
| method BeforeDestruction public |
Responds before the first destructor executes. |
| method AfterConstruction public |
Responds after the last constructor has executed. |
| method SafeCallException public |
Handles exceptions in methods declared using the safecall calling convention. |
| method ToString public |
Returns a string containing the class name. |
| method GetHashCode public |
Returns an integer containing the hash code. |
| method Equals public |
Checks whether the current instance and the parameter are equal. |
| method UnitName public |
Returns a string containing the unit name. |
| method GetInterfaceTable public |
Returns a pointer to a structure containing all of the interfaces implemented by a given class. |
| method GetInterfaceEntry public |
Returns the entry for a specific interface implemented in a class. |
| method GetInterface public |
Retrieves a specified interface. |
| method FieldAddress public |
Returns the address of a published object field. |
| method MethodName public |
Returns the name of a class method by address. |
| method MethodAddress public |
Returns the address of a class method by name. |
| method InheritsFrom public |
Determines the relationship of two object types. |
| method InstanceSize public |
Returns the size in bytes of each instance of the object type. |
| method ClassInfo public |
Returns a pointer to the runtime type information (RTTI) table for the object type. |
| method ClassParent public |
Returns the type of the immediate ancestor of a class. |
| method ClassNameIs public |
Determines whether an object is of a specific type. |
| method ClassName public |
Returns a string indicating the type of the object instance (as opposed to the type of the variable passed as an argument). |
| method ClassType public |
Returns the class reference for the object's class. |
| method CleanupInstance public |
Performs finalization on long strings, variants, and interface variables within a class. |
| method InitInstance public |
Initializes a newly allocated object instance to all zeros and initializes the instance's virtual method table pointer. |
| method Free public |
Destroys an object and frees its associated memory, if necessary. |
| method Create public |
Constructs an object and initializes its data before the object is first used. |
Unit: WSDLBind
Member Of: TPortType
C++ Information
| method ~TDocumented public | Wsdlbind.TDocumented.~TDocumented |
| method TDocumented public | Wsdlbind.TDocumented.TDocumented |
| method GetDocumentationCollection protected | Wsdlbind.TDocumented.GetDocumentationCollection |
| property RefCount public |
Indicates the number of interface pointers currently dependent upon the object. |
| method _Release public |
Implements the IInterface_Release method. |
| method _AddRef public |
Implements the IInterface_AddRef method. |
| method QueryInterface public |
Implements the IInterfaceQueryInterface method. |
| field FRefCount protected |
| method ~TObject public | System.TObject.~TObject |
| method FreeInstance public |
Deallocates memory allocated by a previous call to the NewInstance method. |
| method NewInstance protected |
Allocates memory for an instance of an object type and returns a pointer to that new instance. |
| method DefaultHandler public |
Provides the interface for a method that processes message records. |
| method Dispatch public |
Calls message-handling methods for the object, based on the contents of the Message parameter. |
| method BeforeDestruction public |
Responds before the first destructor executes. |
| method AfterConstruction public |
Responds after the last constructor has executed. |
| method SafeCallException public |
Handles exceptions in methods declared using the safecall calling convention. |
| method ToString public |
Returns a string containing the class name. |
| method GetHashCode public |
Returns an integer containing the hash code. |
| method Equals public |
Checks whether the current instance and the parameter are equal. |
| method GetInterfaceTable public |
Returns a pointer to a structure containing all of the interfaces implemented by a given class. |
| method GetInterfaceEntry public |
Returns the entry for a specific interface implemented in a class. |
| method GetInterface public |
Retrieves a specified interface. |
| method UnitName public |
Returns a string containing the unit name. |
| method MethodName public |
Returns the name of a class method by address. |
| method MethodAddress public |
Returns the address of a class method by name. |
| method InheritsFrom public |
Determines the relationship of two object types. |
| method InstanceSize public |
Returns the size in bytes of each instance of the object type. |
| method ClassInfo public |
Returns a pointer to the runtime type information (RTTI) table for the object type. |
| method ClassParent public |
Returns the type of the immediate ancestor of a class. |
| method ClassNameIs public |
Determines whether an object is of a specific type. |
| method ClassName public |
Returns a string indicating the type of the object instance (as opposed to the type of the variable passed as an argument). |
| method InitInstance public |
Initializes a newly allocated object instance to all zeros and initializes the instance's virtual method table pointer. |
| method FieldAddress public |
Returns the address of a published object field. |
| method CleanupInstance public |
Performs finalization on long strings, variants, and interface variables within a class. |
| method ClassType public |
Returns the class reference for the object's class. |
| method Free public |
Destroys an object and frees its associated memory, if necessary. |
| method TObject public | System.TObject.TObject |
Unit: WSDLBind
Member Of: TPortType
Description
Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!