ZPT-Sharp
v1.0.0
Zope Page Templates for .NET
|
Represents an ZptElement attribute. More...
Public Member Functions | |
abstract bool | IsMatch (ZptNamespace nspace, string name) |
Determines whether this instance matches the given namespace and attribute name or not. More... | |
Properties | |
abstract string | Value [get] |
Gets the attribute value More... | |
abstract string | Name [get] |
Gets the attribute name, including its prefix if applicable. More... | |
![]() | |
string | Value [get] |
Gets the attribute value More... | |
string | Name [get] |
Gets the attribute name, including its prefix if applicable. More... | |
Represents an ZptElement attribute.
|
pure virtual |
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. |
Implements CSF.Zpt.Rendering.IZptAttribute.
Implemented in CSF.Zpt.DocumentProviders.ZptXmlAttribute, CSF.Zpt.DocumentProviders.ZptXmlLinqAttribute, and CSF.Zpt.DocumentProviders.ZptHtmlAttribute.
|
get |
Gets the attribute name, including its prefix if applicable.
The name.
|
get |
Gets the attribute value
The value.