.NET Framework Class Library
XsltArgumentList Members

Contains a variable number of arguments which are either XSLT parameters or extension objects.

The XsltArgumentList type exposes the following members.

Constructors

  NameDescription
Public methodXsltArgumentListImplements a new instance of the XsltArgumentList.
Top
Methods

  NameDescription
Public methodAddExtensionObjectAdds a new object to the XsltArgumentList and associates it with the namespace URI.
Public methodAddParamAdds a parameter to the XsltArgumentList and associates it with the namespace qualified name.
Public methodClearRemoves all parameters and extension objects from the XsltArgumentList.
Public methodEqualsDetermines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected methodFinalizeAllows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.)
Public methodGetExtensionObjectGets the object associated with the given namespace.
Public methodGetHashCodeServes as a hash function for a particular type. (Inherited from Object.)
Public methodGetParamGets the parameter associated with the namespace qualified name.
Public methodGetTypeGets the Type of the current instance. (Inherited from Object.)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object. (Inherited from Object.)
Public methodRemoveExtensionObjectRemoves the object with the namespace URI from the XsltArgumentList.
Public methodRemoveParamRemoves the parameter from the XsltArgumentList.
Public methodToStringReturns a String that represents the current Object. (Inherited from Object.)
Top
Events

  NameDescription
Public eventXsltMessageEncounteredOccurs when a message is specified in the style sheet by the xsl:message element.
Top
See Also

Reference

Tags :


Page view tracker