NAnt SDK Documentation - v0.92

XsltExtensionObject Class

Represents an XSLT extension object. The object should have a default parameterless constructor and the return value should be one of the four basic XPath data types of number, string, Boolean or node set.

For a list of all members of this type, see XsltExtensionObject Members.

System.Object
   NAnt.Core.Element
      NAnt.Core.Types.XsltExtensionObject

[Visual Basic]
<ElementName(Name:="xsltextensionobject")>
Public Class XsltExtensionObject
    Inherits Element
[C#]
[ElementName(Name="xsltextensionobject")]
public class XsltExtensionObject : Element

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: NAnt.Core.Types

Assembly: NAnt.Core (in NAnt.Core.dll)

See Also

XsltExtensionObject Members | NAnt.Core.Types Namespace