XsltArgumentList Methods

 

Namespace:   System.Xml.Xsl
Assembly:  System.Xml (in System.Xml.dll)

NameDescription
System_CAPS_pubmethodAddExtensionObject(String^, Object^)

Adds a new object to the XsltArgumentList and associates it with the namespace URI.

System_CAPS_pubmethodAddParam(String^, String^, Object^)

Adds a parameter to the XsltArgumentList and associates it with the namespace qualified name.

System_CAPS_pubmethodClear()

Removes all parameters and extension objects from the XsltArgumentList.

System_CAPS_pubmethodEquals(Object^)

Determines whether the specified object is equal to the current object.(Inherited from Object.)

System_CAPS_protmethodFinalize()

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.)

System_CAPS_pubmethodGetExtensionObject(String^)

Gets the object associated with the given namespace.

System_CAPS_pubmethodGetHashCode()

Serves as the default hash function. (Inherited from Object.)

System_CAPS_pubmethodGetParam(String^, String^)

Gets the parameter associated with the namespace qualified name.

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

Creates a shallow copy of the current Object.(Inherited from Object.)

System_CAPS_pubmethodRemoveExtensionObject(String^)

Removes the object with the namespace URI from the XsltArgumentList.

System_CAPS_pubmethodRemoveParam(String^, String^)

Removes the parameter from the XsltArgumentList.

System_CAPS_pubmethodToString()

Returns a string that represents the current object.(Inherited from Object.)

Return to top
Show: