NAnt SDK Documentation - v0.92

Element Properties

The properties of the Element class are listed below. For a complete list of Element class members, see the Element Members topic.

Public Instance Properties

Name Gets the name of the XML element used to initialize this element.
NamespaceManager Gets or sets the XmlNamespaceManager.
Parent Gets or sets the parent of the element.
Project Gets or sets the Project to which this element belongs.
Properties Gets the properties local to this Element and the Project.

Protected Instance Properties

CustomXmlProcessing Gets a value indicating whether the element is performing additional processing using the XmlNode that was used to initialize the element.
Location Gets or sets the location in the build file where the element is defined.
XmlNode Gets or sets the XML node of the element.

See Also

Element Class | NAnt.Core Namespace