ZPT-Sharp  v1.0.0
Zope Page Templates for .NET
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
CSF.Zpt.Rendering.IZptAttribute Interface Reference

Interface for a type which wraps a DOM attribute. More...

Inheritance diagram for CSF.Zpt.Rendering.IZptAttribute:

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...
 

Detailed Description

Interface for a type which wraps a DOM attribute.

Member Function Documentation

bool CSF.Zpt.Rendering.IZptAttribute.IsMatch ( ZptNamespace  nspace,
string  name 
)

Determines whether this instance matches the given namespace and attribute name or not.

Returns
true if this instance matches the specified namespace and name; otherwise, false.
Parameters
nspaceThe attribute namespace.
nameThe attribute name.

Implemented in CSF.Zpt.DocumentProviders.ZptXmlAttribute, CSF.Zpt.DocumentProviders.ZptXmlLinqAttribute, CSF.Zpt.DocumentProviders.ZptHtmlAttribute, and CSF.Zpt.Rendering.ZptAttribute.

Property Documentation

string CSF.Zpt.Rendering.IZptAttribute.Name
get

Gets the attribute name, including its prefix if applicable.

The name.

string CSF.Zpt.Rendering.IZptAttribute.Value
get

Gets the attribute value

The value.


The documentation for this interface was generated from the following file: