Class TalAttributeSpecProvider
Implementation of IGetsTalAttributeSpecs which gets attribute specifications for the TAL attributes.
Inheritance
System.Object
TalAttributeSpecProvider
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: ZptSharp.Tal
Assembly: ZptSharp.dll
Syntax
public class TalAttributeSpecProvider : IGetsTalAttributeSpecs
Constructors
| Improve this Doc View SourceTalAttributeSpecProvider(IGetsWellKnownNamespace)
Initializes a new instance of the TalAttributeSpecProvider class.
Declaration
public TalAttributeSpecProvider(IGetsWellKnownNamespace namespaceProvider)
Parameters
Type | Name | Description |
---|---|---|
IGetsWellKnownNamespace | namespaceProvider | Namespace provider. |
Properties
| Improve this Doc View SourceAttributes
Gets the attributes attribute spec
Declaration
public AttributeSpec Attributes { get; }
Property Value
Type | Description |
---|---|
AttributeSpec | The attributes spec. |
Condition
Gets the condition attribute spec
Declaration
public AttributeSpec Condition { get; }
Property Value
Type | Description |
---|---|
AttributeSpec | The condition spec. |
Content
Gets the content attribute spec
Declaration
public AttributeSpec Content { get; }
Property Value
Type | Description |
---|---|
AttributeSpec | The content spec. |
Define
Gets the define attribute spec
Declaration
public AttributeSpec Define { get; }
Property Value
Type | Description |
---|---|
AttributeSpec | The define spec. |
OmitTag
Gets the omit-tag attribute spec
Declaration
public AttributeSpec OmitTag { get; }
Property Value
Type | Description |
---|---|
AttributeSpec | The omit-tag spec. |
OnError
Gets the on-error attribute spec
Declaration
public AttributeSpec OnError { get; }
Property Value
Type | Description |
---|---|
AttributeSpec | The on-error spec. |
Repeat
Gets the repeat attribute spec
Declaration
public AttributeSpec Repeat { get; }
Property Value
Type | Description |
---|---|
AttributeSpec | The repeat spec. |
Replace
Gets the replace attribute spec
Declaration
public AttributeSpec Replace { get; }
Property Value
Type | Description |
---|---|
AttributeSpec | The replace spec. |