Class AttributeDefinitionsProvider
Implementation of IGetsAttributeDefinitions which parses and returns a collection of AttributeDefinition from an 'attributes' attribute value.
Inheritance
System.Object
AttributeDefinitionsProvider
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 AttributeDefinitionsProvider : IGetsAttributeDefinitions
Methods
| Improve this Doc View SourceGetDefinitions(String, INode)
Gets the attribute definitions from the specified attributesAttributeValue
.
Declaration
public IEnumerable<AttributeDefinition> GetDefinitions(string attributesAttributeValue, INode node)
Parameters
Type | Name | Description |
---|---|---|
System.String | attributesAttributeValue | The TAL 'attributes' attribute value. |
INode | node | The node node upon which the attributes are defined. |
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<AttributeDefinition> | The attribute definitions. |