C# Class ReasonCodeExample.XPathInformation.Writers.AttributeFilter

Inheritance: IAttributeFilter
Exibir arquivo Open project: uli-weltersbach/XPathInformation Class Usage Examples

Public Methods

Method Description
AttributeFilter ( IEnumerable settings ) : System
IsIncluded ( System.Xml.Linq.XAttribute attribute ) : bool

Private Methods

Method Description
IsMatch ( XPathSetting setting, System.Xml.Linq.XAttribute attribute ) : bool
IsMatch ( XPathSetting setting, System.Xml.Linq.XElement element ) : bool

Method Details

AttributeFilter() public method

public AttributeFilter ( IEnumerable settings ) : System
settings IEnumerable
return System

IsIncluded() public method

public IsIncluded ( System.Xml.Linq.XAttribute attribute ) : bool
attribute System.Xml.Linq.XAttribute
return bool