ZPT-Sharp
v1.0.0
Zope Page Templates for .NET
|
Interface for a type which wraps a DOM attribute. More...
Public Member Functions | |
bool | IsMatch (ZptNamespace nspace, string name) |
Determines whether this instance matches the given namespace and attribute name or not. More... | |
Properties | |
string | Value [get] |
Gets the attribute value More... | |
string | Name [get] |
Gets the attribute name, including its prefix if applicable. More... | |
Interface for a type which wraps a DOM attribute.
bool CSF.Zpt.Rendering.IZptAttribute.IsMatch | ( | ZptNamespace | nspace, |
string | name | ||
) |
Determines whether this instance matches the given namespace and attribute name or not.
true
if this instance matches the specified namespace and name; otherwise, false
.nspace | The attribute namespace. |
name | The attribute name. |
Implemented in CSF.Zpt.DocumentProviders.ZptXmlAttribute, CSF.Zpt.DocumentProviders.ZptXmlLinqAttribute, CSF.Zpt.DocumentProviders.ZptHtmlAttribute, and CSF.Zpt.Rendering.ZptAttribute.
|
get |
Gets the attribute name, including its prefix if applicable.
The name.
|
get |
Gets the attribute value
The value.