ZPT-Sharp  v1.0.0
Zope Page Templates for .NET
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
CSF.Zpt.DocumentProviders.ZptHtmlAttribute Class Reference

Implementation of Attribute for an HTML attribute. More...

Inheritance diagram for CSF.Zpt.DocumentProviders.ZptHtmlAttribute:
Collaboration diagram for CSF.Zpt.DocumentProviders.ZptHtmlAttribute:

Public Member Functions

override bool IsMatch (ZptNamespace nspace, string name)
 Determines whether this instance matches the given namespace and attribute name or not. More...
 
 ZptHtmlAttribute (HtmlAgilityPack.HtmlAttribute original)
 Initializes a new instance of the CSF.Zpt.DocumentProviders.ZptHtmlAttribute class. More...
 

Properties

override string Value [get]
 Gets the attribute value More...
 
override string Name [get]
 Gets the attribute name, including its prefix if applicable. More...
 
- Properties inherited from CSF.Zpt.Rendering.ZptAttribute
abstract string Value [get]
 Gets the attribute value More...
 
abstract string Name [get]
 Gets the attribute name, including its prefix if applicable. More...
 
- Properties inherited from CSF.Zpt.Rendering.IZptAttribute
string Value [get]
 Gets the attribute value More...
 
string Name [get]
 Gets the attribute name, including its prefix if applicable. More...
 

Detailed Description

Implementation of Attribute for an HTML attribute.

Constructor & Destructor Documentation

CSF.Zpt.DocumentProviders.ZptHtmlAttribute.ZptHtmlAttribute ( HtmlAgilityPack.HtmlAttribute  original)
inline

Initializes a new instance of the CSF.Zpt.DocumentProviders.ZptHtmlAttribute class.

Parameters
originalThe original (wrapped) attribute.

Member Function Documentation

override bool CSF.Zpt.DocumentProviders.ZptHtmlAttribute.IsMatch ( ZptNamespace  nspace,
string  name 
)
inlinevirtual

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.

Implements CSF.Zpt.Rendering.ZptAttribute.

Property Documentation

override string CSF.Zpt.DocumentProviders.ZptHtmlAttribute.Name
get

Gets the attribute name, including its prefix if applicable.

The name.

override string CSF.Zpt.DocumentProviders.ZptHtmlAttribute.Value
get

Gets the attribute value

The value.


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